Browse Source

perl-gettext-1.07-1

Tomohiro "Tomo-p" KATO 4 years ago
parent
commit
351dddb348
1 changed files with 8 additions and 5 deletions
  1. 8 5
      p/perl-gettext/perl-gettext-vl.spec

+ 8 - 5
p/perl-gettext/perl-gettext-vl.spec

@@ -1,14 +1,13 @@
 %define PackageName gettext
 
 Name: perl-%{PackageName}
-Version: 1.05
-Release: 12%{?_dist_release}
+Version: 1.07
+Release: 1%{?_dist_release}
 Summary: Interface to gettext family of functions
 
 Group: Development/Libraries
 License: GPL or Artistic
 Source: http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-%{version}.tar.gz
-Patch0: perl-gettext-fix-conflict-posix.patch
 URL:    http://search.cpan.org/~pvandry/gettext/
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -28,8 +27,7 @@ for internatialization gettext.
 
 
 %prep
-%setup -q -n %{PackageName}-%{version}
-%patch0 -p1
+%setup -q -n Locale-%{PackageName}-%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -64,6 +62,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Aug 12 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.07-1
+- new upstream release.
+- rebuilt with perl-5.26.
+- dropped Patch0.
+
 * Sat Jul 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.05-12
 - rebuild with perl-5.16.3