From 7515f7be447a30c74037154ee47a9663d52ac793 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Dec 09 2009 14:14:01 +0000 Subject: - new upstream version --- diff --git a/.cvsignore b/.cvsignore index 38a827d..e12759c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -workrave-1.9.0-3.tar.gz +workrave-1.9.1.tar.gz diff --git a/sources b/sources index f5cd7cf..93cda57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aaf7371db1200d65b255d95abd5d1fd1 workrave-1.9.0-3.tar.gz +065775ee4fdb3e21e12cbf0907d31b88 workrave-1.9.1.tar.gz diff --git a/workrave-1.9.0-gcc44.patch b/workrave-1.9.0-gcc44.patch deleted file mode 100644 index f9f6dec..0000000 --- a/workrave-1.9.0-gcc44.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up workrave-1.9.0/backend/src/GlibIniConfigurator.cc.gcc44 workrave-1.9.0/backend/src/GlibIniConfigurator.cc ---- workrave-1.9.0/backend/src/GlibIniConfigurator.cc.gcc44 2008-03-07 22:38:26.000000000 +0100 -+++ workrave-1.9.0/backend/src/GlibIniConfigurator.cc 2009-02-25 23:40:01.000000000 +0100 -@@ -248,7 +248,7 @@ void - GlibIniConfigurator::split_key(const string &key, string &group, string &out_key) const - { - const char *s = key.c_str(); -- char *slash = strchr(s, '/'); -+ const char *slash = strchr(s, '/'); - if (slash) - { - group = key.substr(0, slash-s); diff --git a/workrave.spec b/workrave.spec index 48f861b..69fd071 100644 --- a/workrave.spec +++ b/workrave.spec @@ -1,14 +1,12 @@ Name: workrave -Version: 1.9.0 -Release: 4%{?dist} +Version: 1.9.1 +Release: 1%{?dist} Summary: Program that assists in the recovery and prevention of RSI # Based on older packages by Dag Wieers and Steve Ratcliffe License: GPLv2+ Group: Applications/Productivity URL: http://workrave.sourceforge.net/ -# For some reason the upstream tarball contains the -3 added to the version. -Source0: http://prdownloads.sourceforge.net/workrave/%{name}-%{version}-3.tar.gz -Patch1: workrave-1.9.0-gcc44.patch +Source0: http://prdownloads.sourceforge.net/workrave/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext @@ -18,6 +16,7 @@ BuildRequires: gnome-panel-devel BuildRequires: desktop-file-utils BuildRequires: libXmu-devel BuildRequires: libXt-devel +BuildRequires: libXtst-devel BuildRequires: gdome2-devel BuildRequires: dbus-devel BuildRequires: gstreamer-devel @@ -32,7 +31,6 @@ take micro-pauses, rest breaks and restricts you to your daily limit. %prep %setup -q -n %{name}-%{version} -%patch1 -p1 -b .gcc44 %build if [ ! -x configure ]; then @@ -76,6 +74,9 @@ desktop-file-install --vendor fedora \ %{_datadir}/dbus-1/services/org.workrave.Workrave.service %changelog +* Tue Dec 9 2009 Tomas Mraz - 1.9.1-1 +- new upstream version + * Mon Jul 27 2009 Fedora Release Engineering - 1.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild