From b514fa4778825a0db9afe5ceab15302d432403e4 Mon Sep 17 00:00:00 2001 From: Jiri Kastner Date: Mon, 29 Jul 2013 09:02:34 +0200 Subject: [PATCH] update to 0.11.1 --- .gitignore | 1 + sources | 2 +- tuna.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b1ed443..79bd035 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /tuna-0.11.tar.bz2 +/tuna-0.11.1.tar.bz2 diff --git a/sources b/sources index ea3707e..0b0f505 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4526164898b3e3bedb7e79a03b29189 tuna-0.11.tar.bz2 +5c2727ea9b2a265862f63b6391cd69ef tuna-0.11.1.tar.bz2 diff --git a/tuna.spec b/tuna.spec index e0087ca..6064e6c 100644 --- a/tuna.spec +++ b/tuna.spec @@ -2,8 +2,8 @@ %{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: tuna -Version: 0.11 -Release: 2%{?dist} +Version: 0.11.1 +Release: 1%{?dist} License: GPLv2 Summary: Application tuning GUI & command line utility Group: Applications/System @@ -54,6 +54,7 @@ rm -rf %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot} mkdir -p %{buildroot}/%{_sysconfdir}/tuna/ mkdir -p %{buildroot}/{%{_bindir},%{_datadir}/tuna/help/kthreads,%{_mandir}/man8} +mkdir -p %{buildroot}/%{_datadir}/polkit-1/actions/ install -p -m644 tuna/tuna_gui.glade %{buildroot}/%{_datadir}/tuna/ install -p -m755 tuna-cmd.py %{buildroot}/%{_bindir}/tuna install -p -m755 oscilloscope-cmd.py %{buildroot}/%{_bindir}/oscilloscope @@ -61,6 +62,7 @@ install -p -m644 help/kthreads/* %{buildroot}/%{_datadir}/tuna/help/kthreads/ install -p -m644 docs/tuna.8 %{buildroot}/%{_mandir}/man8/ install -p -m644 etc/tuna/example.conf %{buildroot}/%{_sysconfdir}/tuna/ install -p -m644 etc/tuna.conf %{buildroot}/%{_sysconfdir}/ +install -p -m644 org.tuna.policy %{buildroot}/%{_datadir}/polkit-1/actions/ # l10n-ed message catalogues for lng in `cat po/LINGUAS`; do @@ -86,6 +88,7 @@ rm -rf %{buildroot} %{_mandir}/man8/tuna.8* %{_sysconfdir}/tuna.conf %{_sysconfdir}/tuna/* +%{_datadir}/polkit-1/actions/org.tuna.policy %files -n oscilloscope %defattr(-,root,root,-) @@ -94,6 +97,9 @@ rm -rf %{buildroot} %doc docs/oscilloscope+tuna.pdf %changelog +* Mon Jul 29 2013 Jiri Kastner - 0.11.1-1 +- New upstream release + * Tue Jun 11 2013 Jiri Kastner - 0.11-2 - changed dependencies from python-numeric to numpy - merged spec changes from upstream