[QuantLib] 1.2

Tom Callaway spot at fedoraproject.org
Tue Apr 3 14:20:57 UTC 2012


commit 5d4e0ce14c584196f8a567de081e499f6f8f29c5
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Apr 3 10:20:53 2012 -0400

    1.2

 .gitignore    |    1 +
 QuantLib.spec |   15 +++++++--------
 sources       |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1612ed3..05fc067 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 QuantLib-1.0.1.tar.gz
 /QuantLib-1.1.tar.gz
+/QuantLib-1.2.tar.gz
diff --git a/QuantLib.spec b/QuantLib.spec
index a065bd0..b3dee69 100644
--- a/QuantLib.spec
+++ b/QuantLib.spec
@@ -1,8 +1,8 @@
 %define docdir %{_datadir}/doc/QuantLib-%{version}
 
 Name:		QuantLib
-Version:	1.1
-Release:	6%{?dist}
+Version:	1.2
+Release:	1%{?dist}
 Summary:	A software framework for quantitative finance
 License:	BSD
 Group:		System Environment/Libraries
@@ -17,7 +17,7 @@ risk management in real-life.
 %package devel
 Summary:	QuantLib development files
 Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}%{?_isa} = %{version}-%{release}
 
 %description devel
 Static libraries and headers for QuantLib.
@@ -25,7 +25,7 @@ Static libraries and headers for QuantLib.
 %package test
 Summary:	The test-suite to check the setup of QuantLib
 Group:		Development/Tools
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}%{?_isa} = %{version}-%{release}
 
 %description test
 The QuantLib-test-suite will validate the compiled code against 
@@ -99,12 +99,10 @@ touch -r News.txt $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/quantlib.elc
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc LICENSE.TXT
 %{_libdir}/libQuantLib.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/ql/
 %{_libdir}/libQuantLib.so
 %{_bindir}/quantlib-config
@@ -114,12 +112,10 @@ touch -r News.txt $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/quantlib.elc
 %{_datadir}/emacs/site-lisp/*
 
 %files test
-%defattr(-,root,root)
 %{_bindir}/quantlib-test-suite
 %{_mandir}/man1/quantlib-test-suite.*
 
 %files doc
-%defattr(-,root,root)
 %doc Authors.txt ChangeLog.txt Readme.txt News.txt Contributors.txt
 %{_mandir}/man3/*
 %{_mandir}/man1/Bonds.*
@@ -139,6 +135,9 @@ touch -r News.txt $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/quantlib.elc
 #%{docdir}/QuantLib-%{version}-docs-refman.ps
 
 %changelog
+* Tue Apr  3 2012 Tom Callaway <spot at fedoraproject.org> - 1.2-1
+- update to 1.2
+
 * Mon Apr  2 2012 Tom Callaway <spot at fedoraproject.org> - 1.1-6
 - fix more manpage conflicts
 
diff --git a/sources b/sources
index e08f150..6ee87b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bca1281b64677edab96cc97d2b1a6678  QuantLib-1.1.tar.gz
+b7d13feb6c24671e171a28dc1898a0d2  QuantLib-1.2.tar.gz


More information about the scm-commits mailing list