OBS User unknown 2007-10-05 13:59:40 +00:00 committed by Git OBS Bridge
parent 57429b683a
commit 9e9084d46c
4 changed files with 44 additions and 10 deletions

View File

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

3
Glib-1.160.tar.bz2 Normal file
View File

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

View File

@ -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 Mon Feb 26 11:07:48 CET 2007 - anicka@suse.cz

View File

@ -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. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -12,13 +12,13 @@
Name: perl-Glib Name: perl-Glib
BuildRequires: glib2-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig BuildRequires: glib2-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig
Version: 1.144 Version: 1.160
Release: 1 Release: 1
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Autoreqprov: on AutoReqProv: on
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) License: LGPL v2 or later
URL: http://cpan.org/modules/by-module/Glib/ Url: http://cpan.org/modules/by-module/Glib/
Summary: Glib Perl module Summary: Glib Perl module
Source: Glib-%{version}.tar.bz2 Source: Glib-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -50,7 +50,9 @@ Authors:
%build %build
perl Makefile.PL perl Makefile.PL
make make
make test || true
%check
make test
%install %install
%perl_make_install %perl_make_install
@ -67,8 +69,22 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/Glib.pm %{perl_vendorarch}/Glib.pm
%{perl_vendorarch}/auto/Glib %{perl_vendorarch}/auto/Glib
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog %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 * Mon Feb 26 2007 - anicka@suse.cz
- update to 1.144 - update to 1.144
* MakeHelper.pm: Use BSD make syntax for the BLIB_DONE stuff on * MakeHelper.pm: Use BSD make syntax for the BLIB_DONE stuff on