commit python-wxWidgets-3_0 for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package python-wxWidgets-3_0 for 
openSUSE:Factory checked in at 2019-02-14 14:11:50

Comparing /work/SRC/openSUSE:Factory/python-wxWidgets-3_0 (Old)
 and  /work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new.28833 (New)


Package is "python-wxWidgets-3_0"

Thu Feb 14 14:11:50 2019 rev:10 rq:674463 version:3.0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wxWidgets-3_0/python-wxWidgets-3_0.changes
2018-08-15 10:31:52.487581830 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new.28833/python-wxWidgets-3_0.changes
 2019-02-14 14:11:52.648265603 +0100
@@ -1,0 +2,11 @@
+Wed Feb 13 09:33:23 UTC 2019 - Jan Engelhardt 
+
+- Equalize the different macro styles
+
+---
+Tue Feb 12 12:35:21 UTC 2019 - Dominique Leuenberger 
+
+- Fix generation of -lang package file list
+- cleanup using spec-cleaner
+
+---
@@ -787 +797,0 @@
-



Other differences:
--
++ python-wxWidgets-3_0.spec ++
--- /var/tmp/diff_new_pack.BKIQTt/_old  2019-02-14 14:11:53.592265133 +0100
+++ /var/tmp/diff_new_pack.BKIQTt/_new  2019-02-14 14:11:53.592265133 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wxWidgets-3_0
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-Name:   python-wxWidgets-3_0
 %define srcname wxPython
+%define wx_version %(echo "%version" | perl -pe 's{\\.\\d+\\.\\d+$}{}')
+%define wx_release %(echo "%version" | perl -pe 's{\\.\\d+$}{}')
+Name:   python-wxWidgets-3_0
 Version:3.0.2.0
 Release:0
 Summary:Python Bindings for wxWidgets
 License:GPL-2.0-or-later
 Group:  Development/Languages/Python
-Url:http://www.wxpython.org/
-%define wx_version %(echo "%version" | perl -pe 's{\\.\\d+\\.\\d+$}{}')
-%define wx_release %(echo "%version" | perl -pe 's{\\.\\d+$}{}')
-
+URL:http://www.wxpython.org/
 # Source from http://www.wxpython.org/ contains complete wxWidgets
 # source tree and proprietary Microsoft Visual Studio DLLs.
 # We will repackage only a needed subset of files.
@@ -36,7 +35,6 @@
 Source3:extract-source.sh
 Source4:pre_checkin.sh
 Patch1: wxPython-platlib.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  perl
@@ -45,6 +43,12 @@
 BuildRequires:  python2-xml
 BuildRequires:  wxWidgets-3_0-devel
 BuildRequires:  xz
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+# In fact it should be >= %version but only version < 3.1
+Recommends: %name-lang = %version
+Conflicts:  python-wxWidgets
+Conflicts:  python2-wxWidgets
 #Requires:   wxWidgets-3_0 = %(rpm -q --qf="%%VERSION" wxWidgets-3_0)
 # Used up to openSUSE 11.3:
 Provides:   python-wxGTK = %version
@@ -52,31 +56,25 @@
 # Upstream name, never used in SUSE:
 Provides:   wxPython = %version
 # Third party packages name, never used in SUSE:
-Provides:   wxPython%wx_version-gtk2-unicode = %version
-# In fact it should be >= %version but only version < 3.1
-Recommends: %name-lang = %version
 Provides:   python-wxWidgets = %version
 Provides:   python2-wxWidgets = %version
-Conflicts:  otherproviders(python-wxWidgets)
-Conflicts:  otherproviders(python2-wxWidgets)
-Requires(post):   update-alternatives
-Requires(postun):  update-alternatives
+Provides:   wxPython%wx_version-gtk2-unicode = %version
 
 %description
-wxWidgets is a free C++ library for cross-platform GUI.
+wxWidgets is a C++ library for cross-platform GUI.
 This package contains the Python bindings for wxWidgets.
 
 %package devel
 Summary:Everything needed for development with wxPython
 Group:  Development/Languages/Python
 Requires:   %name = %version
+Conflicts:  python-wxWidgets-devel
 Provides:   python-wxWidgets-devel = %version
