OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-PkgConfig?expand=0&rev=3
This commit is contained in:
parent
0a1a6b14ff
commit
9cad9483d1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:67414b114cb7be864bf84a27cd9add940541b340b7a3a190557549b27c8d0460
|
|
||||||
size 7564
|
|
3
ExtUtils-PkgConfig-1.09.tar.bz2
Normal file
3
ExtUtils-PkgConfig-1.09.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3183b8a8a5a6b5fab794f7d5267c94be57931dde18c393fb4d9d62cc2c52253a
|
||||||
|
size 8114
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 23 09:42:49 CET 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 1.09
|
||||||
|
* Add support for more pkg-config commands: cflags-only-I,
|
||||||
|
cflags-only-other, libs-only-other, and static-libs
|
||||||
|
* Fix a test failure in t/4.t
|
||||||
|
* Only print failure messages if appropriate; silence test suite.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 1 17:12:59 CET 2007 - anicka@suse.cz
|
Thu Nov 1 17:12:59 CET 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-ExtUtils-PkgConfig (Version 1.08)
|
# spec file for package perl-ExtUtils-PkgConfig (Version 1.09)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: perl-ExtUtils-PkgConfig
|
Name: perl-ExtUtils-PkgConfig
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
Version: 1.08
|
Version: 1.09
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -56,17 +56,24 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorlib}/ExtUtils
|
%{perl_vendorlib}/ExtUtils
|
||||||
%{perl_vendorarch}/auto/ExtUtils
|
%{perl_vendorarch}/auto/ExtUtils
|
||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Nov 01 2007 - anicka@suse.cz
|
* Wed Jan 23 2008 anicka@suse.cz
|
||||||
|
- update to 1.09
|
||||||
|
* Add support for more pkg-config commands: cflags-only-I,
|
||||||
|
cflags-only-other, libs-only-other, and static-libs
|
||||||
|
* Fix a test failure in t/4.t
|
||||||
|
* Only print failure messages if appropriate; silence test suite.
|
||||||
|
* Thu Nov 01 2007 anicka@suse.cz
|
||||||
- update to 1.08
|
- update to 1.08
|
||||||
* add Makefile.PL to MANIFEST.
|
* add Makefile.PL to MANIFEST.
|
||||||
* In the version macro generator, handle non-numeric version number
|
* In the version macro generator, handle non-numeric version number
|
||||||
parts by only using the leading digits.
|
parts by only using the leading digits.
|
||||||
* Make pkg-config print the errors it encounters so users know
|
* Make pkg-config print the errors it encounters so users know
|
||||||
what went wrong.
|
what went wrong.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Fri Jul 29 2005 - mjancar@suse.cz
|
* Fri Jul 29 2005 mjancar@suse.cz
|
||||||
- update to 1.07
|
- update to 1.07
|
||||||
* Tue Nov 02 2004 - mcihar@suse.cz
|
* Tue Nov 02 2004 mcihar@suse.cz
|
||||||
- initial packaging
|
- initial packaging
|
||||||
|
Loading…
Reference in New Issue
Block a user