Hello community,

here is the log from the commit of package ack for openSUSE:Factory
checked in at Tue Aug 23 13:15:06 CEST 2011.



--------
--- ack/ack.changes     2010-11-16 16:00:51.000000000 +0100
+++ /mounts/work_src_done/STABLE/ack/ack.changes        2011-02-26 
15:53:06.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Feb 26 14:52:08 UTC 2011 - [email protected]
+
+- add --spec/--rpm for .spec files
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  ack-add_spec.patch

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

Other differences:
------------------
++++++ ack.spec ++++++
--- /var/tmp/diff_new_pack.JW0Qvu/_old  2011-08-23 13:14:39.000000000 +0200
+++ /var/tmp/diff_new_pack.JW0Qvu/_new  2011-08-23 13:14:39.000000000 +0200
@@ -26,11 +26,12 @@
 
 Name:           ack
 Version:        1.94
-Release:        1
+Release:        6
 Summary:        Grep-Like Text Finder
 Source:         
http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/ack-%{version}.tar.gz
 Patch1:         ack-ignore-osc.patch
 Patch2:         ack-fix_smartcase_test_for_old_perl.patch
+Patch3:         ack-add_spec.patch
 Url:            http://petdance.com/ack/
 Group:          Productivity/Text/Utilities
 License:        Perl License
@@ -55,7 +56,7 @@
     Andy Lester <[email protected]>
 
 %package -n perl-App-Ack
-License:        Perl License
+
 Summary:        Grep-Like Text Finder Perl Module
 Group:          Development/Libraries/Perl
 Requires:       perl-base = %{perl_version}
@@ -70,6 +71,7 @@
 %if 0%{?suse_version} > 0 && 0%{?suse_version} < 1000 || 0%{?rhel_version} > 0 
&& 0%{?rhel_version} < 500
 %patch2
 %endif
+%patch3
 
 %build
 %__perl Makefile.PL PREFIX="%{_prefix}"
@@ -87,6 +89,8 @@
 # remove .packlist file
 %__rm -rf "%{buildroot}%{perl_vendorarch}/auto/ack"
 
+%__rm -f "%{buildroot}/var/adm/perl-modules/ack"
+
 #%__install -D -m0644 etc/ack.bash_completion.sh \
 #    "%{buildroot}/%{_sysconfdir}/bash_completion.d/%{name}.sh"
 

++++++ ack-add_spec.patch ++++++
--- ack.orig    2011-02-26 15:42:46.000000000 +0100
+++ ack 2011-02-26 15:43:11.000000000 +0100
@@ -1263,6 +1263,8 @@
         vim         => [qw( vim )],
         yaml        => [qw( yaml yml )],
         xml         => [qw( xml dtd xsl xslt ent )],
+        spec        => [qw( spec )],
+        rpm         => [qw( spec )],
     );
 
     while ( my ($type,$exts) = each %mappings ) {
--- Ack.pm.orig 2011-02-26 15:43:15.000000000 +0100
+++ Ack.pm      2011-02-26 15:43:30.000000000 +0100
@@ -124,6 +124,8 @@
         vim         => [qw( vim )],
         yaml        => [qw( yaml yml )],
         xml         => [qw( xml dtd xsl xslt ent )],
+        rpm         => [qw( spec )],
+        spec        => [qw( spec )],
     );
 
     while ( my ($type,$exts) = each %mappings ) {

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to