From 0a1a6b14ff6038db606f2704f736f307f3e356b4e19e097dc0f0c23bec930d36 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 2 Nov 2007 00:36:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-PkgConfig?expand=0&rev=2 --- ExtUtils-PkgConfig-1.07.tar.gz | 3 --- ExtUtils-PkgConfig-1.08.tar.bz2 | 3 +++ perl-ExtUtils-PkgConfig.changes | 10 ++++++++ perl-ExtUtils-PkgConfig.spec | 42 +++++++++++++++++++-------------- 4 files changed, 37 insertions(+), 21 deletions(-) delete mode 100644 ExtUtils-PkgConfig-1.07.tar.gz create mode 100644 ExtUtils-PkgConfig-1.08.tar.bz2 diff --git a/ExtUtils-PkgConfig-1.07.tar.gz b/ExtUtils-PkgConfig-1.07.tar.gz deleted file mode 100644 index b293b94..0000000 --- a/ExtUtils-PkgConfig-1.07.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:827b04404ce0ff660dc9b905a3b809c3390637aef2e6937de596e6cc0cd69a6f -size 6320 diff --git a/ExtUtils-PkgConfig-1.08.tar.bz2 b/ExtUtils-PkgConfig-1.08.tar.bz2 new file mode 100644 index 0000000..e3221e2 --- /dev/null +++ b/ExtUtils-PkgConfig-1.08.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67414b114cb7be864bf84a27cd9add940541b340b7a3a190557549b27c8d0460 +size 7564 diff --git a/perl-ExtUtils-PkgConfig.changes b/perl-ExtUtils-PkgConfig.changes index bc58c62..ca4748b 100644 --- a/perl-ExtUtils-PkgConfig.changes +++ b/perl-ExtUtils-PkgConfig.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 1 17:12:59 CET 2007 - anicka@suse.cz + +- update to 1.08 + * add Makefile.PL to MANIFEST. + * In the version macro generator, handle non-numeric version number + parts by only using the leading digits. + * Make pkg-config print the errors it encounters so users know + what went wrong. + ------------------------------------------------------------------- Wed Jan 25 21:39:40 CET 2006 - mls@suse.de diff --git a/perl-ExtUtils-PkgConfig.spec b/perl-ExtUtils-PkgConfig.spec index 7c69ba2..7367866 100644 --- a/perl-ExtUtils-PkgConfig.spec +++ b/perl-ExtUtils-PkgConfig.spec @@ -1,27 +1,27 @@ # -# spec file for package perl-ExtUtils-PkgConfig (Version 1.07) +# spec file for package perl-ExtUtils-PkgConfig (Version 1.08) # -# Copyright (c) 2005 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 # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -Name: perl-ExtUtils-PkgConfig -BuildRequires: pkgconfig -Version: 1.07 -Release: 1 -Requires: perl = %{perl_version} -Autoreqprov: on -Group: Development/Libraries/Perl -License: LGPL -URL: http://cpan.org/modules/by-module/ExtUtils/ -Summary: ExtUtils-PkgConfig Perl module -Source: ExtUtils-PkgConfig-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Name: perl-ExtUtils-PkgConfig +BuildRequires: pkgconfig +Version: 1.08 +Release: 1 +Requires: perl = %{perl_version} +AutoReqProv: on +Group: Development/Libraries/Perl +License: LGPL v2.1 or later +Url: http://cpan.org/modules/by-module/ExtUtils/ +Summary: ExtUtils-PkgConfig Perl module +Source: ExtUtils-PkgConfig-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This module is a simplistic Perl interface to the pkg-config @@ -35,7 +35,7 @@ Authors: muppet %prep -%setup -n ExtUtils-PkgConfig-%{version} +%setup -n ExtUtils-PkgConfig-%{version} -q %build perl Makefile.PL @@ -56,8 +56,14 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorlib}/ExtUtils %{perl_vendorarch}/auto/ExtUtils /var/adm/perl-modules/%{name} - -%changelog -n perl-ExtUtils-PkgConfig +%changelog +* Thu Nov 01 2007 - anicka@suse.cz +- update to 1.08 + * add Makefile.PL to MANIFEST. + * In the version macro generator, handle non-numeric version number + parts by only using the leading digits. + * Make pkg-config print the errors it encounters so users know + what went wrong. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Fri Jul 29 2005 - mjancar@suse.cz