commit SDLmm for openSUSE:Factory

2015-01-09 Thread h_root
Hello community,

here is the log from the commit of package SDLmm for openSUSE:Factory checked 
in at 2015-01-09 20:50:44

Comparing /work/SRC/openSUSE:Factory/SDLmm (Old)
 and  /work/SRC/openSUSE:Factory/.SDLmm.new (New)


Package is SDLmm

Changes:

--- /work/SRC/openSUSE:Factory/SDLmm/SDLmm.changes  2013-11-12 
15:22:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.SDLmm.new/SDLmm.changes 2015-01-09 
20:50:53.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  8 11:04:11 UTC 2015 - jeng...@inai.de
+
+- Improve package summary and description. Drop --with-pic which
+  is enabled implicitly anyway.
+
+---



Other differences:
--
++ SDLmm.spec ++
--- /var/tmp/diff_new_pack.sziaHZ/_old  2015-01-09 20:50:54.0 +0100
+++ /var/tmp/diff_new_pack.sziaHZ/_new  2015-01-09 20:50:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDLmm
 #
-# Copyright (c) 2013 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
@@ -17,23 +17,24 @@
 
 
 Name:   SDLmm
-Summary:Simple DirectMedia Layer Glue for C++
-License:LGPL-2.1+
-Group:  Development/Libraries/X11
+%define lname  libSDLmm-0_1-8
 Version:0.1.8
 Release:0
+Summary:C++ glue API for Simple DirectMedia Layer
+License:LGPL-2.1+
+Group:  Development/Libraries/X11
 Url:http://sdlmm.sf.net/
 
-Source: %{name}-%{version}.tar.bz2
+Source: http://downloads.sf.net/sdlmm/%name-%version.tar.bz2
 Source2:baselibs.conf
-Patch:  %{name}-%{version}.patch
-Patch1: %{name}-%{version}-lib64.patch
-Patch2: %{name}-%{version}-autoheader.patch
-Patch3: %{name}-%{version}-m4.patch
-Patch4: %{name}-%{version}-makefile.patch
+Patch:  %name-%version.patch
+Patch1: %name-%version-lib64.patch
+Patch2: %name-%version-autoheader.patch
+Patch3: %name-%version-m4.patch
+Patch4: %name-%version-makefile.patch
 BuildRequires:  gcc-c++
-BuildRequires:  libSDL-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig(sdl)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,26 +43,26 @@
 also aims to be as platform independent as possible. In other words, it
 tries to support every platform that SDL supports.
 
-%package -n libSDLmm-0_1-8
-Summary:Simple DirectMedia Layer Glue for C++
+%package -n %lname
+Summary:Simple DirectMedia Layer C++ glue library
 Group:  System/Libraries
-Provides:   SDLmm = %{version}
-Obsoletes:  SDLmm = %{version}
+Provides:   SDLmm = %version
+Obsoletes:  SDLmm = %version
 
-%description -n libSDLmm-0_1-8
+%description -n %lname
 SDLmm aims to stay as close as possible to the C API while taking
 advantage of native C++ features like object oriented programming. It
 also aims to be as platform independent as possible. In other words, it
 tries to support every platform that SDL supports.
 
 %package -n libSDLmm-devel
-Summary:Libraries, includes and more to develop SDLmm applications
+Summary:Development files for the SDL C++ API layer
 Group:  Development/Libraries/X11
+Requires:   %lname = %version
 Requires:   libSDL-devel
-Requires:   libSDLmm-0_1-8 = %{version}
 Requires:   libstdc++-devel
-Provides:   SDLmm-devel = %{version}
-Obsoletes:  SDLmm-devel = %{version}
+Provides:   SDLmm-devel = %version
+Obsoletes:  SDLmm-devel = %version
 
 %description -n libSDLmm-devel
 SDLmm aims to stay as close as possible to the C API while taking
@@ -81,32 +82,28 @@
 
 %build
 autoreconf -fi
