From cb9692a2c47e4097b723fd7727c81d9bcd1ce12f Mon Sep 17 00:00:00 2001 From: Jeremy Newton Date: Sep 26 2016 00:16:07 +0000 Subject: Update to 0.75 --- diff --git a/.gitignore b/.gitignore index e5b2e97..6634138 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /xsensors-0.72.tar.gz /xsensors-0.73.tar.gz +/0.75.tar.gz diff --git a/sources b/sources index 70052f1..e09b4ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0cc814c74b2538a66ed94a91ed6aa141 xsensors-0.73.tar.gz +de33ff917e5a4d90148d5f47a3cb4fcb 0.75.tar.gz diff --git a/xsensors.spec b/xsensors.spec index e8a8ff2..9e4e392 100644 --- a/xsensors.spec +++ b/xsensors.spec @@ -1,18 +1,18 @@ Name: xsensors -Version: 0.73 -Release: 5%{?dist} +Version: 0.75 +Release: 1%{?dist} Summary: An X11 interface to lm_sensors License: GPLv2+ Url: https://github.com/Mystro256/xsensors -#Download here: https://github.com/Mystro256/xsensors/archive/0.72.tar.gz -Source: %{name}-%{version}.tar.gz +Source: https://github.com/Mystro256/%{name}/archive/%{version}.tar.gz BuildRequires: gtk2-devel BuildRequires: lm_sensors-devel BuildRequires: cairo-devel BuildRequires: glib2-devel BuildRequires: desktop-file-utils +BuildRequires: libappstream-glib %description Xsensors is a simple GUI program that allows you to read useful data from the @@ -30,16 +30,21 @@ make %{?_smp_mflags} make install DESTDIR=%{buildroot} desktop-file-validate \ %{buildroot}%{_datadir}/applications/%{name}.desktop -install -p -D -m 0644 xdg/%{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1 +appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml %files %doc AUTHORS COPYING README ChangeLog %{_datadir}/pixmaps/%{name}.xpm +%{_datadir}/icons/hicolor/*/apps/%{name}.png %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_mandir}/man1/%{name}.1* +%{_datadir}/appdata/%{name}.appdata.xml %changelog +* Sun Sep 25 2016 Jeremy Newton - 0.75-1 +- Update to 0.75 + * Fri Feb 05 2016 Fedora Release Engineering - 0.73-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild @@ -52,24 +57,24 @@ install -p -D -m 0644 xdg/%{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1 * Sun Jun 08 2014 Fedora Release Engineering - 0.73-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild -* Thu Apr 3 2014 Jeremy Newton - 0.73-1 +* Thu Apr 3 2014 Jeremy Newton - 0.73-1 - New version, fixes bug RH#1076012 -* Fri Jan 3 2014 Jeremy Newton - 0.72-1 +* Fri Jan 3 2014 Jeremy Newton - 0.72-1 - New version, minor fixes - Removed unnecessary configure flag - Removed unnecessary post actions - Fixed website -* Sat Apr 9 2011 Jeremy Newton - 0.71-2 +* Sat Apr 9 2011 Jeremy Newton - 0.71-2 - Added missing build flags -* Sat Apr 9 2011 Jeremy Newton - 0.71-1 +* Sat Apr 9 2011 Jeremy Newton - 0.71-1 - Switched to new upstream source -* Sat Feb 19 2011 Jeremy Newton - 0.70-2 +* Sat Feb 19 2011 Jeremy Newton - 0.70-2 - Removed build flags - Added missing dependancy -* Sat Feb 19 2011 Jeremy Newton - 0.70-1 +* Sat Feb 19 2011 Jeremy Newton - 0.70-1 - Initial package SPEC created