diff --git a/Glib-1.305.tar.gz b/Glib-1.305.tar.gz deleted file mode 100644 index f1fa72a..0000000 --- a/Glib-1.305.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2955483a00db4a18953ee7b557e8638415e2aa7e96e75851ba10fbdc68a9108e -size 286063 diff --git a/Glib-1.310.tar.gz b/Glib-1.310.tar.gz new file mode 100644 index 0000000..73ee1d2 --- /dev/null +++ b/Glib-1.310.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f645aac388c7103e217d8b3a75d55be8e2327b5fc77a01fd1af50404dac168c7 +size 295350 diff --git a/perl-Glib.changes b/perl-Glib.changes index bcc2cbf..8c4335a 100644 --- a/perl-Glib.changes +++ b/perl-Glib.changes @@ -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 diff --git a/perl-Glib.spec b/perl-Glib.spec index bfe5f6c..6d309a7 100644 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -1,7 +1,7 @@ # # 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 # 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 +Name: perl-Glib +Version: 1.310 +Release: 0 Summary: Perl wrappers for the GLib utility and Object libraries License: LGPL-2.1+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Glib/ -Source: http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Group: Development/Languages/Perl +Url: https://metacpan.org/pod/Glib +Source: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz +BuildRequires: glib2-devel >= 2.0.0 BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::Depends) >= 0.300 BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000 Requires: perl(ExtUtils::Depends) >= 0.300 Requires: perl(ExtUtils::PkgConfig) >= 1.000 -%{perl_requires} -# MANUAL -BuildRequires: pkgconfig(glib-2.0) +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%perl_requires %description 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} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} - -%check -# MANUAL -# loves to freeze randomly in OBS make test +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE='%{optflags}' +make %{?_smp_mflags} %install %perl_make_install @@ -61,7 +56,7 @@ to all sorts of good information. %perl_gen_filelist %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 %changelog