From dd23f86b192b606905239719bd59c6224426602fe330282cb0aa6f65601c514b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 3 Aug 2009 17:38:49 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-Which?expand=0&rev=4 --- File-Which-0.05.tar.bz2 | 3 --- File-Which-1.07.tar.bz2 | 3 +++ perl-File-Which.changes | 15 +++++++++++++++ perl-File-Which.spec | 10 ++++------ 4 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 File-Which-0.05.tar.bz2 create mode 100644 File-Which-1.07.tar.bz2 diff --git a/File-Which-0.05.tar.bz2 b/File-Which-0.05.tar.bz2 deleted file mode 100644 index 737e003..0000000 --- a/File-Which-0.05.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:948a017ac5609b06a73ae8b740d2be48fcf2dae4b72fc16b43e1c9950b93aa90 -size 6809 diff --git a/File-Which-1.07.tar.bz2 b/File-Which-1.07.tar.bz2 new file mode 100644 index 0000000..6561219 --- /dev/null +++ b/File-Which-1.07.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d99e690ed0eb52698e4967e07e14ad77910ebd50ef2a94c0b4a97a5419653c +size 14552 diff --git a/perl-File-Which.changes b/perl-File-Which.changes index e32fd79..db9a6ce 100644 --- a/perl-File-Which.changes +++ b/perl-File-Which.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Aug 3 15:45:01 CEST 2009 - anicka@suse.cz + +- update to 1.07 + * CPAN Testers looks good for 1.06_01, moving to production release + * Taking over this hugely old and very popular module to clean it + up a bit. + * Moved from Test.pm to Test::More. + * Updated Changes + * Cleaned up some code a bit to make it more readable. + * Added an explicit minimum Perl version + * Changed platform detection code to constants for less code size + and compile-time if () optimisation. + * Removed non-leading tabs and other whitespace nigglies. + ------------------------------------------------------------------- Wed Dec 20 14:07:03 CET 2006 - anicka@suse.cz diff --git a/perl-File-Which.spec b/perl-File-Which.spec index 63244db..08a2ffc 100644 --- a/perl-File-Which.spec +++ b/perl-File-Which.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-File-Which (Version 0.05 ) +# spec file for package perl-File-Which (Version 1.07 ) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,12 +20,12 @@ Name: perl-File-Which Url: http://cpan.org/modules/by-module/File/ -Version: 0.05 -Release: 103 +Version: 1.07 +Release: 1 Requires: perl = %{perl_version} AutoReqProv: on Group: Development/Libraries/Perl -License: Artistic License +License: Artistic License .. Summary: Portable implementation of the `which' utility Source: File-Which-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -71,5 +71,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT %changelog -* Wed Dec 20 2006 anicka@suse.cz -- package created (initial version 0.05)