Mailinglist Archive: opensuse-commit (858 mails)
| < Previous | Next > |
commit kdegames4
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 02 Nov 2007 01:14:40 +0100
- Message-id: <20071102001441.2870F678331@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kdegames4
checked in at Fri Nov 2 01:14:40 CET 2007.
--------
--- KDE/kdegames4/kdegames4-carddecks.changes 2007-10-31 17:04:46.000000000
+0100
+++ /mounts/work_src_done/STABLE/kdegames4/kdegames4-carddecks.changes
2007-11-02 01:12:42.197910000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 1 12:20:16 CET 2007 - dmueller@xxxxxxx
+
+- update to 3.95.1
+
+-------------------------------------------------------------------
kdegames4.changes: same change
Old:
----
kdegames-3.95.0.tar.bz2
New:
----
kdegames-3.95.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdegames4-carddecks.spec ++++++
--- /var/tmp/diff_new_pack.U32502/_old 2007-11-02 01:12:50.000000000 +0100
+++ /var/tmp/diff_new_pack.U32502/_new 2007-11-02 01:12:50.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package kdegames4-carddecks (Version 3.95.0)
+# spec file for package kdegames4-carddecks (Version 3.95.1)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,7 +15,7 @@
Group: System/GUI/KDE
Summary: Default Card Decks for KDE Games
Url: http://www.kde.org
-Version: 3.95.0
+Version: 3.95.1
Release: 1
Source0: kdegames-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -93,6 +93,8 @@
%_kde_share_dir/apps/carddecks/cards-default
%_kde_share_dir/apps/carddecks/svg-oxygen
%changelog
+* Thu Nov 01 2007 - dmueller@xxxxxxx
+- update to 3.95.1
* Fri Oct 26 2007 - dmueller@xxxxxxx
- update to KDE 4.0 beta4
* Sat Oct 20 2007 - dmueller@xxxxxxx
++++++ kdegames4.spec ++++++
--- /var/tmp/diff_new_pack.U32502/_old 2007-11-02 01:12:50.000000000 +0100
+++ /var/tmp/diff_new_pack.U32502/_new 2007-11-02 01:12:50.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package kdegames4 (Version 3.95.0)
+# spec file for package kdegames4 (Version 3.95.1)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -18,9 +18,9 @@
Group: System/GUI/KDE
Summary: General Data for KDE Games
Url: http://www.kde.org
-Version: 3.95.0
+Version: 3.95.1
Release: 1
-%define rversion 3.95.0
+%define rversion 3.95.1
Source0: kdegames-%rversion.tar.bz2
Source1: _upstream
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -169,6 +169,8 @@
/usr/include/KDE/KGameSvgDigits
/usr/include/KDE/KGameSvgDocument
/usr/include/KDE/KGamePopupItem
+/usr/include/KDE/KGameClock
+/usr/include/KDE/KGameThemeSelector
/usr/include/kgamepopupitem.h
/usr/include/digits
/usr/include/kgameclock.h
@@ -1001,6 +1003,8 @@
%_kde_share_dir/apps/kdegames
#/usr/share/icons/oxygen/*/actions/endturn.*
%changelog
+* Thu Nov 01 2007 - dmueller@xxxxxxx
+- update to 3.95.1
* Fri Oct 26 2007 - dmueller@xxxxxxx
- update to KDE 4.0 beta4
* Sat Oct 20 2007 - dmueller@xxxxxxx
++++++ kdegames-3.95.0.tar.bz2 -> kdegames-3.95.1.tar.bz2 ++++++
KDE/kdegames4/kdegames-3.95.0.tar.bz2
/mounts/work_src_done/STABLE/kdegames4/kdegames-3.95.1.tar.bz2 differ: byte 11,
line 1
++++++ pre_checkin.sh ++++++
--- KDE/kdegames4/pre_checkin.sh 2007-05-01 04:32:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdegames4/pre_checkin.sh 2007-11-01
14:22:17.000000000 +0100
@@ -1,5 +1,9 @@
#!/bin/bash
# This script is called automatically during autobuild checkin.
-cp kdegames4.changes kdegames4-carddecks.changes
+version=$(grep '^Version:.*' kdegames4.spec)
+for change in kdegames4-carddecks.changes; do
+ cp -f kdegames4.changes $change
+ sed -i -e "s,Version:.*,$version," $(basename $change .changes).spec
+done
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |