Hello community,

here is the log from the commit of package ack for openSUSE:Factory checked in 
at 2019-08-05 10:42:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ack (Old)
 and      /work/SRC/openSUSE:Factory/.ack.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ack"

Mon Aug  5 10:42:48 2019 rev:25 rq:720910 version:3.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ack/ack.changes  2019-04-04 15:27:33.230901441 
+0200
+++ /work/SRC/openSUSE:Factory/.ack.new.4126/ack.changes        2019-08-05 
10:42:50.459288764 +0200
@@ -1,0 +2,15 @@
+Sat Aug  3 15:01:41 UTC 2019 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- ack 3.0.2:
+  * Improved -w option
+  * -w option will warn if your pattern does not lend itself to
+    word matching
+  * -i, -I and --smart-case
+  * --proximate=N option
+  * Add --pod and --markdown
+  * Add GNUmakefile to the list of makefile specs
+  * Add -S as a synonym for --smart-case
+  * no longer highlights capture groups
+  * --output allows fewer special variables
+
+-------------------------------------------------------------------

Old:
----
  ack-2.28.tar.gz

New:
----
  ack-v3.0.2.tar.gz

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

Other differences:
------------------
++++++ ack.spec ++++++
--- /var/tmp/diff_new_pack.Jz8KSa/_old  2019-08-05 10:42:51.575288635 +0200
+++ /var/tmp/diff_new_pack.Jz8KSa/_new  2019-08-05 10:42:51.579288635 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define        run_tests 0%{?suse_version} >= 1210
+%define        run_tests 0%{?suse_version} > 1500
 %if 0%{?suse_version} >= 1100 || 0%{?fedora} >= 13
 %define with_pod 1
 %else
@@ -24,19 +24,19 @@
 %endif
 %{!?perl_make_install:  %global perl_make_install make DESTDIR=%{buildroot} 
install_vendor}
 Name:           ack
-Version:        2.28
+Version:        3.0.2
 Release:        0
 Summary:        Grep-Like Text Finder
 License:        Artistic-2.0
 Group:          Productivity/Text/Utilities
-URL:            http://beyondgrep.com/
-Source:         
http://cpan.metacpan.org/authors/id/P/PE/PETDANCE/ack-%{version}.tar.gz
+URL:            https://beyondgrep.com/
+Source:         
http://cpan.metacpan.org/authors/id/P/PE/PETDANCE/ack-v%{version}.tar.gz
 Patch1:         ack-ignore-osc.patch
 Patch3:         ack-add_spec.patch
 BuildRequires:  make
-BuildRequires:  perl >= 5.8.8
+BuildRequires:  perl >= 5.10.1
 BuildRequires:  perl(File::Next) >= 1.10
-Requires:       perl
+Requires:       perl >= 5.10.1
 Requires:       perl-App-Ack = %{version}-%{release}
 Requires:       perl-base = %{perl_version}
 BuildArch:      noarch
@@ -62,7 +62,7 @@
 code.
 
 %prep
-%setup -q
+%setup -q -n %{name}-v%{version}
 %patch1 -p1
 %patch3 -p1
 

++++++ ack-add_spec.patch ++++++
--- /var/tmp/diff_new_pack.Jz8KSa/_old  2019-08-05 10:42:51.595288633 +0200
+++ /var/tmp/diff_new_pack.Jz8KSa/_new  2019-08-05 10:42:51.595288633 +0200
@@ -10,10 +10,10 @@
  ConfigDefault.pm |    3 +++
  1 file changed, 3 insertions(+)
 
-Index: ack-2.14/ConfigDefault.pm
+Index: ack-2.14/lib/App/Ack/ConfigDefault.pm
 ===================================================================
---- ack-2.14.orig/ConfigDefault.pm     2014-09-04 22:19:55.000000000 +0100
-+++ ack-2.14/ConfigDefault.pm  2014-09-04 22:20:35.000000000 +0100
+--- ack-2.14.orig/lib/App/Ack/ConfigDefault.pm 2014-09-04 22:19:55.000000000 
+0100
++++ ack-2.14/lib/App/Ack/ConfigDefault.pm      2014-09-04 22:20:35.000000000 
+0100
 @@ -342,6 +342,9 @@ sub _options_block {
  # http://docutils.sourceforge.net/rst.html
  --type-add=rst:ext:rst

++++++ ack-ignore-osc.patch ++++++
--- /var/tmp/diff_new_pack.Jz8KSa/_old  2019-08-05 10:42:51.611288631 +0200
+++ /var/tmp/diff_new_pack.Jz8KSa/_new  2019-08-05 10:42:51.615288631 +0200
@@ -10,11 +10,11 @@
  t/ack-dump.t     |    2 +-
  2 files changed, 4 insertions(+), 1 deletion(-)
 
-Index: ack-2.14/ConfigDefault.pm
+Index: ack-v3.0.2/lib/App/Ack/ConfigDefault.pm
 ===================================================================
---- ack-2.14.orig/ConfigDefault.pm     2014-09-04 22:13:22.000000000 +0100
-+++ ack-2.14/ConfigDefault.pm  2014-09-04 22:13:31.000000000 +0100
-@@ -58,6 +58,9 @@ sub _options_block {
+--- ack-v3.0.2.orig/lib/App/Ack/ConfigDefault.pm
++++ ack-v3.0.2/lib/App/Ack/ConfigDefault.pm
+@@ -70,6 +70,9 @@ sub _options_block {
  # http://mercurial.selenic.com/
  --ignore-directory=is:.hg
  
@@ -24,11 +24,11 @@
  # quilt
  # http://directory.fsf.org/wiki/Quilt
  --ignore-directory=is:.pc
-Index: ack-2.14/t/ack-dump.t
+Index: ack-v3.0.2/t/ack-dump.t
 ===================================================================
---- ack-2.14.orig/t/ack-dump.t 2014-09-04 22:13:31.000000000 +0100
-+++ ack-2.14/t/ack-dump.t      2014-09-04 22:14:07.000000000 +0100
-@@ -31,5 +31,5 @@ DUMP: {
+--- ack-v3.0.2.orig/t/ack-dump.t
++++ ack-v3.0.2/t/ack-dump.t
+@@ -29,5 +29,5 @@ DUMP: {
      is( scalar @perl, 2, 'Two specs for Perl' );
  
      my @ignore_dir = grep { /ignore-dir/ } @results;


Reply via email to