update to 1.94
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=6
This commit is contained in:
parent
fa6f69a7a0
commit
bfb8d2feb5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8689156cb0639ff60adee47fc4b77e656cf0fc58e6c123ee6c481d9d48e99b88
|
||||
size 103454
|
3
ack-1.94.tar.gz
Normal file
3
ack-1.94.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5def0df74e17eb87f7848997879c958e42ed93554113c655c7ca5c0066c3156d
|
||||
size 109343
|
@ -1,20 +1,24 @@
|
||||
--- ack.orig 2010-11-11 23:59:24.000000000 +0100
|
||||
+++ ack 2010-11-11 23:59:38.000000000 +0100
|
||||
@@ -1138,6 +1138,7 @@
|
||||
Index: ack
|
||||
===================================================================
|
||||
--- ack.orig
|
||||
+++ ack
|
||||
@@ -1196,6 +1196,7 @@ BEGIN {
|
||||
'~.plst' => 'Interface Builder',
|
||||
'.git' => 'Git',
|
||||
'.hg' => 'Mercurial',
|
||||
+ '.osc' => 'openSUSE Commander',
|
||||
'.pc' => 'quilt',
|
||||
'.svn' => 'Subversion',
|
||||
blib => 'Perl module building',
|
||||
--- Ack.pm.orig 2010-11-11 23:59:08.000000000 +0100
|
||||
+++ Ack.pm 2010-11-11 23:59:21.000000000 +0100
|
||||
@@ -57,6 +57,7 @@
|
||||
_MTN => 'Monotone',
|
||||
Index: Ack.pm
|
||||
===================================================================
|
||||
--- Ack.pm.orig
|
||||
+++ Ack.pm
|
||||
@@ -57,6 +57,7 @@ BEGIN {
|
||||
'~.plst' => 'Interface Builder',
|
||||
'.git' => 'Git',
|
||||
'.hg' => 'Mercurial',
|
||||
+ '.osc' => 'openSUSE Commander',
|
||||
'.pc' => 'quilt',
|
||||
'.svn' => 'Subversion',
|
||||
blib => 'Perl module building',
|
||||
_MTN => 'Monotone',
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 16 10:38:26 UTC 2010 - puzel@novell.com
|
||||
|
||||
- update to 1.94:
|
||||
[ENHANCEMENTS]
|
||||
* Added support for Go and Delphi.
|
||||
* Ignores Monotone's _MTN directories.
|
||||
* Added .xsl to the list of --xml files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 11 23:00:39 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
|
6
ack.spec
6
ack.spec
@ -9,7 +9,7 @@
|
||||
%endif
|
||||
|
||||
Name: ack
|
||||
Version: 1.92
|
||||
Version: 1.94
|
||||
Release: 0
|
||||
Summary: Grep-Like Text Finder
|
||||
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/ack-%{version}.tar.gz
|
||||
@ -74,7 +74,7 @@ code.
|
||||
# "%{buildroot}/%{_sysconfdir}/bash_completion.d/%{name}.sh"
|
||||
|
||||
%__install -d rpmdoc_ack
|
||||
for f in Changes README TODO; do
|
||||
for f in Changes README.markdown TODO; do
|
||||
%__ln_s ../ack/"$f" rpmdoc_ack/"$f"
|
||||
done
|
||||
|
||||
@ -93,7 +93,7 @@ done
|
||||
|
||||
%files -n perl-App-Ack
|
||||
%defattr(-,root,root)
|
||||
%doc Changes README TODO
|
||||
%doc Changes README.markdown TODO
|
||||
%dir %{perl_vendorlib}/App
|
||||
%{perl_vendorlib}/App/Ack.pm
|
||||
%{perl_vendorlib}/App/Ack
|
||||
|
Loading…
x
Reference in New Issue
Block a user