-%configure \
---disable-static \
---with-pic
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot}
-rm -f %{buildroot}%{_libdir}/*.la
-rm -f docs/html/Makefil*
-
-%post -n libSDLmm-0_1-8 -p /sbin/ldconfig
+%make_install
+rm -f %buildroot/%_libdir/*.la docs/html/Makefil*
 
-%postun -n libSDLmm-0_1-8 -p /sbin/ldconfig
+%post   -n %lname -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files -n libSDLmm-0_1-8
+%files -n %lname
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README THANKS
-%{_libdir}/*.so.*
+%_libdir/*.so.*
 
 %files -n libSDLmm-devel
 %defattr(-,root,root)
 %doc docs/html
-%{_bindir}/sdlmm-config
-%{_includedir}/SDLmm
-%{_libdir}/*.so
-%{_mandir}/man3/*
-%{_datadir}/aclocal/*
+%_bindir/sdlmm-config
+%_includedir/SDLmm
+%_libdir/*.so
+%_mandir/man3/*
+%_datadir/aclocal/*
 
 

commit SDLmm for openSUSE:Factory

2013-11-12 Thread h_root
Hello community,

here is the log from the commit of package SDLmm for openSUSE:Factory checked 
in at 2013-11-12 15:22:56

Comparing /work/SRC/openSUSE:Factory/SDLmm (Old)
 and  /work/SRC/openSUSE:Factory/.SDLmm.new (New)


Package is SDLmm

Changes:

--- /work/SRC/openSUSE:Factory/SDLmm/SDLmm.changes  2011-11-16 
17:22:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.SDLmm.new/SDLmm.changes 2013-11-12 
15:22:57.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 11 04:19:24 UTC 2013 - jeng...@inai.de
+
+- Set RPM groups to the same values as on the main SDL packages
+
+---



Other differences:
--
++ SDLmm.spec ++
--- /var/tmp/diff_new_pack.LrP2EM/_old  2013-11-12 15:22:58.0 +0100
+++ /var/tmp/diff_new_pack.LrP2EM/_new  2013-11-12 15:22:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDLmm
 #
-# Copyright (c) 2011 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
@@ -16,12 +16,14 @@
 #
 
 
-
 Name:   SDLmm
-BuildRequires:  gcc-c++ libSDL-devel libtool
 Summary:Simple DirectMedia Layer Glue for C++
+License:LGPL-2.1+
+Group:  Development/Libraries/X11
 Version:0.1.8
-Release:1152
+Release:0
+Url:http://sdlmm.sf.net/
+
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch:  %{name}-%{version}.patch
@@ -29,9 +31,9 @@
 Patch2: %{name}-%{version}-autoheader.patch
 Patch3: %{name}-%{version}-m4.patch
 Patch4: %{name}-%{version}-makefile.patch
-Url:http://sdlmm.sourceforge.net/
-License:LGPL-2.1+
-Group:  System/Libraries
+BuildRequires:  gcc-c++
+BuildRequires:  libSDL-devel
+BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,9 +43,8 @@
 tries to support every platform that SDL supports.
 
 %package -n libSDLmm-0_1-8
-Group:  System/Libraries
 Summary:Simple DirectMedia Layer Glue for C++
-License:LGPL-2.1+
+Group:  System/Libraries
 Provides:   SDLmm = %{version}
 Obsoletes:  SDLmm = %{version}
 
@@ -54,10 +55,11 @@
 tries to support every platform that SDL supports.
 
 %package -n libSDLmm-devel
-License:LGPL-2.1+
 Summary:Libraries, includes and more to develop SDLmm applications
 Group:  Development/Libraries/X11
-Requires:   libSDLmm-0_1-8 = %{version} libSDL-devel libstdc++-devel
+Requires:   libSDL-devel
+Requires:   libSDLmm-0_1-8 = %{version}
+Requires:   libstdc++-devel
 Provides:   SDLmm-devel = %{version}
 Obsoletes:  SDLmm-devel = %{version}
 

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



commit SDLmm for openSUSE:Factory

2011-11-16 Thread h_root
Hello community,

here is the log from the commit of package SDLmm for openSUSE:Factory checked 
in at 2011-11-16 17:21:30

Comparing /work/SRC/openSUSE:Factory/SDLmm (Old)
 and  /work/SRC/openSUSE:Factory/.SDLmm.new (New)


Package is SDLmm, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/SDLmm/SDLmm.changes  2011-10-04 
18:06:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.SDLmm.new/SDLmm.changes 2011-11-16 
17:22:40.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 13:11:00 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ SDLmm.spec ++
--- /var/tmp/diff_new_pack.ktCjxO/_old  2011-11-16 17:22:41.0 +0100
+++ /var/tmp/diff_new_pack.ktCjxO/_new  2011-11-16 17:22:41.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   SDLmm
-BuildRequires:  gcc-c++ libSDL-devel
+BuildRequires:  gcc-c++ libSDL-devel libtool
 Summary:Simple DirectMedia Layer Glue for C++
 Version:0.1.8
 Release:1152

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



commit SDLmm for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package SDLmm for openSUSE:Factory
checked in at Tue Oct 4 18:06:15 CEST 2011.




--- openSUSE:Factory/SDLmm/SDLmm.changes2011-09-23 01:51:16.0 
+0200
+++ /mounts/work_src_done/STABLE/SDLmm/SDLmm.changes2011-09-17 
12:24:57.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 10:24:52 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ SDLmm.spec ++
--- /var/tmp/diff_new_pack.9MmNO3/_old  2011-10-04 18:06:11.0 +0200
+++ /var/tmp/diff_new_pack.9MmNO3/_new  2011-10-04 18:06:11.0 +0200
@@ -40,13 +40,6 @@
 also aims to be as platform independent as possible. In other words, it
 tries to support every platform that SDL supports.
 
-
-
-Authors:
-
-David Hedbor da...@hedbor.org
-Adam Gates ra...@xoasis.com
-
 %package -n libSDLmm-0_1-8
 Group:  System/Libraries
 Summary:Simple DirectMedia Layer Glue for C++
@@ -60,13 +53,6 @@
 also aims to be as platform independent as possible. In other words, it
 tries to support every platform that SDL supports.
 
-
-
-Authors:
-
-David Hedbor da...@hedbor.org
-Adam Gates ra...@xoasis.com
-
 %package -n libSDLmm-devel
 License:LGPLv2.1+
 Summary:Libraries, includes and more to develop SDLmm applications
@@ -81,13 +67,6 @@
 aim at being platform independent as much as possible. I.e we'll try to
 support ever platform supported by SDL.
 
-
-
-Authors:
-
-David Hedbor da...@hedbor.org
-Adam Gates ra...@xoasis.com
-
 %prep
 %setup -q
 %patch

continue with q...



Remember to have fun...

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



commit SDLmm for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package SDLmm for openSUSE:Factory
checked in at Mon Sep 19 15:30:28 CEST 2011.




--- SDLmm/SDLmm.changes 2011-07-02 16:54:37.0 +0200
+++ /mounts/work_src_done/STABLE/SDLmm/SDLmm.changes2011-09-17 
00:17:16.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 16 18:26:52 UTC 2011 - jeng...@medozas.de
+
+- Add libSDLmm-devel to baselibs
+- Remove redundant tags
+
+---

calling whatdependson for head-i586




Other differences:
--
++ SDLmm.spec ++
--- /var/tmp/diff_new_pack.C5XZWX/_old  2011-09-19 15:30:24.0 +0200
+++ /var/tmp/diff_new_pack.C5XZWX/_new  2011-09-19 15:30:24.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   SDLmm

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.C5XZWX/_old  2011-09-19 15:30:24.0 +0200
+++ /var/tmp/diff_new_pack.C5XZWX/_new  2011-09-19 15:30:24.0 +0200
@@ -1,3 +1,6 @@
 libSDLmm-0_1-8
   provides SDLmm-targettype = version
   obsoletes SDLmm-targettype = version
+libSDLmm-devel
+  requires -libSDLmm-targettype
+  requires libSDLmm-0_1-8-targettype = version






Remember to have fun...

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



commit SDLmm for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package SDLmm for openSUSE:Factory
checked in at Mon Sep 5 18:09:43 CEST 2011.




--- SDLmm/SDLmm.changes 2010-01-27 02:46:58.0 +0100
+++ SDLmm/SDLmm.changes 2011-07-02 16:54:37.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul  2 14:54:23 UTC 2011 - jeng...@medozas.de
+
+- Use %_smp_mflags for parallel building
+- Strip %clean section (not needed on BS)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ SDLmm.spec ++
--- /var/tmp/diff_new_pack.rA5jFZ/_old  2011-09-05 18:01:23.0 +0200
+++ /var/tmp/diff_new_pack.rA5jFZ/_new  2011-09-05 18:01:23.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package SDLmm (Version 0.1.8)
+# spec file for package SDLmm
 #
-# 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
@@ -22,7 +22,7 @@
 BuildRequires:  gcc-c++ libSDL-devel
 Summary:Simple DirectMedia Layer Glue for C++
 Version:0.1.8
-Release:1142
+Release:1152
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch:  %{name}-%{version}.patch
@@ -104,16 +104,13 @@
 %configure \
 --disable-static \
 --with-pic
-make %{?jobs:-j %jobs}
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot}
 rm -f %{buildroot}%{_libdir}/*.la
 rm -f docs/html/Makefil*
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libSDLmm-0_1-8 -p /sbin/ldconfig
 
 %postun -n libSDLmm-0_1-8 -p /sbin/ldconfig






Remember to have fun...

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