Hello community,

here is the log from the commit of package perl-Calendar-Simple for 
openSUSE:Factory checked in at 2020-06-25 15:07:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Calendar-Simple (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Calendar-Simple.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Calendar-Simple"

Thu Jun 25 15:07:07 2020 rev:13 rq:816844 version:2.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Calendar-Simple/perl-Calendar-Simple.changes    
    2018-02-27 16:57:37.460765080 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Calendar-Simple.new.3060/perl-Calendar-Simple.changes
      2020-06-25 15:08:10.885507111 +0200
@@ -1,0 +2,6 @@
+Tue Jun 23 03:08:38 UTC 2020 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 2.0.0
+   see /usr/share/doc/packages/perl-Calendar-Simple/Changes.md
+
+-------------------------------------------------------------------

Old:
----
  Calendar-Simple-1.23.tar.gz

New:
----
  Calendar-Simple-v2.0.0.tar.gz

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

Other differences:
------------------
++++++ perl-Calendar-Simple.spec ++++++
--- /var/tmp/diff_new_pack.6cBxRL/_old  2020-06-25 15:08:11.697509659 +0200
+++ /var/tmp/diff_new_pack.6cBxRL/_new  2020-06-25 15:08:11.701509672 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Calendar-Simple
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Calendar-Simple
-Version:        1.23
+Version:        2.0.0
 Release:        0
 %define cpan_name Calendar-Simple
 Summary:        Perl extension to create simple calendars
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Calendar-Simple/
-Source0:        
https://cpan.metacpan.org/authors/id/D/DA/DAVECROSS/%{cpan_name}-%{version}.tar.gz
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/D/DA/DAVECROSS/%{cpan_name}-v%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -38,11 +38,11 @@
 A very simple module that exports one function called 'calendar'.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+%setup -q -n %{cpan_name}-v%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check
@@ -54,6 +54,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes.md README
 
 %changelog


Reply via email to