Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-hexdump for openSUSE:Factory 
checked in at 2022-08-23 14:29:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hexdump (Old)
 and      /work/SRC/openSUSE:Factory/.python-hexdump.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hexdump"

Tue Aug 23 14:29:55 2022 rev:3 rq:998752 version:3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hexdump/python-hexdump.changes    
2019-08-27 10:25:17.843923813 +0200
+++ /work/SRC/openSUSE:Factory/.python-hexdump.new.2083/python-hexdump.changes  
2022-08-23 14:30:21.687702245 +0200
@@ -1,0 +2,5 @@
+Tue Aug 23 05:54:29 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Install the data file into the expected directories. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-hexdump.spec ++++++
--- /var/tmp/diff_new_pack.dmHjB4/_old  2022-08-23 14:30:22.215703349 +0200
+++ /var/tmp/diff_new_pack.dmHjB4/_new  2022-08-23 14:30:22.227703374 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hexdump
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -50,6 +50,10 @@
 
 %install
 %python_install
+# Copy the data directory ourselves to the correct location
+%python_expand cp -av data %{buildroot}%{$python_sitelib}
+# and remove the other
+rm -rf %{buildroot}/usr/data
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

Reply via email to