[stdair/f16] Upstream update

Denis Arnaud denisarnaud at fedoraproject.org
Wed Nov 2 21:30:25 UTC 2011


commit 33b52c2b615fb5d9020c830ddb1741f9cac661c0
Author: Denis Arnaud <denis.arnaud_fedora at m4x.org>
Date:   Wed Nov 2 22:30:19 2011 +0100

    Upstream update

 sources     |    2 +-
 stdair.spec |   17 +++++++++++++----
 2 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/sources b/sources
index 971b398..3cc02bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7922cc47b6822874917ecbe7158ef38b  stdair-0.43.0.tar.bz2
+cc3ce5ffd18725dd484ffc186426714f  stdair-0.44.0.tar.bz2
diff --git a/stdair.spec b/stdair.spec
index 0373855..649b47c 100644
--- a/stdair.spec
+++ b/stdair.spec
@@ -2,14 +2,14 @@
 %global mydocs __tmp_docdir
 #
 Name:           stdair
-Version:        0.43.0
-Release:        2%{?dist}
+Version:        0.44.0
+Release:        1%{?dist}
 
 Summary:        C++ Standard Airline IT Object Library
 
 Group:          System Environment/Libraries 
 License:        LGPLv2+
-URL:            http://sourceforge.net/projects/%{name}/
+URL:            http://%{name}.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -43,7 +43,9 @@ programs using %{name}, you will need to install %{name}-devel.
 %package        doc
 Summary:        HTML documentation for the %{name} library
 Group:          Documentation
-%{?fedora:BuildArch:      noarch}
+%if 0%{?fedora} || 0%{?rhel} > 5
+BuildArch:      noarch
+%endif
 BuildRequires:  tex(latex)
 BuildRequires:  doxygen, ghostscript
 
@@ -122,6 +124,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 02 2011 Denis Arnaud <denis.arnaud_fedora at m4x.org> 0.44.0-1
+- Upstream update
+
+* Tue Oct 18 2011 Denis Arnaud <denis.arnaud_fedora at m4x.org> 0.43.1-1
+- The build framework is now compatible with CMake 2.6 (the exclusive
+  dependency on CMake 2.8 has been removed).
+
 * Sat Oct 15 2011 Denis Arnaud <denis.arnaud_fedora at m4x.org> 0.43.0-2
 - Improved a little the package descriptions
 


More information about the scm-commits mailing list