From 11dd186b5bfd42f8cc6973569b5fd33b5ec0f3f3 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Tue, 30 Jul 2013 14:23:19 +0200 Subject: [PATCH 1/2] Rebuild for boost 1.54.0 --- libyui.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libyui.spec b/libyui.spec index 99f5e0c..434fdbd 100644 --- a/libyui.spec +++ b/libyui.spec @@ -8,7 +8,7 @@ Name: lib%{libsuffix} Version: 3.0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GUI-abstraction library License: (LGPLv2 or LGPLv3) and MIT @@ -134,6 +134,9 @@ rm -rf ../html/*.m* %doc COPYING* ChangeLog *.pdf examples/ html/ %changelog +* Tue Jul 30 2013 Petr Machata - 3.0.9-2 +- Rebuild for boost 1.54.0 + * Sat Jul 27 2013 Björn Esser - 3.0.9-1 - new upstream version - restructured spec for better readability From 398ec0a30be1668d0532a02c6882ce1f634b4068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Fri, 30 Aug 2013 10:48:25 +0200 Subject: [PATCH 2/2] new upstream version --- .gitignore | 5 ++--- libyui.spec | 19 ++++++++++--------- sources | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index aedcdfe..4a406bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ +*~ *.rpm *.tar* -result_*/ -/libyui-3.0.4-37f6bc2.tar.gz -/libyui-3.0.5-4d4bf96.tar.gz +results_*/ diff --git a/libyui.spec b/libyui.spec index 434fdbd..e1f6577 100644 --- a/libyui.spec +++ b/libyui.spec @@ -7,8 +7,8 @@ #%%global no_ui_dep 1 Name: lib%{libsuffix} -Version: 3.0.9 -Release: 2%{?dist} +Version: 3.0.10 +Release: 1%{?dist} Summary: GUI-abstraction library License: (LGPLv2 or LGPLv3) and MIT @@ -76,12 +76,10 @@ a changelog and some brief examples how to build a UI using %{name}. %build mkdir -p build -cd build +pushd build %cmake ..\ -DPREFIX=%{_prefix} \ -DLIB_DIR=%{_libdir} \ - -DDOC_DIR=%{_defaultdocdir} \ - -DDOC_SUBDIR=%{name}-%{version} \ -DCMAKE_BUILD_TYPE=RELEASE \ -DRESPECT_FLAGS=ON make %{?_smp_mflags} @@ -89,7 +87,7 @@ make %{?_smp_mflags} docs %install -cd build +pushd build %make_install install -m0755 -d %{buildroot}%{_libdir}/%{libsuffix} @@ -113,16 +111,16 @@ rm -rf ../html/*.m* %files %doc COPYING* -%{_libdir}/lib*.so.%{major_so_ver}* +%{_libdir}/%{name}.so.%{major_so_ver}* %dir %{_libdir}/%{libsuffix} %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/theme %files devel -%{_libdir}/lib*.so +%{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.pc -%{_libdir}/cmake/ +%{_libdir}/cmake %files devel-common @@ -134,6 +132,9 @@ rm -rf ../html/*.m* %doc COPYING* ChangeLog *.pdf examples/ html/ %changelog +* Fri Aug 30 2013 Björn Esser - 3.0.10-1 +- new upstream version + * Tue Jul 30 2013 Petr Machata - 3.0.9-2 - Rebuild for boost 1.54.0 diff --git a/sources b/sources index b070ddd..c20db78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc2bd25c86131e9577350710c0e81ad2 libyui-3.0.9.tar.gz +c2fdaac58cfad64caf89b7a6a458d407 libyui-3.0.10.tar.gz