Hello community,
here is the log from the commit of package perl-Convert-BinHex for
openSUSE:Factory checked in at 2013-11-26 19:24:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Convert-BinHex (Old)
and /work/SRC/openSUSE:Factory/.perl-Convert-BinHex.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Convert-BinHex"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Convert-BinHex/perl-Convert-BinHex.changes
2011-11-21 12:37:53.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Convert-BinHex.new/perl-Convert-BinHex.changes
2013-11-26 19:24:49.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Oct 14 17:57:53 UTC 2013 - [email protected]
+
+- update to 1.123:
+ + Fixed pod error in debinhex and added pod tests
+ + Added unit tests for OO and CRC code
+ + Moved to Dist::Zilla's OurPkgVersion for keeping $VERSIONs in sync
+
+-------------------------------------------------------------------
Old:
----
Convert-BinHex-1.119-enable-checker.patch
Convert-BinHex-1.119.tar.gz
New:
----
Convert-BinHex-1.123.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Convert-BinHex.spec ++++++
--- /var/tmp/diff_new_pack.jWqg1B/_old 2013-11-26 19:24:49.000000000 +0100
+++ /var/tmp/diff_new_pack.jWqg1B/_new 2013-11-26 19:24:49.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Convert-BinHex
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,20 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: perl-Convert-BinHex
+Version: 1.123
+Release: 0
%define real_name Convert-BinHex
Summary: Extract data from Macintosh BinHex files
-Url: http://search.cpan.org/perldoc?Convert::BinHex
-Group: Development/Libraries/Perl
License: GPL-1.0+ or Artistic-1.0
-Version: 1.119
-Release: 15
+Group: Development/Libraries/Perl
+Url: http://search.cpan.org/perldoc?Convert::BinHex
Source: %{real_name}-%{version}.tar.gz
-Patch1: Convert-BinHex-1.119-enable-checker.patch
BuildRequires: perl-macros
+BuildRequires: perl(Test::Most)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
@@ -38,27 +36,20 @@
module provides a means of converting those data streams back into binary
data.
-Authors:
--------
- Written by Eryq, http://www.enteract.com/~eryq / [email protected]
-
-
%prep
%setup -n %{real_name}-%{version}
-%patch1 -p0
%build
perl Makefile.PL
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
%check
make test
%install
%perl_make_install
-install -Dm755 bin/binhex.pl %{buildroot}/%{_bindir}/binhex.pl
-install -m755 bin/debinhex.pl %{buildroot}/%{_bindir}/
-find docs/ -type f -exec chmod -x {} \;
+install -Dm755 bin/binhex.pl %{buildroot}%{_bindir}/binhex.pl
+install -m755 bin/debinhex.pl %{buildroot}%{_bindir}/
%perl_process_packlist
%perl_gen_filelist
@@ -68,6 +59,5 @@
%files -f %{name}.files
%defattr(-, root, root)
%doc COPYING README* MANIFEST
-%doc docs/Convert/*
%changelog
++++++ Convert-BinHex-1.119.tar.gz -> Convert-BinHex-1.123.tar.gz ++++++
++++ 2566 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]