From 9ab39ee23f6809a2f0c042ad22e5cd5c1005d041 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Nov 19 2013 15:15:00 +0000 Subject: update to 0.6.0 --- diff --git a/.gitignore b/.gitignore index ba3e750..8246c4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ easystroke-0.5.2.tar.gz /easystroke-0.5.4.tar.gz /easystroke-0.5.5.1.tar.gz +/easystroke-0.6.0.tar.gz diff --git a/easystroke.spec b/easystroke.spec index 1803d0b..8f6fc87 100644 --- a/easystroke.spec +++ b/easystroke.spec @@ -1,13 +1,13 @@ Name: easystroke -Version: 0.5.5.1 -Release: 8%{?dist} +Version: 0.6.0 +Release: 1%{?dist} Summary: Gesture-recognition application for X11 Group: User Interface/X Hardware Support License: ISC URL: http://easystroke.sourceforge.net/ Source0: http://downloads.sourceforge.net/easystroke/%{name}-%{version}.tar.gz - -BuildRequires: gtkmm24-devel +Patch0: easystroke-0.6.0-fix-desktop-file.patch +BuildRequires: gtkmm30-devel BuildRequires: dbus-glib-devel BuildRequires: boost-devel BuildRequires: libXtst-devel @@ -26,6 +26,7 @@ execute shell commands, hold down modifiers and emulate a scroll wheel. %prep %setup -q +%patch0 -p1 -b .fixme # Resolve debuginfo sed -i 's|install -Ds|install -D|' Makefile @@ -62,6 +63,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %changelog +* Tue Nov 19 2013 Tom Callaway - 0.6.0-1 +- update to 0.6.0 + * Sat Aug 03 2013 Fedora Release Engineering - 0.5.5.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -126,7 +130,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : * Wed Sep 09 2009 Zarko Pintar - 0.4.9-1 - new version -* Wed Jun 29 2009 Zarko Pintar - 0.4.6-1 +* Wed Jun 24 2009 Zarko Pintar - 0.4.6-1 - new version * Wed Jun 03 2009 Zarko Pintar - 0.4.5-1 diff --git a/sources b/sources index 8c79698..1211434 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba989d1745415be94afd567e33d124bb easystroke-0.5.5.1.tar.gz +3b4f25d02a6b5ac57a8b7a06545869db easystroke-0.6.0.tar.gz