Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Calendar-Simple for
openSUSE:Factory checked in at 2021-01-20 18:28:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Calendar-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-Calendar-Simple.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Calendar-Simple"
Wed Jan 20 18:28:24 2021 rev:14 rq:864654 version:2.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Calendar-Simple/perl-Calendar-Simple.changes
2020-06-25 15:08:10.885507111 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Calendar-Simple.new.28504/perl-Calendar-Simple.changes
2021-01-20 18:28:56.515601190 +0100
@@ -1,0 +2,12 @@
+Fri Jan 15 03:06:10 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 2.0.1
+ see /usr/share/doc/packages/perl-Calendar-Simple/Changes.md
+
+ ## [2.0.1] 2021-01-14
+
+ ### Added
+
+ - Details of bugtracker
+
+-------------------------------------------------------------------
Old:
----
Calendar-Simple-v2.0.0.tar.gz
New:
----
Calendar-Simple-v2.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Calendar-Simple.spec ++++++
--- /var/tmp/diff_new_pack.gezhDP/_old 2021-01-20 18:28:57.135601759 +0100
+++ /var/tmp/diff_new_pack.gezhDP/_new 2021-01-20 18:28:57.139601762 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Calendar-Simple
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
+%define cpan_name Calendar-Simple
Name: perl-Calendar-Simple
-Version: 2.0.0
+Version: 2.0.1
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: 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
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.420000
@@ -38,7 +36,7 @@
A very simple module that exports one function called 'calendar'.
%prep
-%setup -q -n %{cpan_name}-v%{version}
+%autosetup -n %{cpan_name}-v%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
@@ -53,7 +51,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes.md README
%changelog
++++++ Calendar-Simple-v2.0.0.tar.gz -> Calendar-Simple-v2.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Calendar-Simple-v2.0.0/Build.PL
new/Calendar-Simple-v2.0.1/Build.PL
--- old/Calendar-Simple-v2.0.0/Build.PL 2020-06-22 17:42:03.000000000 +0200
+++ new/Calendar-Simple-v2.0.1/Build.PL 2021-01-14 12:54:46.000000000 +0100
@@ -24,8 +24,15 @@
script_files => [ 'bin/pcal' ],
meta_merge => {
resources => {
- repository => 'https://github.com/davorg/calendar-simple',
- }
+ repository => {
+ type => 'git',
+ url => 'https://github.com/davorg/calendar-simple.git',
+ web => 'https://github.com/davorg/calendar-simple',
+ },
+ bugtracker => {
+ web => 'https://github.com/davorg/calendar-simple/issues',
+ }
+ },
},
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Calendar-Simple-v2.0.0/Changes.md
new/Calendar-Simple-v2.0.1/Changes.md
--- old/Calendar-Simple-v2.0.0/Changes.md 2020-06-22 17:42:03.000000000
+0200
+++ new/Calendar-Simple-v2.0.1/Changes.md 2021-01-14 12:54:46.000000000
+0100
@@ -4,6 +4,12 @@
The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.0.1] 2021-01-14
+
+### Added
+
+- Details of bugtracker
+
## [2.0.0] 2020-06-22
### Changed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Calendar-Simple-v2.0.0/META.json
new/Calendar-Simple-v2.0.1/META.json
--- old/Calendar-Simple-v2.0.0/META.json 2020-06-22 17:42:03.000000000
+0200
+++ new/Calendar-Simple-v2.0.1/META.json 2021-01-14 12:54:46.000000000
+0100
@@ -39,18 +39,15 @@
"provides" : {
"Calendar::Simple" : {
"file" : "lib/Calendar/Simple.pm",
- "version" : "v2.0.0"
+ "version" : "v2.0.1"
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://dev.perl.org/licenses/"
- ],
- "repository" : {
- "url" : "https://github.com/davorg/calendar-simple"
- }
+ ]
},
- "version" : "v2.0.0",
+ "version" : "v2.0.1",
"x_serialization_backend" : "JSON::PP version 4.04"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Calendar-Simple-v2.0.0/META.yml
new/Calendar-Simple-v2.0.1/META.yml
--- old/Calendar-Simple-v2.0.0/META.yml 2020-06-22 17:42:03.000000000 +0200
+++ new/Calendar-Simple-v2.0.1/META.yml 2021-01-14 12:54:46.000000000 +0100
@@ -16,7 +16,7 @@
provides:
Calendar::Simple:
file: lib/Calendar/Simple.pm
- version: v2.0.0
+ version: v2.0.1
recommends:
DateTime: '0'
requires:
@@ -26,6 +26,5 @@
perl: v5.6.0
resources:
license: http://dev.perl.org/licenses/
- repository: https://github.com/davorg/calendar-simple
-version: v2.0.0
+version: v2.0.1
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Calendar-Simple-v2.0.0/lib/Calendar/Simple.pm
new/Calendar-Simple-v2.0.1/lib/Calendar/Simple.pm
--- old/Calendar-Simple-v2.0.0/lib/Calendar/Simple.pm 2020-06-22
17:42:03.000000000 +0200
+++ new/Calendar-Simple-v2.0.1/lib/Calendar/Simple.pm 2021-01-14
12:54:46.000000000 +0100
@@ -31,7 +31,7 @@
our @EXPORT = qw(calendar);
our @EXPORT_OK = qw(date_span);
-our $VERSION = '2.0.0';
+our $VERSION = '2.0.1';
use Time::Local;
use Carp;