Hello community,

here is the log from the commit of package perl-Cairo for openSUSE:Factory
checked in at Tue Oct 18 14:26:26 CEST 2011.



--------
--- openSUSE:Factory/perl-Cairo/perl-Cairo.changes      2011-09-23 
12:36:10.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Cairo/perl-Cairo.changes  2011-10-17 
16:38:35.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Oct 17 01:37:41 UTC 2011 - [email protected]
+
+- update to 1.081
+  * Wrap new 1.8 and 1.10 API.
+  * Make Cairo::Pattern->set_extend, get_extend, set_filter and get_filter
+    available to all pattern types, not just surface patterns.
+  * Make it possible to modify and create paths.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  Cairo-1.062.tar.bz2

New:
----
  Cairo-1.081.tar.gz

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

Other differences:
------------------
++++++ perl-Cairo.spec ++++++
--- /var/tmp/diff_new_pack.HOV5ga/_old  2011-10-18 14:26:20.000000000 +0200
+++ /var/tmp/diff_new_pack.HOV5ga/_new  2011-10-18 14:26:20.000000000 +0200
@@ -15,53 +15,48 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           perl-Cairo
-%define cpan_name Cairo
-Summary:        Perl interface to the cairo library
-Version:        1.062
+Version:        1.081
 Release:        1
 License:        LGPLv2.1+
-Group:          Development/Libraries/Perl
+%define cpan_name Cairo
+Summary:        Perl interface to the cairo library
 Url:            http://search.cpan.org/dist/Cairo/
+Group:          Development/Libraries/Perl
 #Source:         http://www.cpan.org/authors/id/T/TS/TSCH/Cairo-1.061.tar.gz
-Source:         %{cpan_name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  cairo-devel pkgconfig
+Source:         %{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl
-BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::Depends) >= 0.2
 BuildRequires:  perl(ExtUtils::PkgConfig) >= 1
 BuildRequires:  perl(Test::Number::Delta) >= 1
+BuildRequires:  perl-macros
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(cairo)
 #
 Requires:       perl(ExtUtils::Depends) >= 0.2
 Requires:       perl(ExtUtils::PkgConfig) >= 1
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 
 %description
 Cairo provides Perl bindings for the vector graphics library cairo.
 It supports multiple output targets, including PNG, PDF and SVG.
 Cairo produces identical output on all those targets.
 
-Authors:
---------
-    Ross McFarland <rwmcfa1 at neces dot com>
-    Torsten Schoenfeld <kaffeetisch at gmx dot de>
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
 #disable some randomly failing tests
-%{__mv} t/Cairo.t t/Cairo.tt
-%{__mv} t/CairoFont.t t/CairoFont.tt
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
-%{__make} %{?_smp_mflags}
+mv t/Cairo.t t/Cairo.tt
+mv t/CairoFont.t t/CairoFont.tt
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -72,14 +67,14 @@
 %else
 # do not perl_process_packlist
 # remove .packlist file
-%{__rm} -f $RPM_BUILD_ROOT%perl_vendorarch/auto/Cairo/.packlist
+rm -f %{buildroot}%perl_vendorarch/auto/Cairo/.packlist
 # remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
+rm -f %{buildroot}%perl_archlib/perllocal.pod
 %endif
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

continue with "q"...



Remember to have fun...

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

Reply via email to