[perl-Apache-Htpasswd] 1.9

Xavier Bachelot xavierb at fedoraproject.org
Mon Dec 3 20:22:41 UTC 2012


commit 9b1f9234bd72343713808b1a51d130cea825fa8f
Author: Xavier Bachelot <xavier at bachelot.org>
Date:   Mon Dec 3 21:20:20 2012 +0100

    1.9

 .gitignore                |    1 +
 perl-Apache-Htpasswd.spec |   12 ++++++++----
 sources                   |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b6eb601..0dcda08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Apache-Htpasswd-1.8.tar.gz
+/Apache-Htpasswd-1.9.tar.gz
diff --git a/perl-Apache-Htpasswd.spec b/perl-Apache-Htpasswd.spec
index d55f582..742dfc5 100644
--- a/perl-Apache-Htpasswd.spec
+++ b/perl-Apache-Htpasswd.spec
@@ -1,6 +1,6 @@
 Name:           perl-Apache-Htpasswd
-Version:        1.8
-Release:        11%{?dist}
+Version:        1.9
+Release:        1%{?dist}
 Summary:        Manage Unix crypt-style password file
 
 Group:          Development/Libraries
@@ -10,9 +10,10 @@ Source0:        http://search.cpan.org/CPAN/authors/id/K/KM/KMELTZ/Apache-Htpass
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Crypt::PasswdMD5)
-BuildRequires:  perl(Digest::SHA1)
+BuildRequires:  perl(Digest::SHA)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(MIME::Base64)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
@@ -57,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Dec 02 2012 Xavier Bachelot <xavier at bachelot.org> - 1.9-1
+- Update to 1.9.
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 6a9c730..bdac307 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee2048044096b4259e89c9ed1c88ed92  Apache-Htpasswd-1.8.tar.gz
+ee2ca41f9dd92d7a830a5ba65fcbeef0  Apache-Htpasswd-1.9.tar.gz


More information about the scm-commits mailing list