Hello community,

here is the log from the commit of package perl-PDF-API2 for openSUSE:Factory 
checked in at 2014-07-28 06:31:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-PDF-API2 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-PDF-API2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-PDF-API2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-PDF-API2/perl-PDF-API2.changes      
2013-08-01 15:59:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PDF-API2.new/perl-PDF-API2.changes 
2014-07-28 06:31:30.000000000 +0200
@@ -1,0 +2,63 @@
+Fri Jul 25 09:32:42 UTC 2014 - [email protected]
+
+- updated to 2.022
+     - Added $pdf->version() get/set method.  When opening an existing
+       PDF, the existing version number will now be retained.
+ 
+     - Renamed the following in PDF::API2:
+         - importpage to import_page
+         - openScalar to open_scalar
+ 
+       The old names are deprecated.
+ 
+     - [RT #69503] Fix the -firstpage option to $pdf->preferences() so
+       that it doesn't always lead to a crash (reported by Dietrich
+       Streifert).
+ 
+     - [RT #47974] Accept malformed xref subsections (with a warning)
+       that have extraneous spaces on the first line (reported by
+       Abhinav Kaushik).
+ 
+     - [RT #94505] For Code128 barcodes, the initial character set is
+       now optional (defaults to B or C depending on the content to be
+       encoded).  The initial character set can be passed as a capital
+       letter, and the program will die if an invalid character set is
+       requested (requested by Andrea Nall).
+ 
+     - Interleaved 2 of 5 barcodes now prepend a zero when an odd
+       number of digits is specified, which is standard behavior.
+       Previously, a zero was appended instead.
+ 
+     - $page->rotate(0) now sets rotation to 0 degrees rather than
+       deleting an existing page rotation command.  Page rotation is
+       inherited, so this is necessary to undo any inherited page
+       rotation.
+ 
+     - Fix: Attempts to use EAN-128 barcodes resulted in an error.
+ 
+     - Add a more informative error when text() is called without first
+       setting a font(), and when font() is called without including a
+       font size.
+- remove work around only applied on 11.3 and 11.4
+
+-------------------------------------------------------------------
+Mon Mar 17 13:13:14 UTC 2014 - [email protected]
+
+- updated to 2.021
+    - Fixed numerous bugs in the string parsing code, including the
+      one reported in [RT #63918] by Frank Doepper.
+
+    - [RT #41049] Rewrote literal string parsing to prevent a stack
+      overflow due to an inefficient regex (reported by Sergei
+      Fetisov).
+
+    - [RT #91822] Fix compression of GIF images to ensure that output
+      codes don't exceed 12 bits (reported by Vadim Repin).
+
+    - The RunLengthDecode filter didn't actually work.  Its code has
+      been rewritten and now passes basic encoding and decoding tests.
+
+    - Fix Code128 barcode switching from Code C to Code B in certain
+      cases (reported by Doru Petrescu).
+
+-------------------------------------------------------------------

Old:
----
  PDF-API2-2.020.tar.gz
  UnicodeData.txt.bz2

New:
----
  PDF-API2-2.022.tar.gz

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

Other differences:
------------------
++++++ perl-PDF-API2.spec ++++++
--- /var/tmp/diff_new_pack.HfIEap/_old  2014-07-28 06:31:31.000000000 +0200
+++ /var/tmp/diff_new_pack.HfIEap/_new  2014-07-28 06:31:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PDF-API2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,33 +17,30 @@
 
 
 Name:           perl-PDF-API2
+Version:        2.022
+Release:        0
 %define cpan_name PDF-API2
 Summary:        Facilitates the creation and modification of PDF files
 License:        LGPL-2.1+
 Group:          Development/Libraries/Perl
-Version:        2.020
-Release:        0
 Url:            http://search.cpan.org/dist/PDF-API2/
-Source:         
http://www.cpan.org/authors/id/S/SS/SSIMMS/PDF-API2-%{version}.tar.gz
-Source1:        UnicodeData.txt.bz2
+Source:         
http://www.cpan.org/authors/id/S/SS/SSIMMS/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Compress::Zlib) >= 1.0
 BuildRequires:  perl(Font::TTF)
+Requires:       perl(Compress::Zlib) >= 1.0
 Requires:       perl(Font::TTF)
 %{perl_requires}
 
 %description
-This module facilitates the creation and modification of PDF files.
+Facilitates the creation and modification of PDF files
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version} == 1140 || 0%{?suse_version} == 1130
-# workaround for broken Unicode::UCD needed by t/00-all-usable.t
-mkdir unicore
-bzip2 -dc < %{S:1} > unicore/UnicodeData.txt
-%endif
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -57,11 +54,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes CONTACT contrib examples LICENSE PATENTS README
+%defattr(-,root,root,755)
+%doc Changes contrib examples LICENSE PATENTS README
 
 %changelog

++++++ PDF-API2-2.020.tar.gz -> PDF-API2-2.022.tar.gz ++++++
++++ 7912 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to