Hello community,

here is the log from the commit of package clanlib for openSUSE:Factory
checked in at Thu Aug 4 10:31:11 CEST 2011.



--------
--- clanlib/clanlib.changes     2010-03-13 14:44:10.000000000 +0100
+++ /mounts/work_src_done/STABLE/clanlib/clanlib.changes        2011-07-02 
19:21:42.000000000 +0200
@@ -1,0 +2,22 @@
+Sat Jul  2 16:36:18 UTC 2011 - [email protected]
+
+- Use %_smp_mflags for parallel building
+- Strip %clean section (not needed on BS)
+
+-------------------------------------------------------------------
+Thu Jun 16 13:32:08 CEST 2011 - [email protected]
+
+- Fix file list.
+- Fix copying of Examples.
+- Convert line endings in some text files.
+
+-------------------------------------------------------------------
+Sat Jun 11 14:33:38 UTC 2011 - [email protected]
+
+- Update to version 2.2.9:
+  * this is major version update (from 2.1.1 to 2.2.9).
+  * complete list of changes is available here:
+  http://clanlib.org/wiki/BreakingChanges and
+  here http://clanlib.org/wiki/ClanLib_2.2.9_Release_Notes
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  ClanLib-2.1.1.tar.bz2

New:
----
  ClanLib-2.2.9.tgz

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

Other differences:
------------------
++++++ clanlib.spec ++++++
--- /var/tmp/diff_new_pack.MwsMcg/_old  2011-08-04 10:30:36.000000000 +0200
+++ /var/tmp/diff_new_pack.MwsMcg/_new  2011-08-04 10:30:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package clanlib (Version 2.1.1)
+# spec file for package clanlib
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -16,16 +16,16 @@
 #
 
 
-%define clan_ver 2.1
+%define clan_ver 2.2
 
 Name:           clanlib
-Version:        2.1.1
+Version:        2.2.9
 Release:        1
 License:        Other uncritical OpenSource License
 Summary:        A Portable Interface for Writing Games
 Url:            http://www.clanlib.org/
 Group:          System/Libraries
-Source:         ClanLib-%{version}.tar.bz2
+Source:         ClanLib-%{version}.tgz
 BuildRequires:  Mesa-devel
 BuildRequires:  SDL-devel
 BuildRequires:  SDL_gfx-devel
@@ -45,6 +45,7 @@
 BuildRequires:  pcre-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  zlib-devel
+BuildRequires:  dos2unix
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -88,39 +89,40 @@
 
 %prep
 %setup -q -n ClanLib-%{version}
-rm -f Examples/*/*.{sln,vcproj}
+find Examples -name \*.sln -o -name \*.vcproj -o -name \*.vcxproj\* | xargs rm 
-f
+dos2unix Examples/Game/SpritesRTS/resources.xml 
Examples/Database/SQL/Database/create_database.sql \
+       Examples/3D/Chess3D/Resources/Sponza/readme.txt 
Examples/3D/Chess3D/Resources/skybox_fragment.glsl \
+       Examples/Game/Pacman/pacman.xml 
Examples/3D/Chess3D/Resources/skybox_vertex.glsl
 
 %build
-export CFLAGS="%{optflags} -fno-strict-aliasing"
+export CFLAGS="%{optflags}"
 export CXXFLAGS="$CFLAGS"
 %ifarch %ix86
 %configure --with-pic --disable-static --enable-asm386 --enable-docs
 %else
 %configure --with-pic --disable-static --disable-asm386 --enable-docs
 %endif
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
 rm -f %{buildroot}%{_libdir}/*.la
+mkdir -p %{buildroot}%{_datadir}/doc/clanlib-%{clan_ver}
 cp -a Examples %{buildroot}%{_datadir}/doc/clanlib-%{clan_ver}
 %fdupes %{buildroot}%{_datadir}/doc
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
-%doc COPYING CREDITS README UPGRADE.txt
+%doc COPYING CREDITS README
 %{_libdir}/libclan*.so.*
 
 %files devel
 %defattr(-, root, root)
-%doc CODING_STYLE PATCHES README.anjuta README.kdevelop TODO.txt
+%doc CODING_STYLE PATCHES
 %{_includedir}/*
 %{_libdir}/pkgconfig/*
 %{_libdir}/libclan*.so
@@ -132,6 +134,6 @@
 
 %files examples
 %defattr(-, root, root)
-%{_datadir}/doc/clanlib-%{clan_ver}/Examples/
+%{_datadir}/doc/clanlib-%{clan_ver}/Examples
 
 %changelog


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



Remember to have fun...

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

Reply via email to