Hello community,
here is the log from the commit of package perl-PostScript-Simple for
openSUSE:Factory checked in at 2015-04-18 10:40:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-PostScript-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-PostScript-Simple.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-PostScript-Simple"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-PostScript-Simple/perl-PostScript-Simple.changes
2011-09-23 12:38:36.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-PostScript-Simple.new/perl-PostScript-Simple.changes
2015-04-18 10:40:53.000000000 +0200
@@ -1,0 +2,23 @@
+Fri Apr 17 09:10:42 UTC 2015 - [email protected]
+
+- updated to 0.09
+ see /usr/share/doc/packages/perl-PostScript-Simple/Changes
+
+ 0.09 - 23 September 2014
+ Matthew Newton:
+ - add setcmykcolour method
+ - add err method to find last error
+ - internal data structure updates
+
+ 0.08 - 20 June 2014
+ Satoshi Azuma:
+ - remove Test::More module and make it a build dependency
+
+ Matthew Newton:
+ - fix test result failures on -Duselongdouble
+ - allow units to be specified for any distance
+ - add X-Windows colours, supplied by Steve Baldwin
+ - change all space-separated lists to arrays
+ - fix Begin/EndDocument handling in EPS file insertion
+
+-------------------------------------------------------------------
Old:
----
PostScript-Simple-0.07.tar.gz
New:
----
PostScript-Simple-0.09.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-PostScript-Simple.spec ++++++
--- /var/tmp/diff_new_pack.MAbTph/_old 2015-04-18 10:40:53.000000000 +0200
+++ /var/tmp/diff_new_pack.MAbTph/_new 2015-04-18 10:40:53.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package perl-PostScript-Simple (Version 0.07)
+# spec file for package perl-PostScript-Simple
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,59 +15,54 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: perl-PostScript-Simple
-Url: http://search.cpan.org/~mcnewton/PostScript-Simple
+Version: 0.09
+Release: 0
+#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
+%define cpan_name PostScript-Simple
+Summary: Produce PostScript files from Perl
License: GPL-2.0+
Group: Development/Libraries/Perl
-Provides: PostScript-Simple
-AutoReqProv: on
-Version: 0.07
-Release: 142
-Source: PostScript-Simple-%{version}.tar.gz
-Summary: a simple method of writing PostScript files from Perl
+Url: http://search.cpan.org/dist/PostScript-Simple/
+Source0:
http://www.cpan.org/authors/id/M/MC/MCNEWTON/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
+BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
+%{perl_requires}
%description
-PostScript::Simple allows you to have a simple method of writing
-PostScript files from Perl. It has several graphics primitives that
-allow lines, circles, polygons and boxes to be drawn. Text can be added
-to the page using standard PostScript fonts.
-
-
-
-Authors:
---------
- Matthew Newton <[email protected]>
+PostScript::Simple allows you to have a simple method of writing PostScript
+files from Perl. It has graphics primitives that allow lines, curves,
+circles, polygons and boxes to be drawn. Text can be added to the page
+using standard PostScript fonts.
+
+The images can be single page EPS files, or multipage PostScript files. The
+image size can be set by using a recognised paper size ("'A4'", for
+example) or by giving dimensions. The units used can be specified ("'mm'"
+or "'in'", etc) and are the same as those used in TeX. The default unit is
+a bp, or a PostScript point, unlike TeX.
%prep
-%setup -n PostScript-Simple-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
%build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
%install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
%perl_process_packlist
+%perl_gen_filelist
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-%doc %{_mandir}/man3/*
-%doc MANIFEST README Changes
-%{perl_vendorarch}/auto/PostScript
-%dir %{perl_vendorlib}/PostScript
-%dir %{perl_vendorlib}/PostScript/Simple
-%{perl_vendorlib}/PostScript/Simple.pm
-%{perl_vendorlib}/PostScript/Simple/EPS.pm
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes examples README TODO
%changelog
++++++ PostScript-Simple-0.07.tar.gz -> PostScript-Simple-0.09.tar.gz ++++++
++++ 6439 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#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_install: |-
# sed on %{name}.files
license: GPL-2.0+
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag