[libyui] release-build

Björn Esser besser82 at fedoraproject.org
Tue Jan 20 11:11:04 UTC 2015


commit bb6168cbd17b5b08a8222b7fc2b3371e51019987
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Mon Jan 19 23:05:11 2015 +0100

    release-build

 libyui.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/libyui.spec b/libyui.spec
index 9e8476d..b929027 100644
--- a/libyui.spec
+++ b/libyui.spec
@@ -2,7 +2,7 @@
 # packages to make it possible to (re)build plugin packages for libyui
 # ABI changes.  Uncomment next line when rebuilding on ABI changes
 # and don't forget to bump "major_so_ver".
-%global no_ui_dep 1
+#global no_ui_dep 1
 %global major_so_ver 6
 
 # Setup _pkgdocdir if not defined already.
@@ -16,7 +16,7 @@
 
 Name:			lib%{libsuffix}
 Version:		3.1.5
-Release:		0.1%{?dist}
+Release:		1%{?dist}
 Summary:		GUI-abstraction library
 
 License:		(LGPLv2 or LGPLv3) and MIT
@@ -25,9 +25,6 @@ Source0:		%{url}/archive/%{name}/master/%{version}.tar.gz#/%{name}-%{version}.ta
 
 BuildRequires:		boost-devel
 BuildRequires:		cmake			>= 2.8
-BuildRequires:		doxygen
-BuildRequires:		graphviz
-BuildRequires:		hardlink
 
 %{?!no_ui_dep:Requires:	yui-ui%{?_isa}		== %{major_so_ver}}
 
@@ -61,6 +58,10 @@ applications and has very few dependencies.
 Summary:		Documentation files for %{name}
 BuildArch:		noarch
 
+BuildRequires:		doxygen
+BuildRequires:		graphviz
+BuildRequires:		hardlink
+
 %description doc
 This package includes the developer's documentation and some
 brief examples how to build a UI using %{name}.
@@ -134,6 +135,10 @@ popd
 
 
 %changelog
+* Mon Jan 19 2015 Björn Esser <bjoern.esser at gmail.com> - 3.1.5-1
+- new upstream release (#1183540)
+- release-build
+
 * Mon Jan 19 2015 Björn Esser <bjoern.esser at gmail.com> - 3.1.5-0.1
 - new upstream release (#1183540)
 - bootstrap-build for so-name-bump


More information about the scm-commits mailing list