eseyman pushed to perl-URI-Escape-XS (master). "Update to 0.13"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Jun 28 06:22:38 UTC 2015


From d9a7cfee5cabd65023653b0e17850f3aa0bd845d Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emmanuel at seyman.fr>
Date: Sun, 28 Jun 2015 08:22:26 +0200
Subject: Update to 0.13


diff --git a/.gitignore b/.gitignore
index 3511094..49b2816 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /URI-Escape-XS-0.10.tar.gz
 /URI-Escape-XS-0.11.tar.gz
 /URI-Escape-XS-0.12.tar.gz
+/URI-Escape-XS-0.13.tar.gz
diff --git a/perl-URI-Escape-XS.spec b/perl-URI-Escape-XS.spec
index 9563169..5944fb2 100644
--- a/perl-URI-Escape-XS.spec
+++ b/perl-URI-Escape-XS.spec
@@ -1,6 +1,6 @@
 Name:           perl-URI-Escape-XS
-Version:        0.12
-Release:        6%{?dist}
+Version:        0.13
+Release:        1%{?dist}
 Summary:        Drop-In replacement for URI::Escape
 License:        GPL+ or Artistic
 
@@ -28,15 +28,11 @@ uses XS, it is really fast except for uri_escape("noop").
 %setup -q -n URI-Escape-XS-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" NO_PACKLIST=1
 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 '*.bs' -size 0 -exec rm -f {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -49,6 +45,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jun 28 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.13-1
+- Update to 0.13
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index d989895..cc8991a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5add486075f07f00eaac5e2bee53218b  URI-Escape-XS-0.12.tar.gz
+01e0dfe022e7882fe816fe610a3606f5  URI-Escape-XS-0.13.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-URI-Escape-XS.git/commit/?h=master&id=d9a7cfee5cabd65023653b0e17850f3aa0bd845d


More information about the perl-devel mailing list