diff --git a/.gitignore b/.gitignore index 98386a0..246f656 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /ledmon-0.75.tar.gz /ledmon-0.77.tar.gz /ledmon-0.78.tar.gz +/ledmon-0.79.tar.gz diff --git a/ledmon.spec b/ledmon.spec index 6960d75..8ab8b77 100644 --- a/ledmon.spec +++ b/ledmon.spec @@ -1,7 +1,7 @@ Summary: Enclosure LED Utilities Name: ledmon -Version: 0.78 -Release: 2%{?dist} +Version: 0.79 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://sourceforge.net/projects/ledmon/ @@ -21,7 +21,7 @@ types of system: 2-LED system (Activity LED, Status LED) and 3-LED system use this application. %prep -%setup -q -n ledmon +%setup -q %patch0 -p1 -b .cflags %build @@ -38,6 +38,9 @@ make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUI %{_mandir}/*/* %changelog +* Thu Nov 28 2013 Michal Sekletar - 0.79-1 +- update to 0.79 + * Sat Aug 03 2013 Fedora Release Engineering - 0.78-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 59a0c18..0c3fbb9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b9593298a83d93048536927cb0516846 ledmon-0.78.tar.gz +c86540ee92636c12184393ca59f371b6 ledmon-0.79.tar.gz