From fd5a800f15276426241c8a45879260edefcb3616 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Thu, 29 Sep 2016 10:21:28 +0200
Subject: 1.100 bump

---
 .gitignore                     |  1 +
 perl-Authen-SASL-SASLprep.spec | 17 ++++++++++-------
 sources                        |  2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 980f965..aa2877a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Authen-SASL-SASLprep-1.01.tar.gz
 /Authen-SASL-SASLprep-1.011.tar.gz
+/Authen-SASL-SASLprep-1.100.tar.gz
diff --git a/perl-Authen-SASL-SASLprep.spec b/perl-Authen-SASL-SASLprep.spec
index a82a4bf..9a78c3c 100644
--- a/perl-Authen-SASL-SASLprep.spec
+++ b/perl-Authen-SASL-SASLprep.spec
@@ -1,16 +1,16 @@
-# Stick on 2-digit version now
-%global cpan_version 1.011
 Name:           perl-Authen-SASL-SASLprep
-Version:        %(echo %{cpan_version} | sed -e 's/\(\...\)/\1./')
-Release:        3%{?dist}
+Version:        1.100
+Release:        1%{?dist}
 Summary:        Stringprep profile for user names and passwords (RFC 4013)
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Authen-SASL-SASLprep/
-Source0:        
http://www.cpan.org/authors/id/C/CF/CFAERBER/Authen-SASL-SASLprep-%{cpan_version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/C/CF/CFAERBER/Authen-SASL-SASLprep-%{version}.tar.gz
 # Recode README to UTF-8
 Patch0:         Authen-SASL-SASLprep-1.01-Recode-README-to-UTF-8.patch
 BuildArch:      noarch
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -40,7 +40,7 @@ prepare Unicode strings representing user names and passwords 
for comparison.
 SASLprep is a profile of the stringprep algorithm.
 
 %prep
-%setup -q -n Authen-SASL-SASLprep-%{cpan_version}
+%setup -q -n Authen-SASL-SASLprep-%{version}
 %patch0 -p1
 
 %build
@@ -49,7 +49,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -62,6 +62,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 29 2016 Petr Pisar <ppi...@redhat.com> - 1.100-1
+- 1.100 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1.01.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index aa341e6..ab85628 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb9cc1f59968047e23ac44c02a0ecc21  Authen-SASL-SASLprep-1.011.tar.gz
+00511f8155f44c52e7c1cabd6637e170  Authen-SASL-SASLprep-1.100.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Authen-SASL-SASLprep.git/commit/?h=f23&id=fd5a800f15276426241c8a45879260edefcb3616
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to