Hello community,

here is the log from the commit of package wxWidgets for openSUSE:Factory 
checked in at 2013-05-03 13:52:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wxWidgets (Old)
 and      /work/SRC/openSUSE:Factory/.wxWidgets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wxWidgets"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets-ansi.changes 2012-11-02 
17:44:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets-ansi.changes    
2013-05-03 13:52:59.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Apr 29 12:19:09 UTC 2013 - mhruse...@suse.com
+
+- add libXt-devel buildrequires to fix Factory build
+
+-------------------------------------------------------------------
+Sun Mar 24 19:11:59 UTC 2013 - jeng...@inai.de
+
+- Update dependencies for wxWidgets-devel: Mesa no longer bundles GL
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets-wxcontainer.changes  
2012-11-02 17:44:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets-wxcontainer.changes     
2013-05-03 13:52:59.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Apr 29 12:20:22 UTC 2013 - mhruse...@suse.com
+
+- add libXt-devel buildrequires to fix Factory build
+
+-------------------------------------------------------------------
+Sun Mar 24 19:11:59 UTC 2013 - jeng...@inai.de
+
+- Update dependencies for wxWidgets-devel: Mesa no longer bundles GL
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets-wxcontainer24c.changes       
2012-11-02 17:44:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets-wxcontainer24c.changes  
2013-05-03 13:52:59.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Apr 29 12:20:36 UTC 2013 - mhruse...@suse.com
+
+- add libXt-devel buildrequires to fix Factory build
+
+-------------------------------------------------------------------
+Sun Mar 24 19:11:59 UTC 2013 - jeng...@inai.de
+
+- Update dependencies for wxWidgets-devel: Mesa no longer bundles GL
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets.changes      2012-11-02 
17:44:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets.changes 2013-05-03 
13:52:59.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Apr 29 12:20:08 UTC 2013 - mhruse...@suse.com
+
+- add libXt-devel buildrequires to fix Factory build
+
+-------------------------------------------------------------------
+Sun Mar 24 19:11:59 UTC 2013 - jeng...@inai.de
+
+- Update dependencies for wxWidgets-devel: Mesa no longer bundles GL
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wxWidgets-ansi.spec ++++++
--- /var/tmp/diff_new_pack.RIRwVI/_old  2013-05-03 13:53:01.000000000 +0200
+++ /var/tmp/diff_new_pack.RIRwVI/_new  2013-05-03 13:53:01.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxWidgets-ansi
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -45,21 +45,6 @@
 %if ! %ENABLE_UNICODE
 %define ENABLE_STL 0
 %endif
-BuildRequires:  SDL-devel
-BuildRequires:  autoconf
-BuildRequires:  cppunit-devel
-BuildRequires:  esound-devel
-BuildRequires:  gcc-c++
-BuildRequires:  gconf2-devel
-BuildRequires:  gnome-vfs2-devel
-BuildRequires:  gstreamer-0_10-devel
-BuildRequires:  gstreamer-0_10-plugins-base-devel
-BuildRequires:  gtk2-devel
-BuildRequires:  libexpat-devel
-BuildRequires:  libgnomeprintui-devel
-BuildRequires:  libmspack-devel
-BuildRequires:  libtiff-devel
-BuildRequires:  pkgconfig(glu)
 Version:        2.8.12
 Release:        0
 %define wx_minor %(echo %{version} | sed 's/\.[0-9][0-9]*$//')
@@ -110,6 +95,8 @@
 Summary:        C++ Library for Cross-Platform Development
 License:        GPL-2.0+
 Group:          System/Libraries
+Url:            http://www.wxwidgets.org/
+
 Source:         %{tarball_name}-%{version}.tar.bz2
 Source1:        README.SUSE
 Source2:        virtual-package.README
@@ -119,8 +106,6 @@
 # This script is not used during build, but it makes possible to
 # identify and backport wxPython fixes to wxWidgets.
 Source6:        wxpython-mkdiff.sh
-Url:            http://www.wxwidgets.org/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Patch0:         wxGTK-2.6.3.3-decl.patch
 Patch1:         wxGTK-enable-wxrc.patch
 # PATCH-FEATURE-OPENSUSE wxWidgets-config-force-rpath.patch sbra...@suse.cz -- 
Force rpath use for installed libraries.
@@ -131,6 +116,25 @@
 Patch4:         wxWidgets-find-wx-provides-bash3.patch
 # PATCH-FIX-UPSTREAM wxWidgets-to-wxpython-2.8.12.1.patch sbra...@suse.cz -- 
wxPython changes backport.
 Patch5:         wxWidgets-to-wxpython-2.8.12.1.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  SDL-devel
