[perl-Fedora-Rebuild] 0.12.1 bump

Petr Pisar ppisar at fedoraproject.org
Fri May 23 08:34:22 UTC 2014


commit 364cbeafeec63b5bfc03188b1476f2ddff92448d
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri May 23 10:30:52 2014 +0200

    0.12.1 bump

 .gitignore               |    1 +
 perl-Fedora-Rebuild.spec |    8 +++++++-
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80e8629..af212cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /Fedora-Rebuild-v0.10.0.tar.gz
 /Fedora-Rebuild-v0.11.0.tar.gz
 /Fedora-Rebuild-v0.12.0.tar.gz
+/Fedora-Rebuild-v0.12.1.tar.gz
diff --git a/perl-Fedora-Rebuild.spec b/perl-Fedora-Rebuild.spec
index cba5324..de8a638 100644
--- a/perl-Fedora-Rebuild.spec
+++ b/perl-Fedora-Rebuild.spec
@@ -1,6 +1,6 @@
 # This file is lincensed under the terms of GPLv2+.
 Name:           perl-Fedora-Rebuild
-Version:        0.12.0
+Version:        0.12.1
 Release:        1%{?dist}
 Summary:        Rebuilds Fedora packages from scratch
 License:        GPLv3+
@@ -15,6 +15,7 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(DateTime)
+BuildRequires:  perl(Encode)
 BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(File::Copy)
 BuildRequires:  perl(File::Path::Tiny)
@@ -40,10 +41,12 @@ BuildRequires:  perl(Thread::Semaphore)
 BuildRequires:  perl(threads)
 BuildRequires:  perl(threads::shared)
 BuildRequires:  perl(URI)
+BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(version) >= 0.77
 BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(Data::Compare)
+BuildRequires:  perl(HTTP::Tiny)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Simple)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -83,6 +86,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 23 2014 Petr Pisar <ppisar at redhat.com> - 0.12.1-1
+- 0.12.1 bump
+
 * Tue May 13 2014 Petr Pisar <ppisar at redhat.com> - 0.12.0-1
 - 0.12.0 bump
 
diff --git a/sources b/sources
index 932f8b5..7f0bbd6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-77bd547e4ffc482434e70390de715808  Fedora-Rebuild-v0.12.0.tar.gz
+dbb606918d2701df98b22068edeb0cba  Fedora-Rebuild-v0.12.1.tar.gz


More information about the scm-commits mailing list