Hello community,

here is the log from the commit of package perl-Date-Tiny for openSUSE:Factory 
checked in at 2016-07-12 23:53:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Date-Tiny (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Date-Tiny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Date-Tiny"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Date-Tiny/perl-Date-Tiny.changes    
2012-01-05 13:49:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Date-Tiny.new/perl-Date-Tiny.changes       
2016-07-12 23:53:40.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Jul 11 05:46:46 UTC 2016 - [email protected]
+
+- remove Date-Tiny-format.patch, which is still upstream (9 years
+  should be enough to wait)
+
+-------------------------------------------------------------------
+Fri Jun 24 05:41:32 UTC 2016 - [email protected]
+
+- updated to 1.07
+   see /usr/share/doc/packages/perl-Date-Tiny/Changes
+
+-------------------------------------------------------------------

Old:
----
  Date-Tiny-1.04.tar.gz
  Date-Tiny-format.patch

New:
----
  Date-Tiny-1.07.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Date-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.JE2P8b/_old  2016-07-12 23:53:43.000000000 +0200
+++ /var/tmp/diff_new_pack.JE2P8b/_new  2016-07-12 23:53:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Date-Tiny
 #
-# Copyright (c) 2012 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,48 +15,46 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           perl-Date-Tiny
-%define        real_name Date-Tiny
-Version:        1.04
+Version:        1.07
 Release:        0
-Summary:        A date object with as little code as possible
+%define cpan_name Date-Tiny
+Summary:        Date Object, with As Little Code As Possible
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/perldoc?Date::Tiny
-Source0:        %{real_name}-%{version}.tar.gz
-Patch0:         Date-Tiny-format.patch
+Url:            http://search.cpan.org/dist/Date-Tiny/
+Source0:        
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
-Date::Tiny is a member of the DateTime::Tiny suite of time modules.
-
-It implements an extremely lightweight object that represents a date, without
-any time data.
+*Date::Tiny* is a member of the DateTime::Tiny suite of time modules.
 
+It implements an extremely lightweight object that represents a date,
+without any time data.
 
 %prep
-%setup -q -n %{real_name}-%{version}
-%patch0 -p0
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL
-%__make %{?jobs:-j%jobs}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-%__make test
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%__rm -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(-, root, root)
-%doc Changes MANIFEST META.yml README
+%defattr(-,root,root,755)
+%doc Changes CONTRIBUTING.mkdn LICENSE README
 
 %changelog

++++++ Date-Tiny-1.04.tar.gz -> Date-Tiny-1.07.tar.gz ++++++
++++ 2437 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