+BuildRequires:  autoconf
+BuildRequires:  cppunit-devel
+BuildRequires:  esound-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gconf2-devel
+BuildRequires:  gnome-vfs2-devel
+BuildRequires:  gstreamer-0_10-devel
+BuildRequires:  gstreamer-0_10-plugins-base-devel
+BuildRequires:  gtk2-devel
+%if 0%?suse_version > 1230
+BuildRequires:  libXt-devel
+%endif
+BuildRequires:  libexpat-devel
+BuildRequires:  libgnomeprintui-devel
+BuildRequires:  libmspack-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  pkgconfig(glu)
 # We cannot use standard Requires/Provides, as we can have several instances 
of the library with the same soname.
 %define _use_internal_dependency_generator 0
 
@@ -716,8 +720,8 @@
 Requires:       libwx_gtk2%{WXFLAGS}_fl-2_8-0-%{wx_variant} = %{version}
 Requires:       libwx_gtk2%{WXFLAGS}_ogl-2_8-0-%{wx_variant} = %{version}
 %endif
-Requires:       Mesa-devel
 Requires:       gtk2-devel
+Requires:       pkgconfig(gl)
 Requires:       pkgconfig(glu)
 Provides:       wxWidgets-devel = %{version}
 Conflicts:      otherproviders(wxWidgets-devel)

wxWidgets-wxcontainer.spec: same change
wxWidgets-wxcontainer24c.spec: same change
++++++ wxWidgets.spec ++++++
--- /var/tmp/diff_new_pack.RIRwVI/_old  2013-05-03 13:53:01.000000000 +0200
+++ /var/tmp/diff_new_pack.RIRwVI/_new  2013-05-03 13:53:01.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxWidgets
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -45,21 +45,6 @@
 %if ! %ENABLE_UNICODE
 %define ENABLE_STL 0
 %endif
-BuildRequires:  SDL-devel
-BuildRequires:  autoconf
-BuildRequires:  cppunit-devel
-BuildRequires:  esound-devel
-BuildRequires:  gcc-c++
-BuildRequires:  gconf2-devel
-BuildRequires:  gnome-vfs2-devel
-BuildRequires:  gstreamer-0_10-devel
-BuildRequires:  gstreamer-0_10-plugins-base-devel
-BuildRequires:  gtk2-devel
-BuildRequires:  libexpat-devel
-BuildRequires:  libgnomeprintui-devel
-BuildRequires:  libmspack-devel
-BuildRequires:  libtiff-devel
-BuildRequires:  pkgconfig(glu)
 Version:        2.8.12
 Release:        0
 %define wx_minor %(echo %{version} | sed 's/\.[0-9][0-9]*$//')
@@ -110,6 +95,8 @@
 Summary:        C++ Library for Cross-Platform Development
 License:        GPL-2.0+
 Group:          System/Libraries
+Url:            http://www.wxwidgets.org/
+
 Source:         %{tarball_name}-%{version}.tar.bz2
 Source1:        README.SUSE
 Source2:        virtual-package.README
@@ -119,8 +106,6 @@
 # This script is not used during build, but it makes possible to
 # identify and backport wxPython fixes to wxWidgets.
 Source6:        wxpython-mkdiff.sh
-Url:            http://www.wxwidgets.org/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Patch0:         wxGTK-2.6.3.3-decl.patch
 Patch1:         wxGTK-enable-wxrc.patch
 # PATCH-FEATURE-OPENSUSE wxWidgets-config-force-rpath.patch sbra...@suse.cz -- 
Force rpath use for installed libraries.
@@ -131,6 +116,25 @@
 Patch4:         wxWidgets-find-wx-provides-bash3.patch
 # PATCH-FIX-UPSTREAM wxWidgets-to-wxpython-2.8.12.1.patch sbra...@suse.cz -- 
wxPython changes backport.
 Patch5:         wxWidgets-to-wxpython-2.8.12.1.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  SDL-devel
+BuildRequires:  autoconf
+BuildRequires:  cppunit-devel
+BuildRequires:  esound-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gconf2-devel
+BuildRequires:  gnome-vfs2-devel
+BuildRequires:  gstreamer-0_10-devel
+BuildRequires:  gstreamer-0_10-plugins-base-devel
+BuildRequires:  gtk2-devel
+%if 0%?suse_version > 1230
+BuildRequires:  libXt-devel
+%endif
+BuildRequires:  libexpat-devel
+BuildRequires:  libgnomeprintui-devel
+BuildRequires:  libmspack-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  pkgconfig(glu)
 # We cannot use standard Requires/Provides, as we can have several instances 
of the library with the same soname.
 %define _use_internal_dependency_generator 0
 
@@ -716,8 +720,8 @@
 Requires:       libwx_gtk2%{WXFLAGS}_fl-2_8-0-%{wx_variant} = %{version}
 Requires:       libwx_gtk2%{WXFLAGS}_ogl-2_8-0-%{wx_variant} = %{version}
 %endif
-Requires:       Mesa-devel
 Requires:       gtk2-devel
+Requires:       pkgconfig(gl)
 Requires:       pkgconfig(glu)
 Provides:       wxWidgets-devel = %{version}
 Conflicts:      otherproviders(wxWidgets-devel)

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

Reply via email to