[stdair] Upstream update

Denis Arnaud denisarnaud at fedoraproject.org
Wed Nov 2 20:59:11 UTC 2011


commit d15e14394652484e3803b15929bc5323fe42a0eb
Author: Denis Arnaud <denis.arnaud_fedora at m4x.org>
Date:   Wed Nov 2 21:59:02 2011 +0100

    Upstream update

 stdair.spec |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)
---
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