Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2022-09-16 13:31:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm (Old)
 and      /work/SRC/openSUSE:Factory/.rpm.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpm"

Fri Sep 16 13:31:47 2022 rev:301 rq:1002926 version:4.17.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2022-08-08 08:45:07.222439622 
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new.2083/rpm.changes        2022-09-16 
13:31:48.545165646 +0200
@@ -1,0 +2,13 @@
+Mon Sep 12 08:15:22 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to rpm-4.17.1.1
+  * Fix upstream branch setting in "%autosetup -S git"
+  * Revert "Strip the target triplet GNU suffix more precisely."
+
+-------------------------------------------------------------------
+Sun Sep  4 10:05:12 UTC 2022 - Andreas Stieger <[email protected]>
+
+- remove-translations.diff: convert deprecated egrep to grep -E
+  (boo#1203092)
+
+-------------------------------------------------------------------

Old:
----
  rpm-4.17.1.tar.bz2

New:
----
  rpm-4.17.1.1.tar.bz2

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

Other differences:
------------------
++++++ python-rpm.spec ++++++
--- /var/tmp/diff_new_pack.4ilAiv/_old  2022-09-16 13:31:50.173170905 +0200
+++ /var/tmp/diff_new_pack.4ilAiv/_new  2022-09-16 13:31:50.177170918 +0200
@@ -21,7 +21,7 @@
 %global with_python 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-rpm
-Version:        4.17.1
+Version:        4.17.1.1
 Release:        0
 Summary:        Python Bindings for Manipulating RPM Packages
 License:        GPL-2.0-or-later

++++++ rpm.spec ++++++
--- /var/tmp/diff_new_pack.4ilAiv/_old  2022-09-16 13:31:50.205171009 +0200
+++ /var/tmp/diff_new_pack.4ilAiv/_new  2022-09-16 13:31:50.209171022 +0200
@@ -58,7 +58,7 @@
 Summary:        The RPM Package Manager
 License:        GPL-2.0-or-later
 Group:          System/Packages
-Version:        4.17.1
+Version:        4.17.1.1
 Release:        0
 URL:            https://rpm.org/
 #Git-Clone:     https://github.com/rpm-software-management/rpm

++++++ remove-translations.diff ++++++
--- /var/tmp/diff_new_pack.4ilAiv/_old  2022-09-16 13:31:50.333171422 +0200
+++ /var/tmp/diff_new_pack.4ilAiv/_new  2022-09-16 13:31:50.333171422 +0200
@@ -1,12 +1,14 @@
---- scripts/find-lang.sh.orig  2018-01-31 13:25:25.229266078 +0000
-+++ scripts/find-lang.sh       2018-01-31 13:26:15.128133281 +0000
-@@ -119,6 +119,23 @@ fi
+Index: scripts/find-lang.sh
+===================================================================
+--- scripts/find-lang.sh.orig
++++ scripts/find-lang.sh
+@@ -134,6 +134,23 @@ fi
  MO_NAME_NEW=$MO_NAME.tmp.$$
  rm -f $MO_NAME_NEW
  
 +# remove languages we do not yet support - but give out statistics
 +test -d "$TOP_DIR/usr/share/locale/" && find "$TOP_DIR/usr/share/locale/" 
-maxdepth 1 -type d | sed 's:'"$TOP_DIR"/usr/share/locale/'::; /^$/d' | while 
read dir; do
-+  if ! rpm -ql filesystem | egrep -q "/usr/share/locale/$dir"$; then
++  if ! rpm -ql filesystem | grep -E -q "/usr/share/locale/$dir"$; then
 +    find $TOP_DIR/usr/share/locale/$dir -name *.mo | sed 's:'"$TOP_DIR"'::' | 
while read file; do
 +      echo -n "removing translation $file: "
 +      msgunfmt "$TOP_DIR/$file" | msgfmt --statistics -o /dev/null -
@@ -15,7 +17,7 @@
 +  fi
 +done
 +test -d "$TOP_DIR/usr/share/help/" && find $TOP_DIR/usr/share/help/ -maxdepth 
1 -type d | sed 's:'"$TOP_DIR"/usr/share/help/'::; /^$/d' | while read dir; do
-+  if ! rpm -ql filesystem | egrep -q "/usr/share/help/$dir"$; then
++  if ! rpm -ql filesystem | grep -E -q "/usr/share/help/$dir"$; then
 +    echo "removing help translation /usr/share/help/$dir"
 +    rm -rf $TOP_DIR/usr/share/help/$dir
 +  fi

++++++ rpm-4.17.1.tar.bz2 -> rpm-4.17.1.1.tar.bz2 ++++++
++++ 3202 lines of diff (skipped)

Reply via email to