commit perl-Pango for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package perl-Pango for openSUSE:Factory 
checked in at 2019-09-23 12:32:49

Comparing /work/SRC/openSUSE:Factory/perl-Pango (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Pango.new.7948 (New)


Package is "perl-Pango"

Mon Sep 23 12:32:49 2019 rev:23 rq:731655 version:1.227

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pango/perl-Pango.changes2016-01-15 
10:42:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Pango.new.7948/perl-Pango.changes  
2019-09-23 12:32:52.317654831 +0200
@@ -1,0 +2,17 @@
+Mon Sep 16 17:35:41 UTC 2019 - Tina Mueller 
+
+- Override description in cpanspec
+
+---
+Fri Sep  6 21:01:49 UTC 2019 - Tina Mueller 
+
+- Remove fix-pangocairo_libs.patch (not needed anymore)
+   Add custom dependencies and test to cpanspec.yml
+
+---
+Wed Apr  3 07:21:56 UTC 2019 - Stephan Kulow 
+
+- updated to 1.227
+   see /usr/share/doc/packages/perl-Pango/ChangeLog.pre-git
+
+---

Old:

  Pango-1.226.tar.gz
  fix-pangocairo_libs.patch

New:

  Pango-1.227.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Pango.spec ++
--- /var/tmp/diff_new_pack.mQN0A8/_old  2019-09-23 12:32:53.341654662 +0200
+++ /var/tmp/diff_new_pack.mQN0A8/_new  2019-09-23 12:32:53.345654662 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pango
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,50 +12,42 @@
 # 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/
 #
 
 
-%bcond_with Gtk2
-
 Name:   perl-Pango
-Version:1.226
+Version:1.227
 Release:0
 %define cpan_name Pango
-Summary:Pango Perl module
-License:LGPL-2.1+
+Summary:Layout and render international text
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Pango/
-Source: 
http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM fix-pangocairo_libs.patch 
https://rt.cpan.org/Public/Bug/Display.html?id=17
-Patch0: fix-pangocairo_libs.patch
-#
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  update-desktop-files
+BuildRequires:  perl(Cairo) >= 1.000
+BuildRequires:  perl(ExtUtils::Depends) >= 0.300
+BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.03
+BuildRequires:  perl(Glib) >= 1.220
+Requires:   perl(Cairo) >= 1.000
+Requires:   perl(ExtUtils::Depends) >= 0.300
+Requires:   perl(ExtUtils::PkgConfig) >= 1.03
+Requires:   perl(Glib) >= 1.220
+%{perl_requires}
+# MANUAL BEGIN
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-Xvfb
 BuildRequires:  xorg-x11-server
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(pango)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 %if %{with Gtk2}
 BuildRequires:  perl(Gtk2) >= 1.220
 %endif
-#
-BuildRequires:  perl(Cairo) >= 1.000
-BuildRequires:  perl(ExtUtils::Depends) >= 0.300
-BuildRequires:  perl(ExtUtils::MakeMaker)
-#BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.030
-BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.03
-BuildRequires:  perl(Glib) >= 1.220
-#
-Requires:   perl(Cairo) >= 1.000
-Requires:   perl(ExtUtils::Depends) >= 0.300
-#Requires:   perl(ExtUtils::PkgConfig) >= 1.030
-Requires:   perl(ExtUtils::PkgConfig) >= 1.03
-Requires:   perl(Glib) >= 1.220
+# MANUAL END
 
 %description
 Pango is a library for laying out and rendering text, with an emphasis on
@@ -76,7 +68,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -103,11 +94,9 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog.pre-git doctypes LICENSE maps-1.0 maps-1.10 maps-1.16 
maps-1.18 maps-1.4 maps-1.6 maps-1.8 NEWS pango.exports pango.t

commit perl-Pango for openSUSE:Factory

2016-01-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Pango for openSUSE:Factory 
checked in at 2016-01-15 10:42:24

Comparing /work/SRC/openSUSE:Factory/perl-Pango (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Pango.new (New)


Package is "perl-Pango"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pango/perl-Pango.changes2014-02-28 
19:15:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Pango.new/perl-Pango.changes   
2016-01-15 10:42:25.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 12 08:40:50 UTC 2016 - bwiedem...@suse.com
+
+- Add fix-pangocairo_libs.patch to fix compilation on Tumbleweed-2016-01
+
+---

New:

  fix-pangocairo_libs.patch



Other differences:
--
++ perl-Pango.spec ++
--- /var/tmp/diff_new_pack.KCtA0X/_old  2016-01-15 10:42:26.0 +0100
+++ /var/tmp/diff_new_pack.KCtA0X/_new  2016-01-15 10:42:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pango
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -27,6 +27,8 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Pango/
 Source: 
http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM fix-pangocairo_libs.patch 
https://rt.cpan.org/Public/Bug/Display.html?id=17
+Patch0: fix-pangocairo_libs.patch
 #
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -74,6 +76,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ fix-pangocairo_libs.patch ++
>From 
>https://raw.githubusercontent.com/voidlinux/void-packages/087cebfbb367f0f20ab32a6b8cdd2653698240d7/srcpkgs/perl-Pango/patches/fix-pangocairo_libs.patch
Upstream: https://rt.cpan.org/Public/Bug/Display.html?id=17
When constructing the $libs variable, there is a blank missing
before the -lpangocairo-1.0 coming from the pangocairo.pc through
pkg-config. Inserting an extra blank before the pkg-config
result fixes the issue.

--- Makefile.PL 2014-02-19 05:13:50.0 +0100
+++ Makefile.PL 2015-10-08 00:47:59.777157391 +0200
@@ -161,6 +161,7 @@
 if ($have_cairo) {
push @deps, qw/Cairo/;
$inc .= $pangocairo_pkgcfg{cflags};
+   $libs .= ' ';
$libs .= $pangocairo_pkgcfg{libs};
 }
 



commit perl-Pango for openSUSE:Factory

2014-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Pango for openSUSE:Factory 
checked in at 2014-02-28 19:15:56

Comparing /work/SRC/openSUSE:Factory/perl-Pango (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Pango.new (New)


Package is "perl-Pango"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pango/perl-Pango.changes2013-06-13 
18:19:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pango.new/perl-Pango.changes   
2014-02-28 19:15:57.0 +0100
@@ -1,0 +2,10 @@
+Mon Feb 24 13:35:27 UTC 2014 - co...@suse.com
+
+- updated to 1.226
+ * LICENSE: updated FSF address
+ * Update license terms, refer to main LICENSE file
+ * README: group project contact addresses/links together
+ * Makefile.PL: added Twitter URL to resources block
+ * Fix bug report email address
+
+---

Old:

  Pango-1.224.tar.gz

New:

  Pango-1.226.tar.gz



Other differences:
--
++ perl-Pango.spec ++
--- /var/tmp/diff_new_pack.kFKg1h/_old  2014-02-28 19:15:58.0 +0100
+++ /var/tmp/diff_new_pack.kFKg1h/_new  2014-02-28 19:15:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pango
 #
-# 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
@@ -19,7 +19,7 @@
 %bcond_with Gtk2
 
 Name:   perl-Pango
-Version:1.224
+Version:1.226
 Release:0
 %define cpan_name Pango
 Summary:Pango Perl module

++ Pango-1.224.tar.gz -> Pango-1.226.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pango-1.224/LICENSE new/Pango-1.226/LICENSE
--- old/Pango-1.224/LICENSE 2011-11-24 08:28:29.0 +0100
+++ new/Pango-1.226/LICENSE 2014-02-19 05:13:50.0 +0100
@@ -2,7 +2,7 @@
   Version 2.1, February 1999
 
  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -485,7 +485,8 @@
 
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+Foundation, Inc., 
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
 
 Also add information on how to contact you by electronic and paper mail.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pango-1.224/META.json new/Pango-1.226/META.json
--- old/Pango-1.224/META.json   2013-02-04 07:35:29.0 +0100
+++ new/Pango-1.226/META.json   2014-02-19 19:18:23.0 +0100
@@ -4,7 +4,7 @@
   "gtk2-perl Team "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.112621",
+   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.133380",
"license" : [
   "lgpl_2_1"
],
@@ -48,7 +48,7 @@
"release_status" : "stable",
"resources" : {
   "bugtracker" : {
- "mailto" : "bug-Gtk2 [at] rt.cpan.org",
+ "mailto" : "bug-Pango [at] rt.cpan.org",
  "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Pango";
   },
   "homepage" : "http://gtk2-perl.sourceforge.net";,
@@ -60,7 +60,8 @@
  "url" : "git://git.gnome.org/perl-Pango",
  "web" : "http://git.gnome.org/browse/perl-Pango";
   },
-  "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list";
+  "x_MailingList" : 
"https://mail.gnome.org/mailman/listinfo/gtk-perl-list";,
+  "x_twitter" : "https://twitter.com/GTKPerl";
},
-   "version" : "1.224"
+   "version" : "1.226"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pango-1.224/META.yml new/Pango-1.226/META.yml
--- old/Pango-1.224/META.yml2013-02-04 07:35:28.0 +0100
+++ new/Pango-1.226/META.yml2014-02-19 19:18:23.0 +0100
@@ -9,7 +9,7 @@
   ExtUtils::PkgConfig: 1.030
   Glib: 1.220
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 
2.112621'
+generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 
2.133380'
 license: lgpl
 meta-spec:
   url: http://module-build.sourceforge.n

commit perl-Pango for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Pango for openSUSE:Factory 
checked in at 2013-06-13 18:19:30

Comparing /work/SRC/openSUSE:Factory/perl-Pango (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Pango.new (New)


Package is "perl-Pango"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pango/perl-Pango.changes2011-12-01 
12:25:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Pango.new/perl-Pango.changes   
2013-06-13 18:19:32.0 +0200
@@ -1,0 +2,11 @@
+Sun Jun  9 14:33:08 UTC 2013 - co...@suse.com
+
+- updated to 1.224
+ * Ignore MYMETA.*
+ * Hush a few compiler warnings
+ * Add gitweb link to old ChangeLog
+ * Created %meta_merge which follows v2 of CPAN Meta Spec
+   - %meta_merge is used for generating metadata via
+ ExtUtils::MakeMaker/CPAN::Meta
+
+---

Old:

  Pango-1.223.tar.gz

New:

  Pango-1.224.tar.gz



Other differences:
--
++ perl-Pango.spec ++
--- /var/tmp/diff_new_pack.bojjm8/_old  2013-06-13 18:19:33.0 +0200
+++ /var/tmp/diff_new_pack.bojjm8/_new  2013-06-13 18:19:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pango
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,15 +19,14 @@
 %bcond_with Gtk2
 
 Name:   perl-Pango
-Version:1.223
-Release:1
-License:LGPL-2.1+
+Version:1.224
+Release:0
 %define cpan_name Pango
 Summary:Pango Perl module
-Url:http://search.cpan.org/dist/Pango/
+License:LGPL-2.1+
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/modules/by-module/Pango/Pango-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Pango/
+Source: 
http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
 #
 BuildRequires:  perl
 BuildRequires:  perl-macros

++ Pango-1.223.tar.gz -> Pango-1.224.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pango-1.223/ChangeLog.pre-git 
new/Pango-1.224/ChangeLog.pre-git
--- old/Pango-1.223/ChangeLog.pre-git   2011-11-18 18:41:01.0 +0100
+++ new/Pango-1.224/ChangeLog.pre-git   2012-01-13 04:27:11.0 +0100
@@ -1,7 +1,8 @@
 === ChangeLog discontinued ===
 
With the move to git, we stop maintaining a separate ChangeLog and
-   rely on proper commit messages instead.
+   rely on proper commit messages instead.  Web view of changes:
+   .
 
 2009-03-25  Torsten Schoenfeld  
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pango-1.223/MANIFEST new/Pango-1.224/MANIFEST
--- old/Pango-1.223/MANIFEST2011-11-19 08:57:22.0 +0100
+++ new/Pango-1.224/MANIFEST2013-02-04 07:35:29.0 +0100
@@ -54,4 +54,5 @@
 xs_files-1.10
 xs_files-1.16
 xs_files-1.6
-META.yml Module meta-data (added by MakeMaker)
+META.yml Module YAML meta-data (added by 
MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pango-1.223/META.json new/Pango-1.224/META.json
--- old/Pango-1.223/META.json   1970-01-01 01:00:00.0 +0100
+++ new/Pango-1.224/META.json   2013-02-04 07:35:29.0 +0100
@@ -0,0 +1,66 @@
+{
+   "abstract" : "Layout and render international text",
+   "author" : [
+  "gtk2-perl Team "
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.112621",
+   "license" : [
+  "lgpl_2_1"
+   ],
+   "meta-spec" : {
+  "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+  "version" : "2"
+   },
+   "name" : "Pango",
+   "no_index" : {
+  "directory" : [
+ "t",
+ "inc"
+  ],
+  "file" : [
+ "xs/Pango.xs",
+ "xs/PangoAttributes.xs",
+ "xs/PangoContext.xs",
+ "xs/PangoFont.xs",
+ "xs/PangoFontset.xs",
+ "xs/PangoFontMap.xs",
+ "xs/PangoLayout.xs",
+ "xs/PangoRenderer.xs",
+ "xs/PangoScript.xs",
+ "xs/PangoTabs.xs",
+ "xs/PangoTypes.xs",
+ "xs/PangoCairo.xs",
+ "xs/PangoGravity.xs",
+ "xs/PangoMatrix.xs"
+  ]
+   },
+   "prereqs" :

commit perl-Pango for openSUSE:Factory

2011-12-01 Thread h_root
Hello community,

here is the log from the commit of package perl-Pango for openSUSE:Factory 
checked in at 2011-12-01 12:25:30

Comparing /work/SRC/openSUSE:Factory/perl-Pango (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Pango.new (New)


Package is "perl-Pango", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pango/perl-Pango.changes2011-09-23 
12:38:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pango.new/perl-Pango.changes   
2011-12-01 12:25:31.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 21 02:35:39 UTC 2011 - vci...@suse.com
+
+- update to 1.223
+  Fix a test failure in t/PangoCairo.t
+
+---

Old:

  Pango-1.222.tar.gz

New:

  Pango-1.223.tar.gz



Other differences:
--
++ perl-Pango.spec ++
--- /var/tmp/diff_new_pack.4fbRub/_old  2011-12-01 12:25:32.0 +0100
+++ /var/tmp/diff_new_pack.4fbRub/_new  2011-12-01 12:25:32.0 +0100
@@ -15,36 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %bcond_with Gtk2
 
 Name:   perl-Pango
+Version:1.223
+Release:1
+License:LGPL-2.1+
 %define cpan_name Pango
 Summary:Pango Perl module
-Version:1.222
-Release:1
-License:LGPLv2.1+
-Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Pango/
+Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/modules/by-module/Pango/Pango-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  cairo-devel
-BuildRequires:  pango-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11 xorg-x11-Xvfb xorg-x11-server
 #
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-Xvfb
+BuildRequires:  xorg-x11-server
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(pango)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 %if %{with Gtk2}
 BuildRequires:  perl(Gtk2) >= 1.220
 %endif
-BuildRequires:  perl(ExtUtils::MakeMaker)
 #
 BuildRequires:  perl(Cairo) >= 1.000
 BuildRequires:  perl(ExtUtils::Depends) >= 0.300
+BuildRequires:  perl(ExtUtils::MakeMaker)
 #BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.030
 BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.03
 BuildRequires:  perl(Glib) >= 1.220
@@ -72,13 +73,12 @@
 Pango::Layout, a high level driver for laying out entire blocks of text,
 and routines to assist in editing internationalized text.
 
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
 %if %{with Gtk2}
@@ -91,9 +91,9 @@
 Xvfb -fp /usr/share/fonts/misc -extension RANDR :95 &
 trap "kill $! || true" EXIT
 sleep 5
-DISPLAY=:95 %{__make} test
+DISPLAY=:95 make test
 %else
-%{__make} test
+make test
 %endif
 
 %install
@@ -102,7 +102,7 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

++ Pango-1.222.tar.gz -> Pango-1.223.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pango-1.222/MANIFEST new/Pango-1.223/MANIFEST
--- old/Pango-1.222/MANIFEST2011-08-02 21:20:18.0 +0200
+++ new/Pango-1.223/MANIFEST2011-11-19 08:57:22.0 +0100
@@ -54,5 +54,4 @@
 xs_files-1.10
 xs_files-1.16
 xs_files-1.6
-META.yml Module YAML meta-data (added by 
MakeMaker)
-META.jsonModule JSON meta-data (added by 
MakeMaker)
+META.yml Module meta-data (added by MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pango-1.222/META.json new/Pango-1.223/META.json
--- old/Pango-1.222/META.json   2011-08-02 21:20:18.0 +0200
+++ new/Pango-1.223/META.json   1970-01-01 01:00:00.0 +0100
@@ -1,64 +0,0 @@
-{
-   "abstract" : "Layout and render international text",
-   "author" : [
-  "unknown"
-   ],
-   "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.58, CPAN::Meta::Converter 
version 2.110930001",
-   "license" : [
-  "unknown"
-   ],
-   "meta-spec" : {
-  "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-  "version" : "2"
-   },
-   "name" : "Pango",
-   "no_index" : {
-  "directory" : [
- "t",
- "inc"
-

commit perl-Pango for openSUSE:Factory

2011-08-07 Thread h_root

Hello community,

here is the log from the commit of package perl-Pango for openSUSE:Factory
checked in at Sun Aug 7 18:48:36 CEST 2011.




--- perl-Pango/perl-Pango.changes   2010-12-01 14:51:57.0 +0100
+++ /mounts/work_src_done/STABLE/perl-Pango/perl-Pango.changes  2011-08-04 
10:37:51.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  4 08:18:01 UTC 2011 - vci...@novell.com
+
+- update to 1.22
+  Don't leak Pango::Attribute objects
+  Fix a few test failures 
+
+---

calling whatdependson for head-i586


Old:

  Pango-1.221.tar.bz2

New:

  Pango-1.222.tar.gz



Other differences:
--
++ perl-Pango.spec ++
--- /var/tmp/diff_new_pack.O9Z6p0/_old  2011-08-07 18:48:24.0 +0200
+++ /var/tmp/diff_new_pack.O9Z6p0/_new  2011-08-07 18:48:24.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Pango (Version 1.221)
+# spec file for package perl-Pango
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -22,13 +22,13 @@
 Name:   perl-Pango
 %define cpan_name Pango
 Summary:Pango Perl module
-Version:1.221
-Release:7
+Version:1.222
+Release:1
 License:LGPLv2.1+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Pango/
 #Source: 
http://www.cpan.org/modules/by-module/Pango/Pango-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  cairo-devel
@@ -72,11 +72,6 @@
 Pango::Layout, a high level driver for laying out entire blocks of text,
 and routines to assist in editing internationalized text.
 
-Authors:
-
-muppet 
-Torsten Schoenfeld 
-Marc Lehmann 
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -111,6 +106,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog.pre-git doctypes LICENSE MAINTAINERS maps-1.0 maps-1.10 
maps-1.16 maps-1.18 maps-1.4 maps-1.6 maps-1.8 NEWS pango.exports pango.typemap 
README xs_files-1.0 xs_files-1.10 xs_files-1.16 xs_files-1.6
+%doc AUTHORS ChangeLog.pre-git doctypes LICENSE maps-1.0 maps-1.10 maps-1.16 
maps-1.18 maps-1.4 maps-1.6 maps-1.8 NEWS pango.exports pango.typemap README 
xs_files-1.0 xs_files-1.10 xs_files-1.16 xs_files-1.6
 
 %changelog






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org