Hello community,

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

Package is "kpat", Maintainer is "kpat"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpat/kpat.changes        2012-12-21 
09:08:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kpat.new/kpat.changes   2013-01-07 
11:04:31.000000000 +0100
@@ -1,0 +2,12 @@
+Sat Jan  5 18:32:08 UTC 2013 - asterios.dra...@gmail.com
+
+- Added update-mime-database %post/%postun scripts for the mime file
+  installed by the package.
+
+-------------------------------------------------------------------
+Thu Jan  3 21:50:41 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+-------------------------------------------------------------------

Old:
----
  kpat-4.9.95.tar.xz

New:
----
  kpat-4.9.97.tar.xz

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

Other differences:
------------------
++++++ kpat.spec ++++++
--- /var/tmp/diff_new_pack.RI3ULO/_old  2013-01-07 11:04:31.000000000 +0100
+++ /var/tmp/diff_new_pack.RI3ULO/_new  2013-01-07 11:04:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kpat
 #
-# 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,15 +17,17 @@
 
 
 Name:           kpat
-BuildRequires:  libkdegames-devel
-BuildRequires:  xz
 Summary:        Patience card game
 License:        GPL-2.0+
 Group:          Amusements/Games/Board/Card
 Url:            http://www.kde.org
-Version:        4.9.95
+Version:        4.9.97
 Release:        0
 Source0:        kpat-%{version}.tar.xz
+BuildRequires:  libkdegames-devel
+BuildRequires:  xz
+Requires(post): shared-mime-info
+Requires(postun): shared-mime-info
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -35,24 +37,33 @@
 more. The game has nice graphics and many different carddecks.
 
 %prep
-%setup -q -n kpat-%{version}
+%setup -q
 
 %build
   %cmake_kde4 -d build
   %make_jobs
 
 %install
-  cd build
-  %kde4_makeinstall
+  %kde4_makeinstall -C build
   %suse_update_desktop_file -r kpat          Game CardGame
   %kde_post_install
 
+%post
+/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+
+%postun
+/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+
 %files 
 %defattr(-,root,root)
 %doc COPYING COPYING.DOC
 %{_kde4_bindir}/kpat
 %{_kde4_htmldir}/en/kpat/
 %{_kde4_applicationsdir}/kpat.desktop
+%dir %{_kde4_iconsdir}/hicolor/24x24
+%dir %{_kde4_iconsdir}/hicolor/24x24/apps
+%dir %{_kde4_iconsdir}/hicolor/256x256
+%dir %{_kde4_iconsdir}/hicolor/256x256/apps
 %{_kde4_iconsdir}/hicolor/*/apps/kpat.*
 %{_kde4_appsdir}/kpat/
 %{_kde4_libdir}/libkcardgame.so

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

Reply via email to