new upstream release

This commit is contained in:
Björn Esser 2014-05-23 21:14:55 +02:00
parent 5b702f6313
commit fb13f4b2e6
1 changed files with 6 additions and 3 deletions

View File

@ -4,8 +4,8 @@
%global major_so_ver 6
Name: %{libname}-gtk
Version: 2.43.7
Release: 3%{?dist}
Version: 2.44.5
Release: 0%{?dist}
Summary: Gtk3 User Interface for %{libname}
License: LGPLv2 or LGPLv3
@ -66,7 +66,6 @@ for %{name}.
mkdir -p build
pushd build
%cmake \
-DENABLE_WERROR=OFF \
-DPREFIX=%{_prefix} \
-DLIB_DIR=%{_libdir} \
-DCMAKE_BUILD_TYPE=RELEASE \
@ -75,6 +74,7 @@ pushd build
make %{?_smp_mflags}
make %{?_smp_mflags} docs
popd
%install
@ -107,6 +107,9 @@ popd
%changelog
* Fri May 23 2014 Björn Esser <bjoern.esser@gmail.com> - 2.44.5-1
- new upstream release
* Fri May 23 2014 Björn Esser <bjoern.esser@gmail.com> - 2.43.7-3
- Rebuild for boost 1.55.0