Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-wxPython for openSUSE:Factory 
checked in at 2023-01-28 19:59:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wxPython (Old)
 and      /work/SRC/openSUSE:Factory/.python-wxPython.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wxPython"

Sat Jan 28 19:59:55 2023 rev:16 rq:1061419 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wxPython/python-wxPython.changes  
2023-01-06 17:05:12.840066232 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wxPython.new.32243/python-wxPython.changes   
    2023-01-28 20:08:14.690070400 +0100
@@ -1,0 +2,11 @@
+Thu Jan 26 09:14:45 UTC 2023 - pgaj...@suse.com
+
+- add repack script to sources in spec file
+
+-------------------------------------------------------------------
+Tue Jan 17 13:51:03 UTC 2023 - pgaj...@suse.com
+
+- add repack script, do not include packaging/ dir in sources
+  [gh#wxWidgets/Phoenix#2105], [bsc#670523]
+
+-------------------------------------------------------------------

New:
----
  repack

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

Other differences:
------------------
++++++ python-wxPython.spec ++++++
--- /var/tmp/diff_new_pack.Voe7Ij/_old  2023-01-28 20:08:16.222078854 +0100
+++ /var/tmp/diff_new_pack.Voe7Ij/_new  2023-01-28 20:08:16.226078877 +0100
@@ -87,8 +87,10 @@
 License:        GPL-2.0-or-later
 Group:          System/Libraries
 URL:            https://github.com/wxWidgets/Phoenix
-Source:         
https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-%{version}.tar.gz
+# repacked  
https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-%%{version}.tar.gz
+Source0:        wxPython-%{version}.tar.gz
 Source1:        python-wxPython-rpmlintrc
+Source2:        repack
 # PATCH-FIX-OPENSUSE
 Patch1:         use_stl_build.patch
 # PATCH-FIX-UPSTREAM
@@ -185,6 +187,10 @@
 
 %prep
 %autosetup -n wxPython-%{version} -p1
+# https://github.com/wxWidgets/Phoenix/issues/2105
+# https://bugzilla.suse.com/show_bug.cgi?id=670523
+find -iname *.dll | grep . && \
+  { echo "please run repack script (gh#2105)"; exit 1; }
 # Lower minimum Python version
 sed -i -e '/check_python_version/ s@3,7,0@3,6,0@' wscript
 

++++++ repack ++++++
#!/bin/sh
tar -xzf wxPython-*.gz
rm -r wxPython-*/packaging
tar -czf wxPython-*.gz wxPython-*/

++++++ wxPython-4.2.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-wxPython/wxPython-4.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-wxPython.new.32243/wxPython-4.2.0.tar.gz 
differ: char 4, line 1

Reply via email to