Blame SOURCES/0001-Point-the-project-URL-and-bug-reporting-address-at-h.patch

37197d
From 6bdeb296cca5f938ecc14dfc2e10cef0aa320bd1 Mon Sep 17 00:00:00 2001
37197d
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= <mitr@redhat.com>
37197d
Date: Tue, 21 Feb 2017 00:00:34 +0100
37197d
Subject: [PATCH] Point the project URL and bug reporting address at
37197d
 https://pagure.io/mlocate
37197d
37197d
---
37197d
 README          | 10 +++++++---
37197d
 configure.ac    |  4 ++--
37197d
 po/Makevars     |  2 +-
37197d
 tests/config.at |  2 +-
37197d
 tests/locate.at |  2 +-
37197d
 5 files changed, 12 insertions(+), 8 deletions(-)
37197d
37197d
diff --git a/README b/README
37197d
index 02289ec..9744d76 100644
37197d
--- a/README
37197d
+++ b/README
37197d
@@ -9,7 +9,7 @@ The locate(1) utility is intended to be completely compatible to slocate.  It
37197d
 also attempts to be compatible to GNU locate, when it does not conflict with
37197d
 slocate compatibility.
37197d
 
37197d
-New releases will be available at https://fedorahosted.org/mlocate/ .
37197d
+New releases will be available at https://pagure.io/mlocate .
37197d
 
37197d
 Installation
37197d
 ============
37197d
@@ -29,5 +29,9 @@ Bugs
37197d
 ====
37197d
 Please consider reporting the bug to your distribution's bug tracking system.
37197d
 
37197d
-Otherwise, report bugs at https://fedorahosted.org/mlocate/ .  Bug reports
37197d
-with patches are especially welcome.
37197d
+Otherwise, report bugs at https://pagure.io/mlocate .  Pull requests are
37197d
+especially welcome.
37197d
+ 
37197d
+Translations can be contributed through
37197d
+https://fedora.zanata.org/project/view/mlocate/ .
37197d
+
37197d
diff --git a/configure.ac b/configure.ac
37197d
index f11bac6..bb76c83 100644
37197d
--- a/configure.ac
37197d
+++ b/configure.ac
37197d
@@ -1,6 +1,6 @@
37197d
 # Process this file with autoconf to produce a configure script.
37197d
-AC_INIT([mlocate], [0.26], [mitr@redhat.com], ,
37197d
-        [https://fedorahosted.org/mlocate/])
37197d
+AC_INIT([mlocate], [0.26], [https://pagure.io/mlocate], ,
37197d
+        [https://pagure.io/mlocate])
37197d
 AC_COPYRIGHT(
37197d
 [Copyright (C) 2005, 2006, 2007, 2009, 2010, 2012 Red Hat, Inc. All rights
37197d
 reserved.
37197d
diff --git a/po/Makevars b/po/Makevars
37197d
index 62a744e..1be8266 100644
37197d
--- a/po/Makevars
37197d
+++ b/po/Makevars
37197d
@@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Red Hat, Inc
37197d
 # It can be your email address, or a mailing list address where translators
37197d
 # can write to without being subscribed, or the URL of a web page through
37197d
 # which the translators can contact you.
37197d
-MSGID_BUGS_ADDRESS = https://fedorahosted.org/mlocate/
37197d
+MSGID_BUGS_ADDRESS = https://pagure.io/mlocate
37197d
 
37197d
 # This is the list of locale categories, beyond LC_MESSAGES, for which the
37197d
 # message catalogs shall be used.  It is usually empty.
37197d
diff --git a/tests/config.at b/tests/config.at
37197d
index fd671bc..3886f6d 100644
37197d
--- a/tests/config.at
37197d
+++ b/tests/config.at
37197d
@@ -75,7 +75,7 @@ Update a mlocate database.
37197d
 The configuration defaults to values read from
37197d
 `PATH'.
37197d
 
37197d
-Report bugs to mitr@redhat.com.
37197d
+Report bugs to https://pagure.io/mlocate.
37197d
 ]])
37197d
 AT_CHECK([[updatedb -h | sed "s/\`[^']*'/\`PATH'/g"]], , [expout])
37197d
 AT_CHECK([[updatedb --help | sed "s/\`[^']*'/\`PATH'/g"]], , [expout])
37197d
diff --git a/tests/locate.at b/tests/locate.at
37197d
index 970ce8b..4f718ef 100644
37197d
--- a/tests/locate.at
37197d
+++ b/tests/locate.at
37197d
@@ -247,7 +247,7 @@ Search for entries in a mlocate database.
37197d
   -V, --version          print version information
37197d
   -w, --wholename        match whole path name (default)
37197d
 
37197d
-Report bugs to mitr@redhat.com.
37197d
+Report bugs to https://pagure.io/mlocate.
37197d
 ]])
37197d
 
37197d
 AT_CHECK([[locate -h | sed 's,^\([ 	]*\)/.*)$,\1PATH),']], , [expout])
37197d
-- 
37197d
2.13.6
37197d