From e7aefb8b100b8942faffb150d7d749bfcd291f35a17c2ac4dc4007fc208930e8 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sat, 6 Aug 2011 17:24:54 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/perl-Glib revision 26.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Glib?expand=0&rev=a1f215e7c1f0606868b23c469ad36c55 --- perl-Glib.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-Glib.spec b/perl-Glib.spec index c3ccd81..4355f67 100644 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Glib (Version 1.223) +# spec file for package perl-Glib # -# 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,7 +22,7 @@ Name: perl-Glib BuildRequires: glib2-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig BuildRequires: perl-macros Version: 1.224 -Release: 2 +Release: 1 AutoReqProv: on Group: Development/Libraries/Perl License: LGPLv2.1+ From 20ff1247fd778136d15633485090331d9f718dfe02775c0cf0770f50f7b4b964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Mon, 17 Oct 2011 14:49:00 +0000 Subject: [PATCH 2/2] - update to 1.240 * Add Glib::Param::GType support. * Add Glib::Log->set_default_handler() and Glib::Log::default_handler(). * Add Glib::ParamSpec->override() and get_redirect_target(). * Add Glib::Param->get_default_value(). * Support the fundamental type Glib::GType. * Correctly handle variables with "magic" attached, like tied variables. * Don't copy boxed objects when passing from Perl to C. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Glib?expand=0&rev=15 --- Glib-1.224.tar.gz | 3 --- Glib-1.240.tar.gz | 3 +++ perl-Glib.changes | 14 ++++++++++++++ perl-Glib.spec | 31 +++++++++---------------------- 4 files changed, 26 insertions(+), 25 deletions(-) delete mode 100644 Glib-1.224.tar.gz create mode 100644 Glib-1.240.tar.gz diff --git a/Glib-1.224.tar.gz b/Glib-1.224.tar.gz deleted file mode 100644 index 959b239..0000000 --- a/Glib-1.224.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a536f536b288f7ee30b6d4c3156febcf37d4f1da903ef34a96ee6cf3babf0017 -size 270713 diff --git a/Glib-1.240.tar.gz b/Glib-1.240.tar.gz new file mode 100644 index 0000000..28aefe4 --- /dev/null +++ b/Glib-1.240.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47b3a6821133df3303c09057a2747df1fcfb022dc1cff007a9a8435a3ff5611 +size 278781 diff --git a/perl-Glib.changes b/perl-Glib.changes index 2139abf..b5ffbaa 100644 --- a/perl-Glib.changes +++ b/perl-Glib.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Oct 17 01:34:29 UTC 2011 - vcizek@suse.com + +- update to 1.240 + * Add Glib::Param::GType support. + * Add Glib::Log->set_default_handler() and + Glib::Log::default_handler(). + * Add Glib::ParamSpec->override() and get_redirect_target(). + * Add Glib::Param->get_default_value(). + * Support the fundamental type Glib::GType. + * Correctly handle variables with "magic" attached, like tied + variables. + * Don't copy boxed objects when passing from Perl to C. + ------------------------------------------------------------------- Thu Aug 4 07:50:34 UTC 2011 - vcizek@novell.com diff --git a/perl-Glib.spec b/perl-Glib.spec index 4355f67..a2407f8 100644 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -15,44 +15,31 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-Glib -BuildRequires: glib2-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig -BuildRequires: perl-macros -Version: 1.224 +Version: 1.240 Release: 1 -AutoReqProv: on -Group: Development/Libraries/Perl License: LGPLv2.1+ -Url: http://cpan.org/modules/by-module/Glib/ Summary: Glib Perl module +Url: http://cpan.org/modules/by-module/Glib/ +Group: Development/Libraries/Perl Source: Glib-%{version}.tar.gz +BuildRequires: perl-ExtUtils-Depends +BuildRequires: perl-ExtUtils-PkgConfig +BuildRequires: perl-macros +BuildRequires: pkgconfig(glib-2.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} %description -This module provides perl access to GLib and GLib's GObject libraries. +This module provides perl access to GLib and GLib's GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal system. Together these libraries are used as the foundation for many of the libraries that make up the Gnome environment, and are used in many unrelated projects. - - -Authors: --------- - muppet - Ross McFarland - Goran Thyni - Joern Reder - Chas Owens - Guillaume Cottenceau - Marc Lehmann - Torsten Schoenfeld - %prep %setup -q -n Glib-%{version} @@ -68,7 +55,7 @@ make test %perl_process_packlist %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files %defattr(-,root,root)