Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-GD-Barcode for openSUSE:Factory 
checked in at 2023-09-29 21:12:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-GD-Barcode (Old)
 and      /work/SRC/openSUSE:Factory/.perl-GD-Barcode.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-GD-Barcode"

Fri Sep 29 21:12:38 2023 rev:17 rq:1114046 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-GD-Barcode/perl-GD-Barcode.changes  
2011-11-18 15:47:30.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-GD-Barcode.new.28202/perl-GD-Barcode.changes   
    2023-09-29 21:12:51.352194368 +0200
@@ -1,0 +2,22 @@
+Thu Sep 14 03:06:15 UTC 2023 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 2.00
+   see /usr/share/doc/packages/perl-GD-Barcode/Changes
+
+  2.00 2023-09-13
+          - 'Production' release, no changes to 1.99_03
+  1.99_03 2022-01-10 (DEVELOPMENT RELEASE)
+          - Fix cpantesters test for Business::ISBN failing
+            seemingly because of broken version of Business::ISBN:
+            require Business::ISBN 3.007 or later
+  1.99_02 2021-12-20 (DEVELOPMENT RELEASE)
+          - Fix issue with Code39 barcodes that prevent rendering white
+            background in some cases by Boris Zentner
+          - Add unit tests
+          - Modernize code
+  1.99_01 2016-10-23 (DEVELOPMENT RELEASE)
+          - Moved modules to lib/
+          - Specified correct dependencies.
+          - Fixed RT#20297 - Auto-size with 'Version'.
+
+-------------------------------------------------------------------

Old:
----
  GD-Barcode-1.15.tar.gz

New:
----
  GD-Barcode-2.00.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-GD-Barcode.spec ++++++
--- /var/tmp/diff_new_pack.8fkbb8/_old  2023-09-29 21:12:52.568238243 +0200
+++ /var/tmp/diff_new_pack.8fkbb8/_new  2023-09-29 21:12:52.568238243 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-GD-Barcode
 #
-# Copyright (c) 2011 SUSE LINUX Products 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
@@ -12,25 +12,39 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-
-Name:           perl-GD-Barcode
-Version:        1.15
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
 %define cpan_name GD-Barcode
+Name:           perl-GD-Barcode
+Version:        2.0.0
+Release:        0
+%define cpan_version 2.00
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Create barcode image with GD
-Url:            http://search.cpan.org/dist/GD-Barcode/
-Group:          Development/Libraries/Perl
-Source:         
http://www.cpan.org/authors/id/K/KW/KWITKNR/%{cpan_name}-%{version}.tar.gz
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/%{cpan_name}-%{cpan_version}.tar.gz
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(GD)
+BuildRequires:  perl(Test2::V0) >= 0.000060
+BuildRequires:  perl(parent)
+Requires:       perl(parent)
+Provides:       perl(GD::Barcode) = 2.0.0
+Provides:       perl(GD::Barcode::COOP2of5) = 2.0.0
+Provides:       perl(GD::Barcode::Code39) = 2.0.0
+Provides:       perl(GD::Barcode::EAN13) = 2.0.0
+Provides:       perl(GD::Barcode::EAN8) = 2.0.0
+Provides:       perl(GD::Barcode::IATA2of5) = 2.0.0
+Provides:       perl(GD::Barcode::ITF) = 2.0.0
+Provides:       perl(GD::Barcode::Industrial2of5) = 2.0.0
+Provides:       perl(GD::Barcode::Matrix2of5) = 2.0.0
+Provides:       perl(GD::Barcode::NW7) = 2.0.0
+Provides:       perl(GD::Barcode::QRcode) = 2.0.0
+Provides:       perl(GD::Barcode::UPCA) = 2.0.0
+Provides:       perl(GD::Barcode::UPCE) = 2.0.0
+%define         __perllib_provides /bin/true
 %{perl_requires}
 
 %description
@@ -41,14 +55,14 @@
 From 1.14, you can use this module even if no GD (except plot method).
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{cpan_version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -56,6 +70,5 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 

++++++ GD-Barcode-1.15.tar.gz -> GD-Barcode-2.00.tar.gz ++++++
++++ 16110 lines of diff (skipped)

Reply via email to