Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Text-BibTeX for
openSUSE:Factory checked in at 2023-08-16 14:16:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Text-BibTeX (Old)
and /work/SRC/openSUSE:Factory/.perl-Text-BibTeX.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Text-BibTeX"
Wed Aug 16 14:16:21 2023 rev:14 rq:1103913 version:0.890.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Text-BibTeX/perl-Text-BibTeX.changes
2019-06-20 18:53:31.272691351 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Text-BibTeX.new.11712/perl-Text-BibTeX.changes
2023-08-16 14:16:23.990700112 +0200
@@ -1,0 +2,9 @@
+Wed Jan 25 03:08:44 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 0.89
+ see /usr/share/doc/packages/perl-Text-BibTeX/Changes
+
+ 0.89 2023-01-24
+ * Fix Config::AutoConf dependency version
+
+-------------------------------------------------------------------
Old:
----
Text-BibTeX-0.88.tar.gz
New:
----
Text-BibTeX-0.89.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Text-BibTeX.spec ++++++
--- /var/tmp/diff_new_pack.5JNjtz/_old 2023-08-16 14:16:25.506709710 +0200
+++ /var/tmp/diff_new_pack.5JNjtz/_new 2023-08-16 14:16:25.514709760 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-BibTeX
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,31 +18,55 @@
%define cpan_name Text-BibTeX
Name: perl-Text-BibTeX
-Version: 0.88
+Version: 0.890.0
Release: 0
-Summary: Interface to Read and Parse BibTeX Files
+%define cpan_version 0.89
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-URL: https://metacpan.org/release/Text-BibTeX
-Source0:
https://cpan.metacpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{version}.tar.gz
+Summary: Interface to read and parse BibTeX files
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Patch0: manual-pages-for-libbtparse.patch
-BuildRequires: glibc-devel
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) >= 0.06
-BuildRequires: perl(Config::AutoConf) >= 0.16
-BuildRequires: perl(Cwd)
+BuildRequires: perl(Config::AutoConf) >= 0.320
BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
BuildRequires: perl(ExtUtils::LibBuilder) >= 0.02
-BuildRequires: perl(File::Copy)
-BuildRequires: perl(Module::Build) >= 0.360300
+BuildRequires: perl(Module::Build) >= 0.3603
BuildRequires: perl(Scalar::Util) >= 1.42
-Requires: perl(Encode)
Requires: perl(Scalar::Util) >= 1.42
-Requires: perl(Unicode::Normalize)
+Provides: perl(Text::BibTeX) = 0.890.0
+Provides: perl(Text::BibTeX::BibEntry) = 0.88
+Provides: perl(Text::BibTeX::BibFormat) = 0.88
+Provides: perl(Text::BibTeX::BibSort) = 0.88
+Provides: perl(Text::BibTeX::BibStructure) = 0.88
+Provides: perl(Text::BibTeX::Entry) = 0.88
+Provides: perl(Text::BibTeX::File) = 0.88
+Provides: perl(Text::BibTeX::Name) = 0.88
+Provides: perl(Text::BibTeX::NameFormat) = 0.88
+Provides: perl(Text::BibTeX::SimpleValue) = 0.88
+Provides: perl(Text::BibTeX::Structure) = 0.88
+Provides: perl(Text::BibTeX::StructuredEntry) = 0.88
+Provides: perl(Text::BibTeX::Value) = 0.88
+%define __perllib_provides /bin/true
%{perl_requires}
+# MANUAL BEGIN
+BuildRequires: glibc-devel
+%package devel
+Summary: C library for parsing and processing BibTeX files
+Group: Development/Libraries/Other
+Provides: %{name}:%{_libdir}/libbtparse.so
+
+%description devel
+The libbtparse is a C library for parsing and processing BibTeX files.
+Note that the interface provided by libbtparse, while complete, is fairly
+low-level. If you have more sophisticated needs, you might be interested
+the "Text::BibTeX" module for Perl.
+
+
+# MANUAL END
%description
The 'Text::BibTeX' module serves mainly as a high-level introduction to the
'Text::BibTeX' library, for both code and documentation purposes. The code
@@ -65,40 +89,24 @@
names in the rest of this manual page (and in most of the other manual
pages in the library).
-%package devel
-Summary: C library for parsing and processing BibTeX files
-Group: Development/Libraries/Other
-Provides: %{name}:%{_libdir}/libbtparse.so
-
-%description devel
-The libbtparse is a C library for parsing and processing BibTeX files.
-Note that the interface provided by libbtparse, while complete, is fairly
-low-level. If you have more sophisticated needs, you might be interested
-the "Text::BibTeX" module for Perl.
-
%prep
-%setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
+
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod
644
%build
-perl Build.PL installdirs=vendor optimize="%{optflags}"
-./Build build flags=%{?_smp_mflags}
+perl Build.PL --installdirs=vendor optimize="%{optflags}"
+./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
-./Build install destdir=%{buildroot} create_packlist=0
-chmod -R u+rw %{buildroot}
+./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
-%post devel -p /sbin/ldconfig
-%postun devel -p /sbin/ldconfig
-
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes examples README README.OLD scripts THANKS
+%doc Changes examples README README.OLD THANKS
%exclude %{_mandir}/man3/*.3.gz
%files devel
@@ -107,4 +115,7 @@
%{_mandir}/man3/*.3%{?ext_man}
%{_includedir}/btparse.h
+%post devel -p /sbin/ldconfig
+%postun devel -p /sbin/ldconfig
+
%changelog
++++++ Text-BibTeX-0.88.tar.gz -> Text-BibTeX-0.89.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Text-BibTeX-0.88/Build.PL
new/Text-BibTeX-0.89/Build.PL
--- old/Text-BibTeX-0.88/Build.PL 2019-04-29 17:02:41.000000000 +0200
+++ new/Text-BibTeX-0.89/Build.PL 2023-01-24 21:11:08.000000000 +0100
@@ -31,7 +31,7 @@
},
build_requires => {
'File::Copy' => '0',
- 'Config::AutoConf' => '0.16',
+ 'Config::AutoConf' => '0.320',
'ExtUtils::LibBuilder' => '0.02',
'Capture::Tiny' => '0.06',
'ExtUtils::CBuilder' => '0.27',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Text-BibTeX-0.88/Changes new/Text-BibTeX-0.89/Changes
--- old/Text-BibTeX-0.88/Changes 2019-04-29 17:02:41.000000000 +0200
+++ new/Text-BibTeX-0.89/Changes 2023-01-24 21:11:08.000000000 +0100
@@ -1,5 +1,8 @@
Revision history for Perl module Text::BibTeX
+0.89 2023-01-24
+ * Fix Config::AutoConf dependency version
+
0.88 2019-04-29
* Make namebug.c compile with non std99 compiler.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Text-BibTeX-0.88/META.json
new/Text-BibTeX-0.89/META.json
--- old/Text-BibTeX-0.88/META.json 2019-04-29 17:02:41.000000000 +0200
+++ new/Text-BibTeX-0.89/META.json 2023-01-24 21:11:08.000000000 +0100
@@ -5,7 +5,7 @@
"Greg Ward <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "Module::Build version 0.4229",
+ "generated_by" : "Module::Build version 0.4232",
"license" : [
"perl_5"
],
@@ -18,7 +18,7 @@
"build" : {
"requires" : {
"Capture::Tiny" : "0.06",
- "Config::AutoConf" : "0.16",
+ "Config::AutoConf" : "0.320",
"Cwd" : "0",
"ExtUtils::CBuilder" : "0.27",
"ExtUtils::LibBuilder" : "0.02",
@@ -44,7 +44,7 @@
"provides" : {
"Text::BibTeX" : {
"file" : "lib/Text/BibTeX.pm",
- "version" : "0.88"
+ "version" : "0.89"
},
"Text::BibTeX::BibEntry" : {
"file" : "lib/Text/BibTeX/Bib.pm",
@@ -104,6 +104,6 @@
"url" : "http://github.com/ambs/Text-BibTeX"
}
},
- "version" : "0.88",
- "x_serialization_backend" : "JSON::PP version 4.02"
+ "version" : "0.89",
+ "x_serialization_backend" : "JSON::PP version 4.16"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Text-BibTeX-0.88/META.yml
new/Text-BibTeX-0.89/META.yml
--- old/Text-BibTeX-0.88/META.yml 2019-04-29 17:02:41.000000000 +0200
+++ new/Text-BibTeX-0.89/META.yml 2023-01-24 21:11:08.000000000 +0100
@@ -5,7 +5,7 @@
- 'Greg Ward <[email protected]>'
build_requires:
Capture::Tiny: '0.06'
- Config::AutoConf: '0.16'
+ Config::AutoConf: '0.320'
Cwd: '0'
ExtUtils::CBuilder: '0.27'
ExtUtils::LibBuilder: '0.02'
@@ -16,7 +16,7 @@
ExtUtils::LibBuilder: '0.02'
Module::Build: '0.36'
dynamic_config: 1
-generated_by: 'Module::Build version 0.4229, CPAN::Meta::Converter version
2.150010'
+generated_by: 'Module::Build version 0.4232, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,7 +25,7 @@
provides:
Text::BibTeX:
file: lib/Text/BibTeX.pm
- version: '0.88'
+ version: '0.89'
Text::BibTeX::BibEntry:
file: lib/Text/BibTeX/Bib.pm
version: '0.88'
@@ -69,5 +69,5 @@
resources:
license: http://dev.perl.org/licenses/
repository: http://github.com/ambs/Text-BibTeX
-version: '0.88'
+version: '0.89'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Text-BibTeX-0.88/lib/Text/BibTeX.pm
new/Text-BibTeX-0.89/lib/Text/BibTeX.pm
--- old/Text-BibTeX-0.88/lib/Text/BibTeX.pm 2019-04-29 17:02:41.000000000
+0200
+++ new/Text-BibTeX-0.89/lib/Text/BibTeX.pm 2023-01-24 21:11:08.000000000
+0100
@@ -25,7 +25,7 @@
require Exporter;
require DynaLoader;
-our $VERSION='0.88';
+our $VERSION = '0.89';
@ISA = qw(Exporter DynaLoader);
%EXPORT_TAGS = (nodetypes => [qw(BTAST_STRING BTAST_MACRO BTAST_NUMBER)],
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.5JNjtz/_old 2023-08-16 14:16:25.718711051 +0200
+++ /var/tmp/diff_new_pack.5JNjtz/_new 2023-08-16 14:16:25.722711077 +0200
@@ -7,18 +7,39 @@
#sources:
# - source1
# - source2
-#patches:
-# foo.patch: -p1
+patches:
+ manual-pages-for-libbtparse.patch: -p1
# bar.patch:
-#preamble: |-
-# BuildRequires: gcc-c++
+preamble: |-
+ BuildRequires: glibc-devel
+
+ %package devel
+ Summary: C library for parsing and processing BibTeX files
+ Group: Development/Libraries/Other
+ Provides: %{name}:%{_libdir}/libbtparse.so
+
+ %description devel
+ The libbtparse is a C library for parsing and processing BibTeX files.
+ Note that the interface provided by libbtparse, while complete, is fairly
+ low-level. If you have more sophisticated needs, you might be interested
+ the "Text::BibTeX" module for Perl.
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
-# sed on %{name}.files
+misc: |-
+ %exclude %{_mandir}/man3/*.3.gz
+
+ %files devel
+ %defattr(-,root,root,755)
+ %{_libdir}/libbtparse.so
+ %{_mandir}/man3/*.3%{?ext_man}
+ %{_includedir}/btparse.h
+
+ %post devel -p /sbin/ldconfig
+ %postun devel -p /sbin/ldconfig
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-