diff --git a/.cvsignore b/.cvsignore index a11a33e..6fb8250 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -workrave-1.8.2.tar.gz +workrave-1.8.3.tar.gz diff --git a/sources b/sources index 3473b2a..ea9834b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d4799ed3a250b1990e1ba0225348e8d workrave-1.8.2.tar.gz +e1fe49f6fdf9d725bd21d50e2e0dc20d workrave-1.8.3.tar.gz diff --git a/workrave-1.8.2-cpp-fix.patch b/workrave-1.8.2-cpp-fix.patch deleted file mode 100644 index a1ace18..0000000 --- a/workrave-1.8.2-cpp-fix.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- workrave-1.8.2/frontend/gtkmm/src/GtkUtil.hh.cpp-fix 2005-09-23 21:22:33.000000000 +0200 -+++ workrave-1.8.2/frontend/gtkmm/src/GtkUtil.hh 2006-02-02 12:39:26.000000000 +0100 -@@ -56,11 +56,11 @@ - create_label(std::string text, bool bold); - - static Gtk::Widget * -- GtkUtil::create_label_with_tooltip(std::string text, -+ create_label_with_tooltip(std::string text, - std::string tooltip); - - static EventImage * -- GtkUtil::create_image_with_tooltip(std::string file, -+ create_image_with_tooltip(std::string file, - std::string tooltip); - - static Gtk::Widget * -@@ -84,7 +84,7 @@ - static void set_wmclass(Gtk::Window &window, std::string class_postfix); - static void center_window(Gtk::Window &window, HeadInfo &head); - -- static bool GtkUtil::has_button_images(); -+ static bool has_button_images(); - }; - - #endif // GTKMMGUI_HH diff --git a/workrave.spec b/workrave.spec index 7246b0f..8cb16e0 100644 --- a/workrave.spec +++ b/workrave.spec @@ -1,6 +1,6 @@ Name: workrave -Version: 1.8.2 -Release: 2%{?dist} +Version: 1.8.3 +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: GPL @@ -8,7 +8,6 @@ Group: Applications/Productivity URL: http://workrave.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/workrave/%{name}-%{version}.tar.gz Source1: workrave.desktop -Patch1: workrave-1.8.2-cpp-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext @@ -27,8 +26,6 @@ take micro-pauses, rest breaks and restricts you to your daily limit. %prep %setup -q -%patch1 -p1 -b .cpp-fix - %build if [ ! -x configure ]; then ### Needed for snapshot releases. @@ -67,6 +64,9 @@ desktop-file-install --vendor fedora \ %{_datadir}/applications/fedora-workrave.desktop %changelog +* Wed May 31 2006 Tomas Mraz - 1.8.3-1 +- New upstream version + * Wed Feb 15 2006 Tomas Mraz - 1.8.2-2 - Rebuilt with updated gcc