Hello community,
here is the log from the commit of package perl-ExtUtils-PkgConfig for
openSUSE:Factory checked in at 2015-04-27 13:04:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-PkgConfig (Old)
and /work/SRC/openSUSE:Factory/.perl-ExtUtils-PkgConfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-ExtUtils-PkgConfig"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-ExtUtils-PkgConfig/perl-ExtUtils-PkgConfig.changes
2013-10-06 18:37:47.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-ExtUtils-PkgConfig.new/perl-ExtUtils-PkgConfig.changes
2015-04-27 13:04:27.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr 23 05:52:33 UTC 2015 - [email protected]
+
+- extend version to 6 digits to avoid problems with >= 1.121
+
+-------------------------------------------------------------------
New:
----
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-ExtUtils-PkgConfig.spec ++++++
--- /var/tmp/diff_new_pack.KHOeox/_old 2015-04-27 13:04:27.000000000 +0200
+++ /var/tmp/diff_new_pack.KHOeox/_new 2015-04-27 13:04:27.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-PkgConfig
#
-# Copyright (c) 2013 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
@@ -17,23 +17,26 @@
Name: perl-ExtUtils-PkgConfig
-Version: 1.15
+Version: 1.150000
Release: 0
+%define cpan_version 1.15
+Provides: perl(ExtUtils::PkgConfig) = 1.150000
%define cpan_name ExtUtils-PkgConfig
-Summary: simplistic interface to pkg-config
+Summary: Simplistic Interface to Pkg-Config
License: LGPL-2.1+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/ExtUtils-PkgConfig/
-Source:
http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{cpan_version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-# MANUAL
+%{perl_requires}
+# MANUAL BEGIN
BuildRequires: pkgconfig
Requires: pkgconfig
-#BuildRequires: perl(ExtUtils::PkgConfig)
-%{perl_requires}
+# MANUAL END
%description
The pkg-config program retrieves information about installed libraries,
@@ -45,7 +48,7 @@
written yourself.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-%{cpan_version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
preamble: |-
BuildRequires: pkgconfig
Requires: pkgconfig
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag
#ignore_requires: Bizarre::Module