forked from pool/perl-libintl-perl
Accepting request 844246 from devel:languages:perl:autoupdate
- updated to 1.32
see /usr/share/doc/packages/perl-libintl-perl/Changes
Version 1.32 - 26 Oct 2020
* Bugs fixed:
https://github.com/gflohr/libintl-perl/issues/5
OBS-URL: https://build.opensuse.org/request/show/844246
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libintl-perl?expand=0&rev=42
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cad0b1fd0abfa1340dea089ec45ee3dacd9710c9fd942c064bb8124273b3caa9
|
|
||||||
size 598187
|
|
||||||
3
libintl-perl-1.32.tar.gz
Normal file
3
libintl-perl-1.32.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:80108298f2564ecbfc7110a3042008e665ed00c2e155b36b0188e6c1135ceba5
|
||||||
|
size 598209
|
||||||
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 27 03:11:54 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.32
|
||||||
|
see /usr/share/doc/packages/perl-libintl-perl/Changes
|
||||||
|
|
||||||
|
Version 1.32 - 26 Oct 2020
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
|
||||||
|
https://github.com/gflohr/libintl-perl/issues/5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 6 16:34:49 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
Thu Dec 6 16:34:49 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-libintl-perl
|
# spec file for package perl-libintl-perl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-libintl-perl
|
Name: perl-libintl-perl
|
||||||
Version: 1.31
|
Version: 1.32
|
||||||
Release: 0
|
Release: 0
|
||||||
#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
|
#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
|
||||||
%define cpan_name libintl-perl
|
%define cpan_name libintl-perl
|
||||||
Summary: High-Level Interface to Uniforum Message Translation
|
Summary: High-Level Interface to Uniforum Message Translation
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/G/GU/GUIDO/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/G/GU/GUIDO/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: libintl-perl-rpmlintrc
|
Source1: libintl-perl-rpmlintrc
|
||||||
Source2: cpanspec.yml
|
Source2: cpanspec.yml
|
||||||
@@ -46,7 +46,7 @@ for example in GNU gettext.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
|||||||
Reference in New Issue
Block a user