diff --git a/rsibreak-0.9.0-beta4.tar.bz2 b/rsibreak-0.9.0-beta4.tar.bz2 deleted file mode 100644 index 6547d3b..0000000 --- a/rsibreak-0.9.0-beta4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c81655dbfe102fe70d057e4dcaa95b8189e1d770e3451a2aa4327518a304c607 -size 296356 diff --git a/rsibreak-0.9.0-beta5.tar.bz2 b/rsibreak-0.9.0-beta5.tar.bz2 new file mode 100644 index 0000000..d11b91c --- /dev/null +++ b/rsibreak-0.9.0-beta5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0479f287ca11aff863d8d25deadf4583165b9487efd1f3465ccd1dad3efda801 +size 300855 diff --git a/rsibreak.changes b/rsibreak.changes index 480bf48..33df79d 100644 --- a/rsibreak.changes +++ b/rsibreak.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Nov 5 11:53:28 CET 2008 - dmueller@suse.de + +- add missing runtime dependencies + +------------------------------------------------------------------- +Thu Oct 28 22:33:32 CEST 2008 - wstephenson@suse.de + +- update to 0.9.0-beta5 + * Install autostart file in correct location + * Fix plasma applet + * Respect 'presentation mode' by monitoring the freedesktop.org + screensaver setting + * Try to detect waking up from hibernation so timers can be reset + * Fix welcome screen + * Fix bug where timer did not count down in a slideshow + * Fix build on non-x86 platforms + ------------------------------------------------------------------- Mon Oct 20 20:29:40 CEST 2008 - stbinner@suse.de diff --git a/rsibreak.spec b/rsibreak.spec index 735cccd..cccb1e0 100644 --- a/rsibreak.spec +++ b/rsibreak.spec @@ -1,5 +1,5 @@ # -# spec file for package rsibreak (Version 0.8.9+0.9.0_b4) +# spec file for package rsibreak (Version 0.8.9+0.9.0_b5) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -25,15 +25,16 @@ 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_b4 -Release: 2 -%define tar_version 0.9.0-beta4 +Version: 0.8.9+0.9.0_b5 +Release: 1 +%define tar_version 0.9.0-beta5 Source: rsibreak-%tar_version.tar.bz2 Patch0: disable-plasma-dep.diff Patch1: fix-build.diff Patch2: no-mmx.diff Provides: kde4-rsibreak = 0.9.0 Obsoletes: kde4-rsibreak <= 0.9.0 +%kde4_runtime_requires %description Repetitive Strain Injury is an illness which can occur as a result of @@ -84,11 +85,24 @@ rm -rf $RPM_BUILD_ROOT /usr/share/icons/hicolor/*/actions/* /usr/share/icons/hicolor/*x*/actions/rsibreak*.png /usr/share/icons/hicolor/*x*/apps/rsibreak.png +/usr/share/autostart/rsibreak.desktop %changelog +* Wed Nov 05 2008 dmueller@suse.de +- add missing runtime dependencies +* Tue Oct 28 2008 wstephenson@suse.de +- update to 0.9.0-beta5 + * Install autostart file in correct location + * Fix plasma applet + * Respect 'presentation mode' by monitoring the freedesktop.org + screensaver setting + * Try to detect waking up from hibernation so timers can be reset + * Fix welcome screen + * Fix bug where timer did not count down in a slideshow + * Fix build on non-x86 platforms * Mon Oct 20 2008 stbinner@suse.de - fix build on archs without mmx -* Fri Oct 10 2008 wstephenson@suse.de +* Thu Oct 09 2008 wstephenson@suse.de - update to 0.9.0-beta4 * Fix bugs in config dialog layouts * Thu Jun 26 2008 dmueller@suse.de