[sentinella/f13/master] update to sentinella 0.7.3

thomasj thomasj at fedoraproject.org
Sun Aug 8 12:03:14 UTC 2010


commit ab1ad8c2a389e3f84c2ed1821c5ab14a64e62012
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Sun Aug 8 14:03:02 2010 +0200

    update to sentinella 0.7.3

 .gitignore      |    1 +
 sentinella.spec |   29 ++++++++++++++++-------------
 sources         |    2 +-
 3 files changed, 18 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ea2f23..4c61b92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Sentinella-0.6.2.tar.gz
+Sentinella-0.7.3.tar.gz
diff --git a/sentinella.spec b/sentinella.spec
index 1903e3b..0cf4fc1 100644
--- a/sentinella.spec
+++ b/sentinella.spec
@@ -1,12 +1,12 @@
 Name:           sentinella
-Version:        0.6.2
-Release:        2%{?dist}
+Version:        0.7.3
+Release:        1%{?dist}
 Summary:        Monitors your system activity and takes chosen action
 
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://sentinella.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/project/%{name}/0.6.x/Sentinella-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/project/%{name}/0.7.x/Sentinella-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake qt4-devel kdelibs4-devel libsysactivity-devel desktop-file-utils
@@ -14,9 +14,9 @@ BuildRequires:	kdebase-workspace-devel gettext
 
 %{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
 
-Patch20:	sentinella-fix-DSO.patch
-Patch30:	sentinella-0.6.2-fix_close-method.patch
-Patch40:        sentinella-0.6.2-fix_leak-on-errors.patch
+#Patch20:	sentinella-fix-DSO.patch
+#Patch30:	sentinella-0.6.2-fix_close-method.patch
+#Patch40:        sentinella-0.6.2-fix_leak-on-errors.patch
 
 %description
 Application that monitors your system activity and, when a condition is met, 
@@ -30,9 +30,9 @@ Sentinella integrates perfectly with KDE4 and will work on many *nix systems.
 
 %prep
 %setup -q -n Sentinella-%{version}
-%patch20 -p0
-%patch30 -p0
-%patch40 -p0
+#%patch20 -p0
+#%patch30 -p0
+#%patch40 -p0
 
 ## to prevent spurious-executable-perm in -debuginfo
 chmod -x src/Actions/Sleep.h
@@ -58,9 +58,9 @@ make -C %{_target_platform} %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make install -C %{_target_platform} DESTDIR=%{buildroot}
-%find_lang Sentinella --with-kde
+%find_lang sentinella --with-kde
 
-desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/Sentinella.desktop
+desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/sentinella.desktop
 
 find . -type f -name 'ui_*.h' -exec chmod 0644 {} ';'
 
@@ -79,15 +79,18 @@ update-desktop-database -q &> /dev/null
 gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
 update-desktop-database -q &> /dev/null
 
-%files -f Sentinella.lang
+%files -f sentinella.lang
 %defattr(-,root,root,-)
 %doc CHANGELOG COPYING
 %{_kde4_bindir}/sentinella
 %{_kde4_iconsdir}/hicolor/scalable/apps/*
 %{_kde4_datadir}/sounds/Sentinella
-%{_kde4_datadir}/applications/kde4/Sentinella.desktop
+%{_kde4_datadir}/applications/kde4/sentinella.desktop
 
 %changelog
+* Sun Aug 08 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.7.3-1
+- update to sentinella 0.7.3
+
 * Mon Jun 21 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.6.2-2
 - fix_close-method.patch
 - fix_leak-on-errors.patch
diff --git a/sources b/sources
index 2c9f15b..0a44ef1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-224ba8a3597db20befe796b07ec351d4  Sentinella-0.6.2.tar.gz
+a3280608195ddee46308f635ebf404bd  Sentinella-0.7.3.tar.gz


More information about the scm-commits mailing list