Hello community,

here is the log from the commit of package perl-File-chdir for openSUSE:Factory 
checked in at 2011-11-16 17:20:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-chdir (Old)
 and      /work/SRC/openSUSE:Factory/.perl-File-chdir.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-File-chdir", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-chdir/perl-File-chdir.changes  
2011-09-23 12:37:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-chdir.new/perl-File-chdir.changes     
2011-11-16 17:21:25.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Nov 03 23:04:40 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 0.1006:
+  * handle directories with newlines [RT#72114]
+
+- changes from 0.1005:
+  * fixed RT#53064
+  * removes bundled Test::More
+  * converted distribution builder to Dist::Zilla
+
+-------------------------------------------------------------------

Old:
----
  File-chdir-0.1004.tar.bz2

New:
----
  File-chdir-0.1006.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-File-chdir.spec ++++++
--- /var/tmp/diff_new_pack.z2WHKe/_old  2011-11-16 17:21:34.000000000 +0100
+++ /var/tmp/diff_new_pack.z2WHKe/_new  2011-11-16 17:21:34.000000000 +0100
@@ -18,15 +18,14 @@
 
 
 Name:           perl-File-chdir
-Version:        0.1004
+Version:        0.1006
 Release:        1
 License:        GPL+ or Artistic
 %define cpan_name File-chdir
-Summary:        a more sensible way to change directories
+Summary:        A more sensible way to change directories
 Url:            http://search.cpan.org/dist/File-chdir/
 Group:          Development/Libraries/Perl
-#Source:         
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-%{version}.tar.gz
-Source:         %{cpan_name}-%{version}.tar.bz2
+Source:         
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-%{version}.tar.gz
 BuildRequires:  perl(Cwd) >= 3.16
 BuildRequires:  perl(File::Spec) >= 3.27
 BuildRequires:  perl
@@ -52,16 +51,18 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%__sed -i '/^auto_install/d' Makefile.PL
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%__perl Makefile.PL PREFIX="%{_prefix}"
+%__make %{?_smp_flags}
 
 %check
-./Build test
+%__make test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %clean

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

Reply via email to