Accepting request 88428 from devel:languages:perl

- 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/request/show/88428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Glib?expand=0&rev=27
This commit is contained in:
Sascha Peilicke 2011-10-18 12:26:32 +00:00 committed by Git OBS Bridge
commit 52ec3a6a00
4 changed files with 26 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a536f536b288f7ee30b6d4c3156febcf37d4f1da903ef34a96ee6cf3babf0017
size 270713

3
Glib-1.240.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f47b3a6821133df3303c09057a2747df1fcfb022dc1cff007a9a8435a3ff5611
size 278781

View File

@ -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 Thu Aug 4 07:50:34 UTC 2011 - vcizek@novell.com

View File

@ -15,20 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: perl-Glib Name: perl-Glib
BuildRequires: glib2-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig Version: 1.240
BuildRequires: perl-macros
Version: 1.224
Release: 1 Release: 1
AutoReqProv: on
Group: Development/Libraries/Perl
License: LGPLv2.1+ License: LGPLv2.1+
Url: http://cpan.org/modules/by-module/Glib/
Summary: Glib Perl module Summary: Glib Perl module
Url: http://cpan.org/modules/by-module/Glib/
Group: Development/Libraries/Perl
Source: Glib-%{version}.tar.gz 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires} %{perl_requires}
@ -40,19 +40,6 @@ these libraries are used as the foundation for many of the libraries
that make up the Gnome environment, and are used in many unrelated that make up the Gnome environment, and are used in many unrelated
projects. projects.
Authors:
--------
muppet <scott@asofyet.org>
Ross McFarland <rwmcfa1@neces.com>
Goran Thyni <goran@kirra.net>
Joern Reder <joern@zyn.de>
Chas Owens <alas@wilma.widomaker dot com>
Guillaume Cottenceau <gc@mandrakesoft.com>
Marc Lehmann <pcg@goof.com>
Torsten Schoenfeld <kaffeetisch@web.de>
%prep %prep
%setup -q -n Glib-%{version} %setup -q -n Glib-%{version}
@ -68,7 +55,7 @@ make test
%perl_process_packlist %perl_process_packlist
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf %{buildroot}
%files %files
%defattr(-,root,root) %defattr(-,root,root)