diff --git a/.gitignore b/.gitignore index ec093de..6ee5581 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /gtkmm-2.24.2.tar.xz /gtkmm-2.24.3.tar.xz /gtkmm-2.24.4.tar.xz +/gtkmm-2.24.5.tar.xz diff --git a/gtkmm24.spec b/gtkmm24.spec index 6dcc4e6..4214cb9 100644 --- a/gtkmm24.spec +++ b/gtkmm24.spec @@ -4,8 +4,8 @@ %global api_ver 2.4 Name: gtkmm24 -Version: 2.24.4 -Release: 9%{?dist} +Version: 2.24.5 +Release: 1%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -60,7 +60,7 @@ This package contains the full API documentation for %{name}. %build -CXXFLAGS="-std=gnu++11 %{optflags}" %configure %{!?_with_static: --disable-static} --enable-shared +%configure %{!?_with_static: --disable-static} --enable-shared # removing rpath sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -100,6 +100,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %doc %{_datadir}/devhelp/ %changelog +* Mon Sep 05 2016 Kalev Lember - 2.24.5-1 +- Update to 2.24.5 + * Wed Feb 03 2016 Fedora Release Engineering - 2.24.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 8809c17..6909e43 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b9ac60c90959a71095f07f84dd39961d gtkmm-2.24.4.tar.xz +6c59ae8bbff48fad9132f23af347acf1 gtkmm-2.24.5.tar.xz