From 7d2932bc5ee503662444a0e96feb5619559c3b1de3bc79b89314ac42f5e27084 Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Mon, 7 Sep 2020 09:14:38 +0000 Subject: [PATCH] Accepting request 830510 from home:mnhauke - Update to 4.7 * Support scheduling on EG-PMS2 * Step up security in systemd service definition - Use sf.net source URL - Package README.md OBS-URL: https://build.opensuse.org/request/show/830510 OBS-URL: https://build.opensuse.org/package/show/hardware/sispmctl?expand=0&rev=14 --- sispmctl-4.6.tar.gz | 3 --- sispmctl-4.7.tar.gz | 3 +++ sispmctl.changes | 9 +++++++++ sispmctl.spec | 8 +++++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 sispmctl-4.6.tar.gz create mode 100644 sispmctl-4.7.tar.gz diff --git a/sispmctl-4.6.tar.gz b/sispmctl-4.6.tar.gz deleted file mode 100644 index d5b2297..0000000 --- a/sispmctl-4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d3df318f018250278371f575cd3d3bd2065cb3a3bfcc5dbcfb19ae8a320ffed -size 42466 diff --git a/sispmctl-4.7.tar.gz b/sispmctl-4.7.tar.gz new file mode 100644 index 0000000..d9c57b8 --- /dev/null +++ b/sispmctl-4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d2f32f590984b6f44d758946e57776d68146e47f6cdc41d21c9218f2d2317b +size 399665 diff --git a/sispmctl.changes b/sispmctl.changes index 8baad06..494baea 100644 --- a/sispmctl.changes +++ b/sispmctl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Aug 29 20:13:33 UTC 2020 - Martin Hauke + +- Update to 4.7 + * Support scheduling on EG-PMS2 + * Step up security in systemd service definition +- Use sf.net source URL +- Package README.md + ------------------------------------------------------------------- Wed Apr 1 12:56:30 UTC 2020 - Matthias Brugger diff --git a/sispmctl.spec b/sispmctl.spec index ca60e3f..4674c56 100644 --- a/sispmctl.spec +++ b/sispmctl.spec @@ -18,12 +18,12 @@ %define libname libsispmctl0 Name: sispmctl -Version: 4.6 +Version: 4.7 Release: 0 Summary: SIS-PM Control for Linux License: GPL-2.0-only URL: https://sourceforge.net/projects/sispmctl/ -Source0: sispmctl-%{version}.tar.gz +Source0: https://sourceforge.net/projects/sispmctl/files/sispmctl/%{name}-%{version}/%{name}-%{version}.tar.gz Patch0: sispmctl-fix-udev-group.patch BuildRequires: libtool BuildRequires: pkgconfig @@ -51,7 +51,6 @@ Development files for the GEMBIRD Silver Shield PM device. %autopatch -p1 %build -./autogen.sh %configure \ --disable-static \ --enable-webless @@ -59,6 +58,8 @@ Development files for the GEMBIRD Silver Shield PM device. %install %make_install +# remove not needed files +rm -r %{buildroot}%{_datadir}/doc/sispmctl/ # Remove static libs find %{buildroot} -type f -name "*.la" -delete -print @@ -70,6 +71,7 @@ install -Dm 0644 examples/60-sispmctl.rules %{buildroot}%{_udevrulesdir}/60-sisp %files %{_mandir}/man1/sispmctl.1%{?ext_man} %license COPYING +%doc README.md %{_bindir}/sispmctl %dir %{_udevrulesdir} %{_udevrulesdir}/60-sispmctl.rules