Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ack for openSUSE:Factory checked in 
at 2023-03-02 23:03:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ack (Old)
 and      /work/SRC/openSUSE:Factory/.ack.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ack"

Thu Mar  2 23:03:41 2023 rev:33 rq:1068552 version:3.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ack/ack.changes  2022-09-26 18:48:27.656083402 
+0200
+++ /work/SRC/openSUSE:Factory/.ack.new.31432/ack.changes       2023-03-02 
23:04:14.720076284 +0100
@@ -1,0 +2,9 @@
+Wed Mar  1 20:32:18 UTC 2023 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- ack 3.7.0
+  * Add a repeatable --not option to let user supply patterns that
+    should NOT match
+   * Add .Rmd to the list of extensions understood to be R
+   * Add file type for for Powershell (.ps1 and .psm1 files)
+
+-------------------------------------------------------------------

Old:
----
  ack-v3.6.0.tar.gz

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

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

Other differences:
------------------
++++++ ack.spec ++++++
--- /var/tmp/diff_new_pack.1uIdbg/_old  2023-03-02 23:04:15.556080460 +0100
+++ /var/tmp/diff_new_pack.1uIdbg/_new  2023-03-02 23:04:15.560080480 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ack
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 %endif
 %{!?perl_make_install:  %global perl_make_install make DESTDIR=%{buildroot} 
install_vendor}
 Name:           ack
-Version:        3.6.0
+Version:        3.7.0
 Release:        0
 Summary:        Grep-Like Text Finder
 License:        Artistic-2.0

++++++ ack-ignore-osc.patch ++++++
--- /var/tmp/diff_new_pack.1uIdbg/_old  2023-03-02 23:04:15.592080639 +0100
+++ /var/tmp/diff_new_pack.1uIdbg/_new  2023-03-02 23:04:15.596080659 +0100
@@ -6,10 +6,11 @@
 Ignore .osc
 
 ---
-diff -Pdru ack-v3.3.1.orig/lib/App/Ack/ConfigDefault.pm 
ack-v3.3.1/lib/App/Ack/ConfigDefault.pm
---- ack-v3.3.1.orig/lib/App/Ack/ConfigDefault.pm       2020-01-13 
20:18:17.000000000 +0100
-+++ ack-v3.3.1/lib/App/Ack/ConfigDefault.pm    2020-01-22 14:32:56.451135251 
+0100
-@@ -70,6 +70,9 @@
+Index: ack-v3.7.0/lib/App/Ack/ConfigDefault.pm
+===================================================================
+--- ack-v3.7.0.orig/lib/App/Ack/ConfigDefault.pm
++++ ack-v3.7.0/lib/App/Ack/ConfigDefault.pm
+@@ -70,6 +70,9 @@ sub _options_block {
  # https://www.mercurial-scm.org/
  --ignore-directory=is:.hg
  
@@ -19,15 +20,16 @@
  # Quilt
  # https://directory.fsf.org/wiki/Quilt
  --ignore-directory=is:.pc
-diff -Pdru ack-v3.3.1.orig/t/internals/ack-dump.t 
ack-v3.3.1/t/internals/ack-dump.t
---- ack-v3.3.1.orig/t/internals/ack-dump.t     2020-01-13 20:18:17.000000000 
+0100
-+++ ack-v3.3.1/t/internals/ack-dump.t  2020-01-22 14:39:05.934290071 +0100
-@@ -29,7 +29,7 @@
+Index: ack-v3.7.0/t/ack-dump.t
+===================================================================
+--- ack-v3.7.0.orig/t/ack-dump.t
++++ ack-v3.7.0/t/ack-dump.t
+@@ -29,7 +29,7 @@ DUMP: {
      is( scalar @perl, 2, 'Two specs for Perl' );
  
      my @ignore_dir = grep { /ignore-dir/ } @results;
--    is( scalar @ignore_dir, 27, 'Twenty-seven specs for ignoring directories' 
);
-+    is( scalar @ignore_dir, 28, 'Twenty-eight specs for ignoring directories' 
);
+-    is( scalar @ignore_dir, 28, 'Twenty-eight specs for ignoring directories' 
);
++    is( scalar @ignore_dir, 29, 'Twenty-nine specs for ignoring directories' 
);
  }
  
  exit 0;

++++++ ack-v3.6.0.tar.gz -> ack-v3.7.0.tar.gz ++++++
++++ 3394 lines of diff (skipped)

Reply via email to