From 9e9084d46cd9a9335b2a106f259606ebe97b68e49608003a5e5939494f3eb551 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 5 Oct 2007 13:59:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Glib?expand=0&rev=4 --- Glib-1.144.tar.bz2 | 3 --- Glib-1.160.tar.bz2 | 3 +++ perl-Glib.changes | 18 ++++++++++++++++++ perl-Glib.spec | 30 +++++++++++++++++++++++------- 4 files changed, 44 insertions(+), 10 deletions(-) delete mode 100644 Glib-1.144.tar.bz2 create mode 100644 Glib-1.160.tar.bz2 diff --git a/Glib-1.144.tar.bz2 b/Glib-1.144.tar.bz2 deleted file mode 100644 index 67c6e49..0000000 --- a/Glib-1.144.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4b2e435b2c34d9f9d47b08762708230bc29c3d878e8ba8114754703122f082c -size 186082 diff --git a/Glib-1.160.tar.bz2 b/Glib-1.160.tar.bz2 new file mode 100644 index 0000000..bb40dd0 --- /dev/null +++ b/Glib-1.160.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaeaefb7870f3648b375346a007aa6a3003cfeee67bbba320e7d8c169d5182dc +size 183976 diff --git a/perl-Glib.changes b/perl-Glib.changes index 34b5cce..5786839 100644 --- a/perl-Glib.changes +++ b/perl-Glib.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Oct 5 13:19:55 CEST 2007 - anicka@suse.cz + +- update to 1.160 + * GenPod.pm: Output a warning if a type name isn't recognized by + the doc parser. Add 'package' and 'list' to the basic types and + fix the remaining type name issues the new warning uncovered. + * ParseXSDoc.pm: Parse preprocessor conditionals in the XS code to + add Since: tags to methods' POD. + * ParseXSDoc.pm: Make it possible to document specific packages in + different POD files by providing a new =for object variant. + * GObject.xs: Register G_TYPE_INTERFACES as Glib::Interfaces to + avoid having it appear under Glib::Object::_Unregistered in + hierarchies in the generated POD. + * test fixes +- do not ignore test results anymore (package builds fine on all + supported archs) + ------------------------------------------------------------------- Mon Feb 26 11:07:48 CET 2007 - anicka@suse.cz diff --git a/perl-Glib.spec b/perl-Glib.spec index e75f8da..a633864 100644 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Glib (Version 1.144) +# spec file for package perl-Glib (Version 1.160) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,13 +12,13 @@ Name: perl-Glib BuildRequires: glib2-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig -Version: 1.144 +Version: 1.160 Release: 1 Requires: perl = %{perl_version} -Autoreqprov: on +AutoReqProv: on Group: Development/Libraries/Perl -License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) -URL: http://cpan.org/modules/by-module/Glib/ +License: LGPL v2 or later +Url: http://cpan.org/modules/by-module/Glib/ Summary: Glib Perl module Source: Glib-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -50,7 +50,9 @@ Authors: %build perl Makefile.PL make -make test || true + +%check +make test %install %perl_make_install @@ -67,8 +69,22 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/Glib.pm %{perl_vendorarch}/auto/Glib /var/adm/perl-modules/%{name} - %changelog +* Fri Oct 05 2007 - anicka@suse.cz +- update to 1.160 + * GenPod.pm: Output a warning if a type name isn't recognized by + the doc parser. Add 'package' and 'list' to the basic types and + fix the remaining type name issues the new warning uncovered. + * ParseXSDoc.pm: Parse preprocessor conditionals in the XS code to + add Since: tags to methods' POD. + * ParseXSDoc.pm: Make it possible to document specific packages in + different POD files by providing a new =for object variant. + * GObject.xs: Register G_TYPE_INTERFACES as Glib::Interfaces to + avoid having it appear under Glib::Object::_Unregistered in + hierarchies in the generated POD. + * test fixes +- do not ignore test results anymore (package builds fine on all + supported archs) * Mon Feb 26 2007 - anicka@suse.cz - update to 1.144 * MakeHelper.pm: Use BSD make syntax for the BLIB_DONE stuff on