Mailinglist Archive: opensuse-commit (1192 mails)

< Previous Next >
commit kdebindings4
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 07 Aug 2008 10:22:35 +0200
  • Message-id: <20080807082235.C8134678181@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package kdebindings4
checked in at Thu Aug 7 10:22:35 CEST 2008.


--------
--- KDE/kdebindings4/kdebindings4.changes 2008-08-01 17:10:14.000000000
+0200
+++ /mounts/work_src_done/STABLE/kdebindings4/kdebindings4.changes
2008-08-07 09:54:48.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 7 09:54:18 CEST 2008 - dmueller@xxxxxxx
+
+- fix debug package requires
+
+-------------------------------------------------------------------
python-kde4.changes: same change
ruby-kde4.changes: same change



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

Other differences:
------------------
++++++ kdebindings4.spec ++++++
--- /var/tmp/diff_new_pack.M28621/_old 2008-08-07 10:21:50.000000000 +0200
+++ /var/tmp/diff_new_pack.M28621/_new 2008-08-07 10:21:50.000000000 +0200
@@ -2,9 +2,16 @@
# spec file for package kdebindings4 (Version 4.1.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

@@ -24,15 +31,17 @@
Group: Development/Libraries/KDE
Summary: Bindings for KDE 4.x libraries
Version: 4.1.0
-Release: 3
+Release: 4
Source0: kdebindings-%version.tar.bz2
Patch0: 4_1_BRANCH.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define is_python 0
%define is_ruby 0
%define is_base 1
-%define debug_package_requires libsmoke2 = %{version}
%kde4_runtime_requires
+%if %is_base
+%define debug_package_requires libsmoke2 = %{version}-%{release}
+%endif
%if %is_python
%requires_eq python-qt4
%requires_eq python-sip
@@ -87,6 +96,7 @@
%endif
%if %is_ruby
rm -rf java python
+ sed -i -r -e 's,add_subdirectory\( examples\),,' ruby/korundum/CMakeLists.txt
%endif
%cmake_kde4 -d build -- -DENABLE_SMOKEKDEVPLATFORM=OFF
%make_jobs
@@ -216,6 +226,8 @@
%endif

%changelog
+* Thu Aug 07 2008 dmueller@xxxxxxx
+- fix debug package requires
* Fri Aug 01 2008 ro@xxxxxxx
- fix requires for debuginfo package
* Tue Jul 29 2008 dmueller@xxxxxxx

++++++ python-kde4.spec ++++++
--- /var/tmp/diff_new_pack.M28621/_old 2008-08-07 10:21:50.000000000 +0200
+++ /var/tmp/diff_new_pack.M28621/_new 2008-08-07 10:21:50.000000000 +0200
@@ -2,9 +2,16 @@
# spec file for package python-kde4 (Version 4.1.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

@@ -24,15 +31,17 @@
Group: Development/Libraries/KDE
Summary: Python Bindings for KDE 4.x Platform
Version: 4.1.0
-Release: 6
+Release: 7
Source0: kdebindings-%version.tar.bz2
Patch0: 4_1_BRANCH.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define is_python 1
%define is_ruby 0
%define is_base 0
-%define debug_package_requires libsmoke2 = %{version}
%kde4_runtime_requires
+%if %is_base
+%define debug_package_requires libsmoke2 = %{version}-%{release}
+%endif
%if %is_python
%requires_eq python-qt4
%requires_eq python-sip
@@ -87,6 +96,7 @@
%endif
%if %is_ruby
rm -rf java python
+ sed -i -r -e 's,add_subdirectory\( examples\),,' ruby/korundum/CMakeLists.txt
%endif
%cmake_kde4 -d build -- -DENABLE_SMOKEKDEVPLATFORM=OFF
%make_jobs
@@ -216,6 +226,8 @@
%endif

%changelog
+* Thu Aug 07 2008 dmueller@xxxxxxx
+- fix debug package requires
* Fri Aug 01 2008 ro@xxxxxxx
- fix requires for debuginfo package
* Tue Jul 29 2008 dmueller@xxxxxxx

++++++ ruby-kde4.spec ++++++
--- /var/tmp/diff_new_pack.M28621/_old 2008-08-07 10:21:50.000000000 +0200
+++ /var/tmp/diff_new_pack.M28621/_new 2008-08-07 10:21:50.000000000 +0200
@@ -2,9 +2,16 @@
# spec file for package ruby-kde4 (Version 4.1.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

@@ -24,15 +31,17 @@
Group: Development/Libraries/KDE
Summary: Ruby bindings for KDE 4
Version: 4.1.0
-Release: 3
+Release: 4
Source0: kdebindings-%version.tar.bz2
Patch0: 4_1_BRANCH.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define is_python 0
%define is_ruby 1
%define is_base 0
-%define debug_package_requires libsmoke2 = %{version}
%kde4_runtime_requires
+%if %is_base
+%define debug_package_requires libsmoke2 = %{version}-%{release}
+%endif
%if %is_python
%requires_eq python-qt4
%requires_eq python-sip
@@ -87,6 +96,7 @@
%endif
%if %is_ruby
rm -rf java python
+ sed -i -r -e 's,add_subdirectory\( examples\),,' ruby/korundum/CMakeLists.txt
%endif
%cmake_kde4 -d build -- -DENABLE_SMOKEKDEVPLATFORM=OFF
%make_jobs
@@ -216,6 +226,8 @@
%endif

%changelog
+* Thu Aug 07 2008 dmueller@xxxxxxx
+- fix debug package requires
* Fri Aug 01 2008 ro@xxxxxxx
- fix requires for debuginfo package
* Tue Jul 29 2008 dmueller@xxxxxxx

++++++ kdebindings4.spec.in ++++++
--- KDE/kdebindings4/kdebindings4.spec.in 2008-08-01 17:09:38.000000000
+0200
+++ /mounts/work_src_done/STABLE/kdebindings4/kdebindings4.spec.in
2008-08-07 09:54:49.000000000 +0200
@@ -29,8 +29,10 @@
%define is_python 0
%define is_ruby 0
%define is_base 0
-%define debug_package_requires libsmoke2 = %{version}
%kde4_runtime_requires
+%if %is_base
+%define debug_package_requires libsmoke2 = %{version}-%{release}
+%endif
%if %is_python
%requires_eq python-qt4
%requires_eq python-sip
@@ -71,6 +73,7 @@
%endif
%if %is_ruby
rm -rf java python
+ sed -i -r -e 's,add_subdirectory\( examples\),,' ruby/korundum/CMakeLists.txt
%endif
%cmake_kde4 -d build -- -DENABLE_SMOKEKDEVPLATFORM=OFF
%make_jobs



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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread