SHA256
1
0
forked from pool/ack

update to 1.94

OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=6
This commit is contained in:
Petr Uzel 2010-11-16 10:41:59 +00:00 committed by Git OBS Bridge
parent fa6f69a7a0
commit bfb8d2feb5
5 changed files with 27 additions and 14 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5def0df74e17eb87f7848997879c958e42ed93554113c655c7ca5c0066c3156d
size 109343

View File

@ -1,20 +1,24 @@
--- ack.orig 2010-11-11 23:59:24.000000000 +0100 Index: ack
+++ ack 2010-11-11 23:59:38.000000000 +0100 ===================================================================
@@ -1138,6 +1138,7 @@ --- ack.orig
+++ ack
@@ -1196,6 +1196,7 @@ BEGIN {
'~.plst' => 'Interface Builder', '~.plst' => 'Interface Builder',
'.git' => 'Git', '.git' => 'Git',
'.hg' => 'Mercurial', '.hg' => 'Mercurial',
+ '.osc' => 'openSUSE Commander', + '.osc' => 'openSUSE Commander',
'.pc' => 'quilt', '.pc' => 'quilt',
'.svn' => 'Subversion', '.svn' => 'Subversion',
blib => 'Perl module building', _MTN => 'Monotone',
--- Ack.pm.orig 2010-11-11 23:59:08.000000000 +0100 Index: Ack.pm
+++ Ack.pm 2010-11-11 23:59:21.000000000 +0100 ===================================================================
@@ -57,6 +57,7 @@ --- Ack.pm.orig
+++ Ack.pm
@@ -57,6 +57,7 @@ BEGIN {
'~.plst' => 'Interface Builder', '~.plst' => 'Interface Builder',
'.git' => 'Git', '.git' => 'Git',
'.hg' => 'Mercurial', '.hg' => 'Mercurial',
+ '.osc' => 'openSUSE Commander', + '.osc' => 'openSUSE Commander',
'.pc' => 'quilt', '.pc' => 'quilt',
'.svn' => 'Subversion', '.svn' => 'Subversion',
blib => 'Perl module building', _MTN => 'Monotone',

View File

@ -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 Thu Nov 11 23:00:39 UTC 2010 - pascal.bleser@opensuse.org

View File

@ -9,7 +9,7 @@
%endif %endif
Name: ack Name: ack
Version: 1.92 Version: 1.94
Release: 0 Release: 0
Summary: Grep-Like Text Finder Summary: Grep-Like Text Finder
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/ack-%{version}.tar.gz 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" # "%{buildroot}/%{_sysconfdir}/bash_completion.d/%{name}.sh"
%__install -d rpmdoc_ack %__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" %__ln_s ../ack/"$f" rpmdoc_ack/"$f"
done done
@ -93,7 +93,7 @@ done
%files -n perl-App-Ack %files -n perl-App-Ack
%defattr(-,root,root) %defattr(-,root,root)
%doc Changes README TODO %doc Changes README.markdown TODO
%dir %{perl_vendorlib}/App %dir %{perl_vendorlib}/App
%{perl_vendorlib}/App/Ack.pm %{perl_vendorlib}/App/Ack.pm
%{perl_vendorlib}/App/Ack %{perl_vendorlib}/App/Ack