Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Locale-Maketext-Gettext for
openSUSE:Factory checked in at 2021-02-15 23:14:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Locale-Maketext-Gettext (Old)
and /work/SRC/openSUSE:Factory/.perl-Locale-Maketext-Gettext.new.28504
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Locale-Maketext-Gettext"
Mon Feb 15 23:14:34 2021 rev:12 rq:871183 version:1.32
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Locale-Maketext-Gettext/perl-Locale-Maketext-Gettext.changes
2019-09-18 13:11:53.420684213 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Locale-Maketext-Gettext.new.28504/perl-Locale-Maketext-Gettext.changes
2021-02-15 23:16:49.927443466 +0100
@@ -1,0 +2,25 @@
+Mon Feb 8 03:10:41 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 1.32
+ see /usr/share/doc/packages/perl-Locale-Maketext-Gettext/Changes
+
+ 2021-02-08 version 1.32
+ 1. Makefile.PL, Build.PL: Added the CPAN distribution metadata.
+
+ 2021-02-07
+ 1. maketext: Fixed the version number.
+
+ 2021-02-07 version 1.31
+ 1. Updated .gitignore.
+ 2. Added MANIFEST.SKIP.
+ 3. MANIFEST, META.json, META.yml, SIGNATURE: Generated files
+ removed from the Git repository.
+ 4. COPYING: Removed the redundant and irrelevant GPL license.
+ 5. BUGS, INSTALL, README, THANKS, TODO, README.md: Replaced the
+ messy GNU-styled documents with a single Markdown README.md,
+ and updated the URLs.
+ 6. Gettext.pm, Functions.pm, maketext, 11-command-line.t,
+ 12-cache.t, Changes: Various fixes to avoid JetBrains IDE
+ problem detection.
+
+-------------------------------------------------------------------
Old:
----
Locale-Maketext-Gettext-1.30.tar.gz
New:
----
Locale-Maketext-Gettext-1.32.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Locale-Maketext-Gettext.spec ++++++
--- /var/tmp/diff_new_pack.S7dYDR/_old 2021-02-15 23:16:50.399444171 +0100
+++ /var/tmp/diff_new_pack.S7dYDR/_new 2021-02-15 23:16:50.399444171 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Locale-Maketext-Gettext
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,19 @@
#
+%define cpan_name Locale-Maketext-Gettext
Name: perl-Locale-Maketext-Gettext
-Version: 1.30
+Version: 1.32
Release: 0
-%define cpan_name Locale-Maketext-Gettext
Summary: Joins the gettext and Maketext frameworks
License: Artistic-1.0 OR GPL-1.0-or-later
-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/I/IM/IMACAT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Build)
+BuildRequires: perl(Module::Build) >= 0.420000
%{perl_requires}
%description
@@ -40,7 +38,7 @@
Maketext_. As a result, you _enjoy both their advantages, and get rid of
both their problems, too._
-You start as an usual GNU gettext localization project: Work on PO files
+You start as a usual GNU gettext localization project: Work on PO files
with the help of translators, reviewers and Emacs. Turn them into MO files
with _msgfmt_. Copy them into the appropriate locale directory, such as
_/usr/share/locale/de/LC_MESSAGES/myapp.mo_.
@@ -49,8 +47,8 @@
from Locale::Maketext(3) to Locale::Maketext::Gettext. That is all.
%prep
-%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+%autosetup -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Build.PL installdirs=vendor
@@ -64,8 +62,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc BUGS Changes README THANKS TODO
-%license Artistic COPYING
+%doc Changes README.md
+%license Artistic
%changelog
++++++ Locale-Maketext-Gettext-1.30.tar.gz ->
Locale-Maketext-Gettext-1.32.tar.gz ++++++
++++ 2600 lines of diff (skipped)