Hello community,
here is the log from the commit of package perl-B-Hooks-OP-Check for
openSUSE:Factory checked in at 2017-05-24 16:51:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-B-Hooks-OP-Check (Old)
and /work/SRC/openSUSE:Factory/.perl-B-Hooks-OP-Check.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-B-Hooks-OP-Check"
Wed May 24 16:51:06 2017 rev:6 rq:497828 version:0.21
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-B-Hooks-OP-Check/perl-B-Hooks-OP-Check.changes
2011-12-25 17:38:08.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-B-Hooks-OP-Check.new/perl-B-Hooks-OP-Check.changes
2017-05-24 16:51:57.265149097 +0200
@@ -1,0 +2,6 @@
+Fri May 12 05:06:39 UTC 2017 - [email protected]
+
+- updated to 0.21
+ see /usr/share/doc/packages/perl-B-Hooks-OP-Check/Changes
+
+-------------------------------------------------------------------
Old:
----
B-Hooks-OP-Check-0.19.tar.gz
New:
----
B-Hooks-OP-Check-0.21.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-B-Hooks-OP-Check.spec ++++++
--- /var/tmp/diff_new_pack.5GXZKV/_old 2017-05-24 16:51:57.733083221 +0200
+++ /var/tmp/diff_new_pack.5GXZKV/_new 2017-05-24 16:51:57.737082658 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-B-Hooks-OP-Check
#
-# 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,37 +15,32 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: perl-B-Hooks-OP-Check
-Version: 0.19
+Version: 0.21
Release: 0
%define cpan_name B-Hooks-OP-Check
Summary: Wrap OP check callbacks
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/B-Hooks-OP-Check/
-Source:
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1: perl-B-Hooks-OP-Check-rpmlintrc
+Source2: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::Depends) >= 0.302
BuildRequires: perl(parent)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(Test::Pod)
-#BuildRequires: perl(YAML::Tiny)
Requires: perl(parent)
%{perl_requires}
%description
-This module provides a c api for XS modules to hook into the callbacks of
+This module provides a C API for XS modules to hook into the callbacks of
'PL_check'.
-the ExtUtils::Depends manpage is used to export all functions for other XS
-modules to use. Include the following in your Makefile.PL:
+ExtUtils::Depends is used to export all functions for other XS modules to
+use. Include the following in your Makefile.PL:
my $pkg = ExtUtils::Depends->new('Your::XSModule', 'B::Hooks::OP::Check');
WriteMakefile(
@@ -72,6 +67,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes README
+%doc Changes CONTRIBUTING LICENCE README
%changelog
++++++ B-Hooks-OP-Check-0.19.tar.gz -> B-Hooks-OP-Check-0.21.tar.gz ++++++
++++ 9562 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
sources:
- perl-B-Hooks-OP-Check-rpmlintrc
# - 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