Hello community,

here is the log from the commit of package perl-Class-C3-XS for 
openSUSE:Factory checked in at 2016-09-30 15:27:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-C3-XS (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Class-C3-XS.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Class-C3-XS"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Class-C3-XS/perl-Class-C3-XS.changes        
2011-11-21 12:37:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3-XS.new/perl-Class-C3-XS.changes   
2016-09-30 15:27:34.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug  8 05:11:37 UTC 2016 - [email protected]
+
+- updated to 0.14
+   see /usr/share/doc/packages/perl-Class-C3-XS/Changes
+
+-------------------------------------------------------------------

Old:
----
  Class-C3-XS-0.13.tar.gz

New:
----
  Class-C3-XS-0.14.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Class-C3-XS.spec ++++++
--- /var/tmp/diff_new_pack.4kYsCu/_old  2016-09-30 15:27:35.000000000 +0200
+++ /var/tmp/diff_new_pack.4kYsCu/_new  2016-09-30 15:27:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-C3-XS
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,43 +15,41 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-Class-C3-XS
+Version:        0.14
+Release:        0
 %define cpan_name Class-C3-XS
 Summary:        XS speedups for Class::C3
-Version:        0.13
-Release:        2
-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/Class-C3-XS/
-#Source:         
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-XS-0.13.tar.gz
-Source:         %{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) >= 0.47
+BuildRequires:  perl(Module::Metadata)
+%{perl_requires}
 
 %description
-This contains XS performance enhancers for Class::C3 version 0.16 and higher.
-The main Class::C3 package will use this package automatically if it can
-find it. Do not use this package directly, use Class::C3 instead.
-
-This module won't do anything for you if you're running a version of Class::C3
-older than 0.16. (It's not a dependency because it would be circular with the
-optional dep from that package to this one).
-
-Authors:
---------
-    Brandon L. Black, <[email protected]>
+This contains XS performance enhancers for Class::C3 version 0.16 and
+higher. The main Class::C3 package will use this package automatically if
+it can find it. Do not use this package directly, use Class::C3 instead.
+
+The test suite here is not complete, although it does verify a few basic
+things. The best testing comes from running the Class::C3 test suite
+*after* this module is installed.
+
+This module won't do anything for you if you're running a version of
+Class::C3 older than 0.16. (It's not a dependency because it would be
+circular with the optional dependency from that package to this one).
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %{__make} %{?_smp_mflags}
 
 %check
@@ -62,11 +60,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc ChangeLog README
+%defattr(-,root,root,755)
+%doc Changes CONTRIBUTING LICENCE README
 
 %changelog

++++++ Class-C3-XS-0.13.tar.gz -> Class-C3-XS-0.14.tar.gz ++++++
++++ 6069 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#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_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to