diff --git a/.gitignore b/.gitignore index 9d533f4..8ab23d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /cppmyth-1.1.0.2.tar.gz /cppmyth-1.1.10.tar.gz /cppmyth-2.2.0.tar.gz +/cppmyth-2.5.1.tar.gz diff --git a/cppmyth.spec b/cppmyth.spec index 22e687a..beb66e8 100644 --- a/cppmyth.spec +++ b/cppmyth.spec @@ -1,6 +1,6 @@ Name: cppmyth -Version: 2.2.0 -Release: 2%{?dist} +Version: 2.5.1 +Release: 1%{?dist} Summary: Client interface for the MythTV backend Group: System Environment/Libraries @@ -32,7 +32,7 @@ applications that use %{name}. %build %cmake . -DCMAKE_INSTALL_LIBDIR=%{_lib} -make %{?_smp_mflags} +%make_build %install @@ -57,6 +57,9 @@ make %{?_smp_mflags} %changelog +* Sun Jul 24 2016 Mohamed El Morabity - 2.5.1-1 +- Update to 2.5.1 + * Wed Feb 03 2016 Fedora Release Engineering - 2.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 582f373..771e08d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d450b6de0327702092476e09123f90e0 cppmyth-2.2.0.tar.gz +34a717031805a85997e7d0f44cf36b70 cppmyth-2.5.1.tar.gz