Hello community,
here is the log from the commit of package perl-ExtUtils-Depends for
openSUSE:Factory checked in at 2013-10-11 09:00:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-Depends (Old)
and /work/SRC/openSUSE:Factory/.perl-ExtUtils-Depends.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-ExtUtils-Depends"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-ExtUtils-Depends/perl-ExtUtils-Depends.changes
2011-09-23 12:37:03.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-ExtUtils-Depends.new/perl-ExtUtils-Depends.changes
2013-10-11 09:00:27.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Oct 4 09:11:09 UTC 2013 - [email protected]
+
+- updated to 0.306
+ - Fixed typo in RT queue URL; fixes RT#88960
+ - Makefile.PL: converted to CPAN::Meta::Spec v2
+ - Updated license in RPM spec file; closes RT#88196
+ - Updated contact info and added git repo info to POD
+ - Add comments for find_extra_libs method (closes RT#43900)
+ - Fixed typo (closes RT#86572)
+
+-------------------------------------------------------------------
Old:
----
ExtUtils-Depends-0.304.tar.bz2
New:
----
ExtUtils-Depends-0.306.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-ExtUtils-Depends.spec ++++++
--- /var/tmp/diff_new_pack.HnL61q/_old 2013-10-11 09:00:31.000000000 +0200
+++ /var/tmp/diff_new_pack.HnL61q/_new 2013-10-11 09:00:31.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-Depends
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,31 +15,23 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: perl-ExtUtils-Depends
+Version: 0.306
+Release: 0
%define cpan_name ExtUtils-Depends
Summary: Easily build XS extensions that depend on XS extensions
-Version: 0.304
-Release: 1
-License: GPL-1.0+ or Artistic-1.0
+License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/ExtUtils-Depends/
-#Source:
http://www.cpan.org/authors/id/T/TS/TSCH/ExtUtils-Depends-0.302.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source:
http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Test::More)
-BuildRequires: perl(Data::Dumper)
-BuildRequires: perl(File::Spec)
-BuildRequires: perl(IO::File)
-Requires: perl(Data::Dumper)
-Requires: perl(File::Spec)
-Requires: perl(IO::File)
+#BuildRequires: perl(ExtUtils::Depends)
+#BuildRequires: perl(TestHelper)
+%{perl_requires}
%description
This module tries to make it easy to build Perl extensions that use
@@ -77,12 +69,6 @@
this command automatically brings in all the stuff needed
for Glib, since Gtk2 depends on it.
-Authors:
---------
- Paolo Molaro <lupus at debian dot org> wrote the original version for
- Gtk-Perl. muppet <scott at asofyet dot org> rewrote the innards for
version
- 0.2, borrowing liberally from Paolo's code.
-
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -95,24 +81,11 @@
%install
%perl_make_install
-### since 11.4 perl_process_packlist
-### removes .packlist, perllocal.pod files
-%if 0%{?suse_version} > 1130
%perl_process_packlist
-%else
-# do not perl_process_packlist
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
%perl_gen_filelist
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
%files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes MYMETA.json MYMETA.yml README
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]