Accepting request 293249 from home:XRevan86

- Update to 1.310.

OBS-URL: https://build.opensuse.org/request/show/293249
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Glib?expand=0&rev=39
This commit is contained in:
Lars Vogdt 2015-03-27 18:18:17 +00:00 committed by Git OBS Bridge
parent 8d8929fb6f
commit 93613b4634
4 changed files with 27 additions and 21 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 26 10:56:21 UTC 2015 - sor.alexei@meowr.ru
- Update to 1.310 (changes since 1.305):
* Add code comments about the peculiar Glib::InitiallyUnowned
sink handling.
* Add Glib::Variant and Glib::VariantType.
* Add char_byte and char_byte_ornull typemaps.
* Reorder and reformat our header and typemap a little.
* Hush a compiler warning in GMainLoop.xs.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 16 08:08:01 UTC 2014 - coolo@suse.com Tue Sep 16 08:08:01 UTC 2014 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Glib # spec file for package perl-Glib
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,25 +16,24 @@
# #
Name: perl-Glib
Version: 1.305
Release: 0
%define cpan_name Glib %define cpan_name Glib
Name: perl-Glib
Version: 1.310
Release: 0
Summary: Perl wrappers for the GLib utility and Object libraries Summary: Perl wrappers for the GLib utility and Object libraries
License: LGPL-2.1+ License: LGPL-2.1+
Group: Development/Libraries/Perl Group: Development/Languages/Perl
Url: http://search.cpan.org/dist/Glib/ Url: https://metacpan.org/pod/Glib
Source: http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: glib2-devel >= 2.0.0
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::Depends) >= 0.300 BuildRequires: perl(ExtUtils::Depends) >= 0.300
BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000 BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000
Requires: perl(ExtUtils::Depends) >= 0.300 Requires: perl(ExtUtils::Depends) >= 0.300
Requires: perl(ExtUtils::PkgConfig) >= 1.000 Requires: perl(ExtUtils::PkgConfig) >= 1.000
%{perl_requires} BuildRoot: %{_tmppath}/%{name}-%{version}-build
# MANUAL %perl_requires
BuildRequires: pkgconfig(glib-2.0)
%description %description
This wrapper attempts to provide a perlish interface while remaining as This wrapper attempts to provide a perlish interface while remaining as
@ -48,12 +47,8 @@ to all sorts of good information.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE='%{optflags}'
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check
# MANUAL
# loves to freeze randomly in OBS make test
%install %install
%perl_make_install %perl_make_install
@ -61,7 +56,7 @@ to all sorts of good information.
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root)
%doc AUTHORS ChangeLog.pre-git doctypes Glib.exports LICENSE NEWS perl-Glib.doap README TODO xsapi.pod.foot xsapi.pod.head %doc AUTHORS ChangeLog.pre-git doctypes Glib.exports LICENSE NEWS perl-Glib.doap README TODO xsapi.pod.foot xsapi.pod.head
%changelog %changelog