From a7f3e0da4556c0ab95af15070c4e58a40deaf9c76e89896c1ac621d84da330b2 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 13 Oct 2008 14:55:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsibreak?expand=0&rev=3 --- fix-build.diff | 9 +++++++++ rsibreak-0.9.0-beta3.tar.bz2 | 3 --- rsibreak-0.9.0-beta4.tar.bz2 | 3 +++ rsibreak.changes | 6 ++++++ rsibreak.spec | 22 +++++++++++++++++----- 5 files changed, 35 insertions(+), 8 deletions(-) create mode 100644 fix-build.diff delete mode 100644 rsibreak-0.9.0-beta3.tar.bz2 create mode 100644 rsibreak-0.9.0-beta4.tar.bz2 diff --git a/fix-build.diff b/fix-build.diff new file mode 100644 index 0000000..5817af9 --- /dev/null +++ b/fix-build.diff @@ -0,0 +1,9 @@ +--- ./CMakeLists.txt 2008/10/13 12:57:51 1.3 ++++ ./CMakeLists.txt 2008/10/13 12:58:40 +@@ -17,5 +17,5 @@ + find_package(Msgfmt REQUIRED) + find_package(Gettext REQUIRED) + add_subdirectory( po ) +-add_subdirectory( doc-translations ) ++#add_subdirectory( doc-translations ) + add_subdirectory( doc ) diff --git a/rsibreak-0.9.0-beta3.tar.bz2 b/rsibreak-0.9.0-beta3.tar.bz2 deleted file mode 100644 index 29a4fb7..0000000 --- a/rsibreak-0.9.0-beta3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b03ad4d27472571de760c112550aa197a54907d6d8d504987ac1bede9454bf9 -size 270787 diff --git a/rsibreak-0.9.0-beta4.tar.bz2 b/rsibreak-0.9.0-beta4.tar.bz2 new file mode 100644 index 0000000..6547d3b --- /dev/null +++ b/rsibreak-0.9.0-beta4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81655dbfe102fe70d057e4dcaa95b8189e1d770e3451a2aa4327518a304c607 +size 296356 diff --git a/rsibreak.changes b/rsibreak.changes index 453975f..874ad12 100644 --- a/rsibreak.changes +++ b/rsibreak.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 9 23:15:32 CEST 2008 - wstephenson@suse.de + +- update to 0.9.0-beta4 + * Fix bugs in config dialog layouts + ------------------------------------------------------------------- Thu Jun 26 17:36:12 CEST 2008 - dmueller@suse.de diff --git a/rsibreak.spec b/rsibreak.spec index 71ffc8b..23ec595 100644 --- a/rsibreak.spec +++ b/rsibreak.spec @@ -1,10 +1,17 @@ # -# spec file for package rsibreak (Version 0.8.9+0.9.0_b3) +# spec file for package rsibreak (Version 0.8.9+0.9.0_b4) # # 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/ # @@ -18,11 +25,12 @@ Url: http://www.kde-apps.org/content/show.php?content=29725 Group: Productivity/Other BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Assists in the Recovery and Prevention of Repetitive Strain Injury -Version: 0.8.9+0.9.0_b3 +Version: 0.8.9+0.9.0_b4 Release: 1 -%define tar_version 0.9.0-beta3 +%define tar_version 0.9.0-beta4 Source: rsibreak-%tar_version.tar.bz2 Patch0: disable-plasma-dep.diff +Patch1: fix-build.diff Provides: kde4-rsibreak = 0.9.0 Obsoletes: kde4-rsibreak <= 0.9.0 @@ -41,6 +49,7 @@ Authors: %prep %setup -n rsibreak-%tar_version -q %patch0 +%patch1 %build %cmake_kde4 -d build @@ -73,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT /usr/share/icons/hicolor/*x*/apps/rsibreak.png %changelog +* Fri Oct 10 2008 wstephenson@suse.de +- update to 0.9.0-beta4 + * Fix bugs in config dialog layouts * Thu Jun 26 2008 dmueller@suse.de - update to 0.9.0-beta3 * porting to KDE4