diff --git a/.gitignore b/.gitignore index a32aa78..58a3cdb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /cdk-5.0-20140118.tgz /cdk-5.0-20141106.tgz +/cdk-5.0-20160131.tgz diff --git a/cdk.spec b/cdk.spec index 1021060..4b0db5c 100644 --- a/cdk.spec +++ b/cdk.spec @@ -1,9 +1,9 @@ %global mainver 5.0 -%global datever 20141106 +%global datever 20160131 Name: cdk Version: %{mainver}.%{datever} -Release: 3%{?dist} +Release: 1%{?dist} Summary: Curses Development Kit License: BSD with advertising URL: http://invisible-island.net/cdk/ @@ -16,8 +16,8 @@ to use widgets which facilitate the speedy development of full screen curses programs. %package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package contains libraries and header files for @@ -43,18 +43,21 @@ find %{buildroot} -name '*.a' -delete -print %postun -p /sbin/ldconfig %files -%doc CHANGES COPYING NOTES README VERSION +%doc CHANGES COPYING EXPANDING INSTALL NOTES README TODO VERSION examples demos %{_libdir}/libcdk.so.* %{_mandir}/man3/*.3* %files devel -%doc EXPANDING TODO examples demos %{_bindir}/cdk5-config %{_includedir}/%{name} %{_includedir}/%{name}.h %{_libdir}/libcdk.so %changelog +* Sun Nov 06 2016 Filipe Rosset - 5.0.20160131-1 +- Rebuilt for new upstream 5.0.20160131 +- Fix FTBFS in rawhide rhbz #1307369 plus spec cleanup + * Wed Feb 03 2016 Fedora Release Engineering - 5.0.20141106-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 39e7b1c..ee803b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41ba89a712c8b3cfed520e9777188325 cdk-5.0-20141106.tgz +3a519980fd3c5d04ecfc82259586d7c4 cdk-5.0-20160131.tgz