Hello community,

here is the log from the commit of package SDL2_gfx for openSUSE:Factory 
checked in at 2014-06-30 21:45:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL2_gfx (Old)
 and      /work/SRC/openSUSE:Factory/.SDL2_gfx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL2_gfx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL2_gfx/SDL2_gfx.changes        2013-12-03 
16:12:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.SDL2_gfx.new/SDL2_gfx.changes   2014-06-30 
21:46:02.000000000 +0200
@@ -1,0 +2,14 @@
+Wed Jun 25 12:35:38 UTC 2014 - [email protected]
+
+- Disable MMX not only on i586, but also ppc64, armv7l, etc.
+
+-------------------------------------------------------------------
+Tue Jun 17 09:01:15 UTC 2014 - [email protected]
+
+- Update to new upstream release 1.0.1
+* Various minor and major fixes to drawing algorithms
+* Use of the SDLTest library for tests
+* pkg-config support.
+- Only disable MMX for i586 (x86_64 has it implied)
+
+-------------------------------------------------------------------

Old:
----
  SDL2_gfx-1.0.0.tar.gz

New:
----
  SDL2_gfx-1.0.1.tar.gz

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

Other differences:
------------------
++++++ SDL2_gfx.spec ++++++
--- /var/tmp/diff_new_pack.oAvcvP/_old  2014-06-30 21:46:03.000000000 +0200
+++ /var/tmp/diff_new_pack.oAvcvP/_new  2014-06-30 21:46:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL2_gfx
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,16 +17,17 @@
 
 
 Name:           SDL2_gfx
-Version:        1.0.0
+Version:        1.0.1
 Release:        0
 Summary:        SDL2 Graphics Routines for Primitives and Other Support 
Functions
 License:        Zlib
 Group:          Development/Libraries/X11
 
 Url:            http://www.ferzkopp.net/joomla/content/view/19/14/
-Source:         %{name}-%{version}.tar.gz
+Source:         http://www.ferzkopp.net/Software/SDL2_gfx/%name-%version.tar.gz
 Source1:        baselibs.conf
 BuildRequires:  libSDL2-devel
+BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,9 +44,7 @@
 %package -n libSDL2_gfx-devel
 Summary:        Libraries, includes and more to develop SDL2_gfx applications
 Group:          Development/Libraries/X11
-Requires:       libSDL2-devel
 Requires:       libSDL2_gfx-1_0-0 = %{version}
-Requires:       pkgconfig
 Provides:       SDL2_gfx-devel = %{version}
 
 %description -n libSDL2_gfx-devel
@@ -55,7 +54,11 @@
 %setup -q
 
 %build
-%configure --disable-static --with-pic --disable-mmx
+%configure --disable-static \
+%ifnarch x86_64
+       --disable-mmx \
+%endif
+       --with-pic
 make %{?_smp_mflags}
 
 %install
@@ -75,5 +78,6 @@
 %defattr(-,root,root)
 %{_includedir}/SDL2/
 %{_libdir}/lib*.so
+%_libdir/pkgconfig/*.pc
 
 %changelog

++++++ SDL2_gfx-1.0.0.tar.gz -> SDL2_gfx-1.0.1.tar.gz ++++++
++++ 15892 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to