Hello community,

here is the log from the commit of package cpanspec for openSUSE:Factory
checked in at Fri May 27 15:02:57 CEST 2011.



--------
--- cpanspec/cpanspec.changes   2011-04-10 21:12:01.000000000 +0200
+++ /mounts/work_src_done/STABLE/cpanspec/cpanspec.changes      2011-05-24 
10:51:49.000000000 +0200
@@ -1,0 +2,38 @@
+Tue May 24 08:50:21 UTC 2011 - co...@novell.com
+
+- Christian (1):
+      fix File:Path remove_tree -> rmtree
+
+Stephan Kulow (2):
+      add copy from Module::Depends to fix some bugs
+      trying to make it harder for modules to run amok
+
+-------------------------------------------------------------------
+Fri Apr 29 09:27:10 UTC 2011 - co...@opensuse.org
+
+- Stephan Kulow (6):
+      do not write out module dependencies that are in core since 5.8.8 (10.1
+      add verbose debug message for previous commit
+      extract the archive for real - preparation for bigger moves
+      less debug
+      check for executable files and avoid them
+      use an external module for testing Build.pl
+
+-------------------------------------------------------------------
+Fri Apr 22 05:44:58 UTC 2011 - co...@opensuse.org
+
+- Stephan Kulow (12):
+      fix non-standard source
+      add more requires
+      fix owner of documentation files
+      %attr only has 3 args
+      take out the 644 - it also applies to directories on < 11.3
+      add default summary
+      make the documentation unique
+      avoid errors
+      avoid crashes while reading POM
+      allow to skip changes file
+      ignore .bak files
+      fix doc match
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  cpanspec-1.78.tar.gz
  cpanspec.patch

New:
----
  cpanspec.tar.xz
  updaterpm.sh

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

Other differences:
------------------
++++++ cpanspec.spec ++++++
--- /var/tmp/diff_new_pack.pYTlru/_old  2011-05-27 15:00:29.000000000 +0200
+++ /var/tmp/diff_new_pack.pYTlru/_new  2011-05-27 15:00:29.000000000 +0200
@@ -19,17 +19,17 @@
 
 
 Name:           cpanspec
-Version:        1.78
-Release:        27
-%define tar_version 1.78
+Version:        1.78.04
+Release:        1
 Summary:        Generate a SUSE spec file for a CPAN module
 License:        GPL+ or Artistic
 Group:          Development/Languages/Perl
 Url:            http://sourceforge.net/projects/cpanspec/
-Source0:        
http://www.cpan.org/modules/by-module/cpanspec/cpanspec-%{tar_version}.tar.gz
-Patch0:         cpanspec.patch
+Source0:        cpanspec.tar.xz
+Source99:       updaterpm.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+BuildRequires:  xz
 BuildRequires:  perl(Archive::Zip)
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(FileHandle)
@@ -40,7 +40,15 @@
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Text::Autoformat)
 BuildRequires:  perl(YAML)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Module::CoreList)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(Module::Depends::Intrusive)
+Requires:       perl(Module::Depends::Intrusive)
+Requires:       perl(File::Path)
+Requires:       perl(Module::CoreList)
 Requires:       perl(Archive::Zip)
+Requires:       perl(File::Temp)
 Requires:       perl(File::Basename)
 Requires:       perl(FileHandle)
 Requires:       perl(Getopt::Long)
@@ -58,8 +66,7 @@
 module distribution.
 
 %prep
-%setup -q -n cpanspec-%{tar_version}
-%patch0 -p1
+%setup -q -n cpanspec
 
 %build
 %{__perl} Build.PL installdirs=vendor

++++++ updaterpm.sh ++++++
#! /bin/sh

rev=f54b8ebe26ed6bcfebe16272a1c7bb6f1f3bd1db
git clone --depth 0 http://git.gitorious.org/opensuse/cpanspec.git
cd cpanspec
nrev=`git show HEAD| grep commit | head -n 1 | cut '-d ' -f2`
osc vc -m "`git log --no-merges ^$rev HEAD cpanspec | git shortlog`" ..
cd ..
rm -rf cpanspec/.git
tar c cpanspec | xz -c > cpanspec.tar.xz
rm -rf cpanspec
# everyone loves self modifying shell scripts, no?
sed -e "s,^rev=.*,rev=$nrev," -i updaterpm.sh


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



Remember to have fun...

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

Reply via email to