Hello community,

here is the log from the commit of package palapeli for openSUSE:Factory 
checked in at 2013-01-07 11:07:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/palapeli (Old)
 and      /work/SRC/openSUSE:Factory/.palapeli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "palapeli", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/palapeli/palapeli.changes        2012-12-21 
09:10:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.palapeli.new/palapeli.changes   2013-01-07 
11:07:17.000000000 +0100
@@ -1,0 +2,13 @@
+Sun Jan  6 17:59:21 UTC 2013 - [email protected]
+
+- Added update-mime-database %post/%postun scripts for the mime file
+  installed by the package.
+- Added /sbin/ldconfig in %post/%postun (fix for rpmlint errors).
+
+-------------------------------------------------------------------
+Thu Jan  3 21:53:26 UTC 2013 - [email protected]
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+-------------------------------------------------------------------

Old:
----
  palapeli-4.9.95.tar.xz

New:
----
  palapeli-4.9.97.tar.xz

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

Other differences:
------------------
++++++ palapeli.spec ++++++
--- /var/tmp/diff_new_pack.xLbDmp/_old  2013-01-07 11:07:17.000000000 +0100
+++ /var/tmp/diff_new_pack.xLbDmp/_new  2013-01-07 11:07:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package palapeli
 #
-# 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
@@ -17,58 +17,73 @@
 
 
 Name:           palapeli
-BuildRequires:  libkdegames-devel
-BuildRequires:  xz
 Summary:        Jigsaw puzzle game
 License:        GPL-2.0+
 Group:          Amusements/Games/Board/Puzzle
 Url:            http://www.kde.org
-Version:        4.9.95
+Version:        4.9.97
 Release:        0
 Source0:        palapeli-%{version}.tar.xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libkdegames-devel
+BuildRequires:  xz
 Requires:       palapeli-data = %{version}
 %kde4_runtime_requires
+Requires(post): shared-mime-info
+Requires(postun): shared-mime-info
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Palapeli is a jigsaw puzzle game. Unlike other games in that genre, you are 
not limited to aligning pieces on imaginary grids. The pieces are freely 
moveable. Also, Palapeli features real persistency, i.e. everything you do is 
saved on your disk immediately
+Palapeli is a jigsaw puzzle game. Unlike other games in that genre, you are not
+limited to aligning pieces on imaginary grids. The pieces are freely moveable.
+Also, Palapeli features real persistency, i.e. everything you do is saved on
+your disk immediately.
 
 %package data
-Requires:       palapeli = %{version}
 Summary:        Palapeli's standard puzzle files
 Group:          System/GUI/KDE
+Requires:       palapeli = %{version}
 BuildArch:      noarch
 
 %description data
 This package contains the standard puzzle files for Palapeli.
 
 %package devel
-Requires:       palapeli = %{version}
 Summary:        Development package for Palapeli
-Group:          Amusements/Games/Board/Puzzle
+Group:          Development/Libraries/KDE
+Requires:       palapeli = %{version}
 
 %description devel
 This package contains the development files for Palapeli.
 
 %prep
-%setup -q -n palapeli-%{version}
+%setup -q
 
 %build
   %cmake_kde4 -d build
   %make_jobs
 
 %install
-  cd build
-  %kde4_makeinstall
+  %kde4_makeinstall -C build
   %suse_update_desktop_file -r palapeli          Game BoardGame
   %kde_post_install
 
+%post
+/sbin/ldconfig
+/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+
+%postun
+/sbin/ldconfig
+/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+
 %files 
 %defattr(-,root,root)
 %doc COPYING COPYING.DOC
 %{_kde4_bindir}/palapeli
 %{_kde4_htmldir}/en/palapeli/
 %{_kde4_applicationsdir}/palapeli.desktop
+%dir %{_kde4_iconsdir}/hicolor/24x24
+%dir %{_kde4_iconsdir}/hicolor/24x24/apps
+%dir %{_kde4_iconsdir}/hicolor/24x24/mimetypes
 %{_kde4_iconsdir}/hicolor/*/apps/palapeli.*
 %{_kde4_iconsdir}/hicolor/*/mimetypes/application-x-palapeli.*
 %{_kde4_modulesdir}/palapeli_goldbergslicer.so
@@ -91,8 +106,8 @@
 
 %files devel
 %defattr(-,root,root)
-/usr/include/Pala/
-/usr/include/libpala/
+%{_kde4_includedir}/Pala/
+%{_kde4_includedir}/libpala/
 %{_kde4_libdir}/libpala.so
 %{_kde4_libdir}/libpala/
 

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

Reply via email to