-Conflicts:  otherproviders(python-wxWidgets-devel)
 
 %description devel
-wxWidgets is a free C++ library for cross-platform GUI development.
-With wxWidgets, you can create applications for different GUIs (GTK+,
-Motif, MS Windows, MacOS X,

commit python-wxWidgets-3_0 for openSUSE:Factory

2018-08-15 Thread root
Hello community,

here is the log from the commit of package python-wxWidgets-3_0 for 
openSUSE:Factory checked in at 2018-08-15 10:31:48

Comparing /work/SRC/openSUSE:Factory/python-wxWidgets-3_0 (Old)
 and  /work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new (New)


Package is "python-wxWidgets-3_0"

Wed Aug 15 10:31:48 2018 rev:9 rq:628800 version:3.0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wxWidgets-3_0/python-wxWidgets-3_0.changes
2018-08-02 14:50:37.435525229 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new/python-wxWidgets-3_0.changes
   2018-08-15 10:31:52.487581830 +0200
@@ -1,0 +2,5 @@
+Wed Aug  8 08:36:05 UTC 2018 - dims...@opensuse.org
+
+- Replace usage of deprecated py_sitedir with python_sitearch.
+
+---



Other differences:
--
++ python-wxWidgets-3_0.spec ++
--- /var/tmp/diff_new_pack.oMjnlo/_old  2018-08-15 10:31:54.567585589 +0200
+++ /var/tmp/diff_new_pack.oMjnlo/_new  2018-08-15 10:31:54.571585596 +0200
@@ -120,9 +120,9 @@
 
 # Create %%lang tags for mo files in non-standard path:
 echo "%%defattr(-,root,root)" >Editra.lang
-for LNG_DIR in "%buildroot/%py_sitedir"/wx*/wx/tools/Editra/locale/*; do
+for LNG_DIR in "%buildroot/%python_sitearch"/wx*/wx/tools/Editra/locale/*; do
LNG="${LNG_DIR##*/}"
-   echo "%%lang($LNG) %%py_sitedir${LNG_DIR#%buildroot/%py_sitedir}" 
>>Editra.lang
+   echo "%%lang($LNG) 
%%python_sitearch${LNG_DIR#%buildroot/%python_sitearch}" >>Editra.lang
 done
 
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives




commit python-wxWidgets-3_0 for openSUSE:Factory

2018-08-02 Thread root
Hello community,

here is the log from the commit of package python-wxWidgets-3_0 for 
openSUSE:Factory checked in at 2018-08-02 14:50:36

Comparing /work/SRC/openSUSE:Factory/python-wxWidgets-3_0 (Old)
 and  /work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new (New)


Package is "python-wxWidgets-3_0"

Thu Aug  2 14:50:36 2018 rev:8 rq:625779 version:3.0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wxWidgets-3_0/python-wxWidgets-3_0.changes
2018-03-08 10:41:20.752230764 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new/python-wxWidgets-3_0.changes
   2018-08-02 14:50:37.435525229 +0200
@@ -1,0 +2,5 @@
+Fri Jul 20 11:53:28 UTC 2018 - jeng...@inai.de
+
+- Remove duplicate fdupes call [bnc#1101908]
+
+---



Other differences:
--
++ python-wxWidgets-3_0.spec ++
--- /var/tmp/diff_new_pack.IOOQvU/_old  2018-08-02 14:50:38.467526934 +0200
+++ /var/tmp/diff_new_pack.IOOQvU/_new  2018-08-02 14:50:38.471526940 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wxWidgets-3_0
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Version:3.0.2.0
 Release:0
 Summary:Python Bindings for wxWidgets
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Languages/Python
 Url:http://www.wxpython.org/
 %define wx_version %(echo "%version" | perl -pe 's{\\.\\d+\\.\\d+$}{}')
@@ -40,9 +40,9 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  perl
+BuildRequires:  python-rpm-macros
 BuildRequires:  python2-devel
 BuildRequires:  python2-xml
-BuildRequires:  python-rpm-macros
 BuildRequires:  wxWidgets-3_0-devel
 BuildRequires:  xz
 #Requires:   wxWidgets-3_0 = %(rpm -q --qf="%%VERSION" wxWidgets-3_0)
@@ -151,8 +151,6 @@
update-alternatives --remove pywxrc %{_bindir}/pywxrc-%{python2_bin_suffix}
 fi
 
-%fdupes %buildroot/%_prefix
-
 %files
 %defattr(-,root,root)
 %doc wxPython/docs/*.txt wxPython/docs/*.html wxPython/docs/screenshots 
wxPython/licence




commit python-wxWidgets-3_0 for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package python-wxWidgets-3_0 for 
openSUSE:Factory checked in at 2018-03-08 10:41:20

Comparing /work/SRC/openSUSE:Factory/python-wxWidgets-3_0 (Old)
 and  /work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new (New)


Package is "python-wxWidgets-3_0"

Thu Mar  8 10:41:20 2018 rev:7 rq:582224 version:3.0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wxWidgets-3_0/python-wxWidgets-3_0.changes
2017-11-10 14:37:49.238547208 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new/python-wxWidgets-3_0.changes
   2018-03-08 10:41:20.752230764 +0100
@@ -1,0 +2,5 @@
+Thu Mar  1 03:08:01 UTC 2018 - toddrme2...@gmail.com
+
+- Use update-alternatives to avoid conflicts with python3 version.
+
+---



Other differences:
--
++ python-wxWidgets-3_0.spec ++
--- /var/tmp/diff_new_pack.oL7yqN/_old  2018-03-08 10:41:21.676197495 +0100
+++ /var/tmp/diff_new_pack.oL7yqN/_new  2018-03-08 10:41:21.680197351 +0100
@@ -42,6 +42,7 @@
 BuildRequires:  perl
 BuildRequires:  python2-devel
 BuildRequires:  python2-xml
+BuildRequires:  python-rpm-macros
 BuildRequires:  wxWidgets-3_0-devel
 BuildRequires:  xz
 #Requires:   wxWidgets-3_0 = %(rpm -q --qf="%%VERSION" wxWidgets-3_0)
@@ -58,6 +59,8 @@
 Provides:   python2-wxWidgets = %version
 Conflicts:  otherproviders(python-wxWidgets)
 Conflicts:  otherproviders(python2-wxWidgets)
+Requires(post):   update-alternatives
+Requires(postun):  update-alternatives
 
 %description
 wxWidgets is a free C++ library for cross-platform GUI.
@@ -121,12 +124,74 @@
LNG="${LNG_DIR##*/}"
echo "%%lang($LNG) %%py_sitedir${LNG_DIR#%buildroot/%py_sitedir}" 
>>Editra.lang
 done
+
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+for f in pywxrc editra helpviewer img2png img2py img2xpm pyalacarte pyalamode 
pycrust pyshell pywrap xrced ; do
+mv %{buildroot}%{_bindir}/${f} 
%{buildroot}%{_bindir}/${f}-%{python2_bin_suffix}
+ln -s -f %{_sysconfdir}/alternatives/${f} %{buildroot}%{_bindir}/${f}
+done
+%fdupes %buildroot/%_prefix
+
+%post
+update-alternatives --install %{_bindir}/pywxrc pywxrc 
%{_bindir}/pywxrc-%{python2_bin_suffix} %{python2_version_nodots} \
+--slave %{_bindir}/editra editra %{_bindir}/editra-%{python2_bin_suffix} \
+--slave %{_bindir}/helpviewer helpviewer 
%{_bindir}/helpviewer-%{python2_bin_suffix} \
+--slave %{_bindir}/img2png img2png 
%{_bindir}/img2png-%{python2_bin_suffix} \
+--slave %{_bindir}/img2py img2py %{_bindir}/img2py-%{python2_bin_suffix} \
+--slave %{_bindir}/img2xpm img2xpm 
%{_bindir}/img2xpm-%{python2_bin_suffix} \
+--slave %{_bindir}/pyalacarte pyalacarte 
%{_bindir}/pyalacarte-%{python2_bin_suffix} \
+--slave %{_bindir}/pyalamode pyalamode 
%{_bindir}/pyalamode-%{python2_bin_suffix} \
+--slave %{_bindir}/pycrust pycrust 
%{_bindir}/pycrust-%{python2_bin_suffix} \
+--slave %{_bindir}/pyshell pyshell 
%{_bindir}/pyshell-%{python2_bin_suffix} \
+--slave %{_bindir}/pywrap pywrap %{_bindir}/pywrap-%{python2_bin_suffix} \
+--slave %{_bindir}/xrced xrced %{_bindir}/xrced-%{python2_bin_suffix} \
+
+%postun
+if [ ! -f %{_bindir}/pywxrc ] ; then
+   update-alternatives --remove pywxrc %{_bindir}/pywxrc-%{python2_bin_suffix}
+fi
+
 %fdupes %buildroot/%_prefix
 
 %files
 %defattr(-,root,root)
 %doc wxPython/docs/*.txt wxPython/docs/*.html wxPython/docs/screenshots 
wxPython/licence
-%_bindir/*
+%{_bindir}/editra
+%{_bindir}/helpviewer
+%{_bindir}/img2png
+%{_bindir}/img2py
+%{_bindir}/img2xpm
+%{_bindir}/pyalacarte
+%{_bindir}/pyalamode
+%{_bindir}/pycrust
+%{_bindir}/pyshell
+%{_bindir}/pywrap
+%{_bindir}/pywxrc
+%{_bindir}/xrced
+%{_bindir}/editra-%{python2_bin_suffix}
+%{_bindir}/helpviewer-%{python2_bin_suffix}
+%{_bindir}/img2png-%{python2_bin_suffix}
+%{_bindir}/img2py-%{python2_bin_suffix}
+%{_bindir}/img2xpm-%{python2_bin_suffix}
+%{_bindir}/pyalacarte-%{python2_bin_suffix}
+%{_bindir}/pyalamode-%{python2_bin_suffix}
+%{_bindir}/pycrust-%{python2_bin_suffix}
+%{_bindir}/pyshell-%{python2_bin_suffix}
+%{_bindir}/pywrap-%{python2_bin_suffix}
+%{_bindir}/pywxrc-%{python2_bin_suffix}
+%{_bindir}/xrced-%{python2_bin_suffix}
+%ghost %{_sysconfdir}/alternatives/editra
+%ghost %{_sysconfdir}/alternatives/helpviewer
+%ghost %{_sysconfdir}/alternatives/img2png
+%ghost %{_sysconfdir}/alternatives/img2py
+%ghost %{_sysconfdir}/alternatives/img2xpm
+%ghost %{_sysconfdir}/alternatives/pyalacarte
+%ghost %{_sysconfdir}/alternatives/pyalamode
+%ghost %{_sysconfdir}/alternatives/pycrust
+%ghost %{_sysconfdir}/alternatives/pyshell
+%ghost %{_sysconfdir}/alternatives/pywrap
+%ghost %{_sysconfdir}/alternatives/pywxrc
+%ghost %{_sysconf

commit python-wxWidgets-3_0 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package python-wxWidgets-3_0 for 
openSUSE:Factory checked in at 2017-11-10 14:37:46

Comparing /work/SRC/openSUSE:Factory/python-wxWidgets-3_0 (Old)
 and  /work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new (New)


Package is "python-wxWidgets-3_0"

Fri Nov 10 14:37:46 2017 rev:6 rq:538794 version:3.0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wxWidgets-3_0/python-wxWidgets-3_0.changes
2017-02-21 13:49:46.949149142 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new/python-wxWidgets-3_0.changes
   2017-11-10 14:37:49.238547208 +0100
@@ -1,0 +2,7 @@
+Fri Nov  3 12:19:45 UTC 2017 - mplus...@suse.com
+
+- Explicitly require python2
+- Provide naming consistent with python singlespec
+- Do not use py_requires as it is not needed anymore
+
+---



Other differences:
--
++ python-wxWidgets-3_0.spec ++
--- /var/tmp/diff_new_pack.sMQicH/_old  2017-11-10 14:37:50.990483892 +0100
+++ /var/tmp/diff_new_pack.sMQicH/_new  2017-11-10 14:37:50.994483748 +0100
@@ -40,8 +40,8 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  perl
-BuildRequires:  python-devel
-BuildRequires:  python-xml
+BuildRequires:  python2-devel
+BuildRequires:  python2-xml
 BuildRequires:  wxWidgets-3_0-devel
 BuildRequires:  xz
 #Requires:   wxWidgets-3_0 = %(rpm -q --qf="%%VERSION" wxWidgets-3_0)
@@ -55,8 +55,9 @@
 # In fact it should be >= %version but only version < 3.1
 Recommends: %name-lang = %version
 Provides:   python-wxWidgets = %version
+Provides:   python2-wxWidgets = %version
 Conflicts:  otherproviders(python-wxWidgets)
-%py_requires
+Conflicts:  otherproviders(python2-wxWidgets)
 
 %description
 wxWidgets is a free C++ library for cross-platform GUI.
@@ -101,7 +102,7 @@
 mkdir -p include/wx
 mv wxpyinc include/wx/wxPython
 
-python setup.py build
+python2 setup.py build
 popd
 
 %install
@@ -111,7 +112,7 @@
 # The version mismatch causes a warning, but it might be fine if we ensure that
 # the python module runs against the precise version *it was built with*.
 pushd wxPython/
-python setup.py install --prefix="%_prefix" --root="%buildroot"
+python2 setup.py install --prefix="%_prefix" --root="%buildroot"
 popd
 
 # Create %%lang tags for mo files in non-standard path:




commit python-wxWidgets-3_0 for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package python-wxWidgets-3_0 for 
openSUSE:Factory checked in at 2017-02-21 13:49:39

Comparing /work/SRC/openSUSE:Factory/python-wxWidgets-3_0 (Old)
 and  /work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new (New)


Package is "python-wxWidgets-3_0"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wxWidgets-3_0/python-wxWidgets-3_0.changes
2015-02-24 13:06:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new/python-wxWidgets-3_0.changes
   2017-02-21 13:49:46.949149142 +0100
@@ -1,0 +2,6 @@
+Fri Feb 17 13:28:37 UTC 2017 - jeng...@inai.de
+
+- Eliminate ancient bundled headers from build procedure that
+  caused ABI mismatches [boo#953017, boo#1022819, boo#1023841].
+
+---



Other differences:
--
++ python-wxWidgets-3_0.spec ++
--- /var/tmp/diff_new_pack.fyWJ3a/_old  2017-02-21 13:49:48.308957767 +0100
+++ /var/tmp/diff_new_pack.fyWJ3a/_new  2017-02-21 13:49:48.312957204 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wxWidgets-3_0
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -94,6 +94,13 @@
 
 %build
 pushd wxPython/
+
+# kill off outdated header copies, use system headers instead
+mv include/wx/wxPython wxpyinc
+rm -Rf include/wx/
+mkdir -p include/wx
+mv wxpyinc include/wx/wxPython
+
 python setup.py build
 popd
 




commit python-wxWidgets-3_0 for openSUSE:Factory

2015-02-24 Thread h_root
Hello community,

here is the log from the commit of package python-wxWidgets-3_0 for 
openSUSE:Factory checked in at 2015-02-24 13:02:24

Comparing /work/SRC/openSUSE:Factory/python-wxWidgets-3_0 (Old)
 and  /work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new (New)


Package is "python-wxWidgets-3_0"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wxWidgets-3_0/python-wxWidgets-3_0.changes
2015-01-20 12:35:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new/python-wxWidgets-3_0.changes
   2015-02-24 13:06:53.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb 17 22:31:18 UTC 2015 - jeng...@inai.de
+
+- Devel package should also use a otherproviders() conflict type.
+- Devel package has to require main package
+  (from dmitr...@opensuse.org).
+
+---



Other differences:
--
++ python-wxWidgets-3_0.spec ++
--- /var/tmp/diff_new_pack.RmvzeJ/_old  2015-02-24 13:06:54.0 +0100
+++ /var/tmp/diff_new_pack.RmvzeJ/_new  2015-02-24 13:06:54.0 +0100
@@ -65,8 +65,9 @@
 %package devel
 Summary:Everything needed for development with wxPython
 Group:  Development/Languages/Python
+Requires:   %name = %version
 Provides:   python-wxWidgets-devel = %version
-Conflicts:  python-wxWidgets-devel < %version
+Conflicts:  otherproviders(python-wxWidgets-devel)
 
 %description devel
 wxWidgets is a free C++ library for cross-platform GUI development.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-wxWidgets-3_0 for openSUSE:Factory

2015-01-20 Thread h_root
Hello community,

here is the log from the commit of package python-wxWidgets-3_0 for 
openSUSE:Factory checked in at 2015-01-20 12:32:48

Comparing /work/SRC/openSUSE:Factory/python-wxWidgets-3_0 (Old)
 and  /work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new (New)


Package is "python-wxWidgets-3_0"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wxWidgets-3_0/python-wxWidgets-3_0.changes
2014-10-01 11:23:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new/python-wxWidgets-3_0.changes
   2015-01-20 12:35:21.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 12 15:10:16 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 3.0.2.0
+  * Bugfix release, see CHANGES.txt for details.
+
+---

Old:

  wxPython-3.0.1.1.tar.xz

New:

  wxPython-3.0.2.0.tar.xz



Other differences:
--
++ python-wxWidgets-3_0.spec ++
--- /var/tmp/diff_new_pack.cR5lxU/_old  2015-01-20 12:35:27.0 +0100
+++ /var/tmp/diff_new_pack.cR5lxU/_new  2015-01-20 12:35:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wxWidgets-3_0
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   python-wxWidgets-3_0
 %define srcname wxPython
-Version:3.0.1.1
+Version:3.0.2.0
 Release:0
 Summary:Python Bindings for wxWidgets
 License:GPL-2.0+

++ wxPython-3.0.1.1.tar.xz -> wxPython-3.0.2.0.tar.xz ++
/work/SRC/openSUSE:Factory/python-wxWidgets-3_0/wxPython-3.0.1.1.tar.xz 
/work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new/wxPython-3.0.2.0.tar.xz 
differ: char 27, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-wxWidgets-3_0 for openSUSE:Factory

2014-10-01 Thread h_root
Hello community,

here is the log from the commit of package python-wxWidgets-3_0 for 
openSUSE:Factory checked in at 2014-10-01 11:23:22

Comparing /work/SRC/openSUSE:Factory/python-wxWidgets-3_0 (Old)
 and  /work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new (New)


Package is "python-wxWidgets-3_0"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wxWidgets-3_0/python-wxWidgets-3_0.changes
2014-09-05 09:34:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new/python-wxWidgets-3_0.changes
   2014-10-01 11:23:43.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 30 14:16:19 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 3.0.1.1
+  * Bugfix release, see CHANGES.txt for details.
+
+---

Old:

  wxPython-3.0.0.0.tar.xz

New:

  wxPython-3.0.1.1.tar.xz



Other differences:
--
++ python-wxWidgets-3_0.spec ++
--- /var/tmp/diff_new_pack.yCIYpZ/_old  2014-10-01 11:23:47.0 +0200
+++ /var/tmp/diff_new_pack.yCIYpZ/_new  2014-10-01 11:23:47.0 +0200
@@ -18,12 +18,12 @@
 
 Name:   python-wxWidgets-3_0
 %define srcname wxPython
-Version:3.0.0.0
+Version:3.0.1.1
 Release:0
 Summary:Python Bindings for wxWidgets
 License:GPL-2.0+
 Group:  Development/Languages/Python
-URL:http://www.wxpython.org/
+Url:http://www.wxpython.org/
 %define wx_version %(echo "%version" | perl -pe 's{\\.\\d+\\.\\d+$}{}')
 %define wx_release %(echo "%version" | perl -pe 's{\\.\\d+$}{}')
 
@@ -36,7 +36,7 @@
 Source3:extract-source.sh
 Source4:pre_checkin.sh
 Patch1: wxPython-platlib.patch
-BuildRoot:  %_tmppath/%name-%version-build
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  perl

++ wxPython-3.0.0.0.tar.xz -> wxPython-3.0.1.1.tar.xz ++
/work/SRC/openSUSE:Factory/python-wxWidgets-3_0/wxPython-3.0.0.0.tar.xz 
/work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new/wxPython-3.0.1.1.tar.xz 
differ: char 26, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org