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)