commit perl-Convert-BinHex for openSUSE:Factory

2015-11-17 Thread h_root


bin_UbPh40tEG.bin
Description: Binary data


commit perl-Convert-BinHex for openSUSE:Factory

2014-04-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Convert-BinHex for 
openSUSE:Factory checked in at 2014-04-03 17:14:04

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  
2013-11-26 19:24:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Convert-BinHex.new/perl-Convert-BinHex.changes 
2014-04-03 17:14:05.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  2 12:35:35 UTC 2014 - co...@suse.com
+
+- regenerate with cpanspec to fix build
+
+---



Other differences:
--
++ perl-Convert-BinHex.spec ++
--- /var/tmp/diff_new_pack.jn9Oy0/_old  2014-04-03 17:14:06.0 +0200
+++ /var/tmp/diff_new_pack.jn9Oy0/_new  2014-04-03 17:14:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Convert-BinHex
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -19,45 +19,44 @@
 Name:   perl-Convert-BinHex
 Version:1.123
 Release:0
-%define real_name Convert-BinHex
-Summary:Extract data from Macintosh BinHex files
-License:GPL-1.0+ or Artistic-1.0
+%define cpan_name Convert-BinHex
+Summary:extract data from Macintosh BinHex files
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/perldoc?Convert::BinHex
-Source: %{real_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Convert-BinHex/
+Source: 
http://www.cpan.org/authors/id/S/ST/STEPHEN/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(File::Slurp)
 BuildRequires:  perl(Test::Most)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl(autodie)
 %{perl_requires}
 
 %description
-BinHex is a format used by Macintosh for transporting Mac files safely through
-electronic mail, as short-lined, 7-bit, semi-compressed data streams. This
-module provides a means of converting those data streams back into binary
-data.
+*BinHex* is a format used by Macintosh for transporting Mac files safely
+through electronic mail, as short-lined, 7-bit, semi-compressed data
+streams. Ths module provides a means of converting those data streams back
+into into binary data.
 
 %prep
-%setup -n %{real_name}-%{version}
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
 %perl_make_install
-install -Dm755 bin/binhex.pl %{buildroot}%{_bindir}/binhex.pl
-install -m755  bin/debinhex.pl %{buildroot}%{_bindir}/
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(-, root, root)
-%doc COPYING README* MANIFEST
+%defattr(-,root,root,755)
+%doc Changes COPYING LICENSE README README-TOO
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Convert-BinHex for openSUSE:Factory

2013-11-26 Thread h_root
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.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Convert-BinHex.new/perl-Convert-BinHex.changes 
2013-11-26 19:24:49.0 +0100
@@ -1,0 +2,8 @@
+Mon Oct 14 17:57:53 UTC 2013 - l...@linux-schulserver.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.jWqg1B/_new  2013-11-26 19:24:49.0 +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
 %definereal_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 / e...@enteract.com
-
-
 %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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Convert-BinHex for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Convert-BinHex for 
openSUSE:Factory checked in at 2011-12-06 18:39:13

Comparing /work/SRC/openSUSE:Factory/perl-Convert-BinHex (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Convert-BinHex.new (New)


Package is perl-Convert-BinHex, Maintainer is vci...@suse.com

Changes:




Other differences:
--
++ perl-Convert-BinHex.spec ++
--- /var/tmp/diff_new_pack.yqn2ji/_old  2011-12-06 19:06:12.0 +0100
+++ /var/tmp/diff_new_pack.yqn2ji/_new  2011-12-06 19:06:12.0 +0100
@@ -23,7 +23,7 @@
 Summary:Extract data from Macintosh BinHex files
 Url:http://search.cpan.org/perldoc?Convert::BinHex
 Group:  Development/Libraries/Perl
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Version:1.119
 Release:15
 Source: %{real_name}-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Convert-BinHex for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Convert-BinHex for 
openSUSE:Factory checked in at 2011-11-21 12:36:55

Comparing /work/SRC/openSUSE:Factory/perl-Convert-BinHex (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Convert-BinHex.new (New)


Package is perl-Convert-BinHex, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Convert-BinHex/perl-Convert-BinHex.changes  
2011-09-23 12:36:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Convert-BinHex.new/perl-Convert-BinHex.changes 
2011-11-21 12:37:53.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:10:28 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Convert-BinHex-1.119.tar.bz2

New:

  Convert-BinHex-1.119.tar.gz



Other differences:
--
++ perl-Convert-BinHex.spec ++
--- /var/tmp/diff_new_pack.VMithk/_old  2011-11-21 12:37:55.0 +0100
+++ /var/tmp/diff_new_pack.VMithk/_new  2011-11-21 12:37:55.0 +0100
@@ -26,7 +26,7 @@
 License:GPL+ or Artistic
 Version:1.119
 Release:15
-Source: %{real_name}-%{version}.tar.bz2
+Source: %{real_name}-%{version}.tar.gz
 Patch1: Convert-BinHex-1.119-enable-checker.patch
 BuildRequires:  perl-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Convert-BinHex for openSUSE:Factory

2011-08-31 Thread h_root

Hello community,

here is the log from the commit of package perl-Convert-BinHex for 
openSUSE:Factory
checked in at Wed Aug 31 10:28:07 CEST 2011.




--- perl-Convert-BinHex/perl-Convert-BinHex.changes 2011-04-06 
16:55:32.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Convert-BinHex/perl-Convert-BinHex.changes
2011-08-30 21:00:29.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug 30 19:03:11 UTC 2011 - andrea.turr...@gmail.com
+
+- standardized Authors: format in description of 
+  perl-Convert-BinHex.spec
+
+---
+Sun Aug 14 13:51:32 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typos in perl-Convert-BinHex.spec 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-Convert-BinHex.spec ++
--- /var/tmp/diff_new_pack.0MLg5u/_old  2011-08-31 10:27:50.0 +0200
+++ /var/tmp/diff_new_pack.0MLg5u/_new  2011-08-31 10:27:50.0 +0200
@@ -25,7 +25,7 @@
 Group:  Development/Libraries/Perl
 License:GPL+ or Artistic
 Version:1.119
-Release:13
+Release:15
 Source: %{real_name}-%{version}.tar.bz2
 Patch1: Convert-BinHex-1.119-enable-checker.patch
 BuildRequires:  perl-macros
@@ -34,11 +34,11 @@
 
 %description
 BinHex is a format used by Macintosh for transporting Mac files safely through
-electronic mail, as short-lined, 7-bit, semi-compressed data streams. Ths
-module provides a means of converting those data streams back into into binary
+electronic mail, as short-lined, 7-bit, semi-compressed data streams. This
+module provides a means of converting those data streams back into binary
 data.
 
-Author:
+Authors:
 ---
 Written by Eryq, http://www.enteract.com/~eryq / e...@enteract.com
 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Convert-BinHex for openSUSE:Factory

2011-04-15 Thread h_root

Hello community,

here is the log from the commit of package perl-Convert-BinHex for 
openSUSE:Factory
checked in at Fri Apr 15 20:25:05 CEST 2011.




--- perl-Convert-BinHex/perl-Convert-BinHex.changes 2010-11-30 
20:24:46.0 +0100
+++ perl-Convert-BinHex/perl-Convert-BinHex.changes 2011-04-06 
16:55:32.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  6 14:54:19 UTC 2011 - vci...@novell.com
+
+- corrected license to GPL+ or Artistic (same as Perl) 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-Convert-BinHex.spec ++
--- /var/tmp/diff_new_pack.tSkT1W/_old  2011-04-15 20:17:28.0 +0200
+++ /var/tmp/diff_new_pack.tSkT1W/_new  2011-04-15 20:17:28.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Convert-BinHex (Version 1.119)
+# spec file for package perl-Convert-BinHex
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -23,9 +23,9 @@
 Summary:Extract data from Macintosh BinHex files
 Url:http://search.cpan.org/perldoc?Convert::BinHex
 Group:  Development/Libraries/Perl
-License:Artistic License ..
+License:GPL+ or Artistic
 Version:1.119
-Release:8
+Release:13
 Source: %{real_name}-%{version}.tar.bz2
 Patch1: Convert-BinHex-1.119-enable-checker.patch
 BuildRequires:  perl-macros






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org