Hello community,
here is the log from the commit of package perl-Context-Preserve for
openSUSE:Factory checked in at 2017-05-31 12:16:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Context-Preserve (Old)
and /work/SRC/openSUSE:Factory/.perl-Context-Preserve.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Context-Preserve"
Wed May 31 12:16:23 2017 rev:6 rq:494762 version:0.02
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Context-Preserve/perl-Context-Preserve.changes
2011-12-25 17:38:29.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Context-Preserve.new/perl-Context-Preserve.changes
2017-05-31 12:17:38.974124518 +0200
@@ -1,0 +2,6 @@
+Fri May 12 05:19:44 UTC 2017 - [email protected]
+
+- updated to 0.02
+ see /usr/share/doc/packages/perl-Context-Preserve/Changes
+
+-------------------------------------------------------------------
Old:
----
Context-Preserve-0.01.tar.gz
New:
----
Context-Preserve-0.02.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Context-Preserve.spec ++++++
--- /var/tmp/diff_new_pack.DqDRcg/_old 2017-05-31 12:17:39.534045479 +0200
+++ /var/tmp/diff_new_pack.DqDRcg/_new 2017-05-31 12:17:39.538044914 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Context-Preserve
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,23 +15,23 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: perl-Context-Preserve
-Version: 0.01
+Version: 0.02
Release: 0
%define cpan_name Context-Preserve
-Summary: run code after a subroutine call, preserving the context the
subroutine would have seen if it were the last statement in the caller
+Summary: Run code after a subroutine call, preserving the context the
subroutine [cut]
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Context-Preserve/
-Source:
http://www.cpan.org/authors/id/J/JR/JROCKWAY/Context-Preserve-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Exporter)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(ok)
-Requires: perl(Exporter)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
%{perl_requires}
%description
@@ -65,11 +65,8 @@
%perl_process_packlist
%perl_gen_filelist
-%clean
-%{__rm} -rf %{buildroot}
-
%files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes CONTRIBUTING LICENCE README
%changelog
++++++ Context-Preserve-0.01.tar.gz -> Context-Preserve-0.02.tar.gz ++++++
++++ 4614 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