- 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
This commit is contained in:
parent
e7aefb8b10
commit
20ff1247fd
@ -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
3
Glib-1.240.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f47b3a6821133df3303c09057a2747df1fcfb022dc1cff007a9a8435a3ff5611
|
||||
size 278781
|
@ -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
|
||||
|
||||
|
@ -15,20 +15,20 @@
|
||||
# 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}
|
||||
|
||||
@ -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
|
||||
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
|
||||
%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)
|
||||
|
Loading…
Reference in New Issue
Block a user