[clipsmm] Upgrade to 0.3.0

Tim Niemueller timn at fedoraproject.org
Fri Feb 8 23:40:22 UTC 2013


commit 45e4992646c83a7f5a07e9ee6ff9a57fe6b71ee6
Author: Tim Niemueller <niemueller at kbsg.rwth-aachen.de>
Date:   Sat Feb 9 00:40:11 2013 +0100

    Upgrade to 0.3.0

 .gitignore   |    2 +-
 clipsmm.spec |   19 +++++++++++--------
 sources      |    2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b8e8fb..a30daff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 /.build*
 /x86_64
 /noarch
-/clipsmm-0.2.1*
+/clipsmm-0.3.0*
diff --git a/clipsmm.spec b/clipsmm.spec
index b3208a2..5909afa 100644
--- a/clipsmm.spec
+++ b/clipsmm.spec
@@ -1,8 +1,8 @@
 %define clipsver 6.30
 Summary:          C++ interface to the CLIPS expert system C library
 Name:             clipsmm
-Version:          0.2.1
-Release:          3%{?dist}
+Version:          0.3.0
+Release:          1%{?dist}
 License:          GPLv3
 URL:              http://clipsmm.sourceforge.net
 Group:            System Environment/Libraries
@@ -65,7 +65,7 @@ The documentation can be viewed either through the devhelp
 documentation browser or through a web browser. 
 
 If using a web browser the documentation is installed in the gtk-doc
-hierarchy and can be found at /usr/share/gtk-doc/html/clipsmm-0.2
+hierarchy and can be found at /usr/share/gtk-doc/html/clipsmm-0.3
 
 CLIPS (C Language Integrated Production System) is an expert system
 development tool which provides a complete environment for the
@@ -88,9 +88,9 @@ make docs
 %{__make} DESTDIR=%{buildroot} INSTALL="%{__install} -p" install
 find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
 
-%{__mkdir} -p %{buildroot}%{_datadir}/gtk-doc/html/clipsmm-0.2/reference/html/
-%{__install} -p --mode=0664 -t %{buildroot}%{_datadir}/gtk-doc/html/clipsmm-0.2/reference/html/ doc/reference/html/*
-%{__install} -p --mode=0664 -t %{buildroot}%{_datadir}/gtk-doc/html/clipsmm-0.2/ doc/clipsmm-0.2.devhelp
+%{__mkdir} -p %{buildroot}%{_datadir}/gtk-doc/html/clipsmm-0.3/reference/html/
+%{__install} -p --mode=0664 -t %{buildroot}%{_datadir}/gtk-doc/html/clipsmm-0.3/reference/html/ doc/reference/html/*
+%{__install} -p --mode=0664 -t %{buildroot}%{_datadir}/gtk-doc/html/clipsmm-0.3/ doc/clipsmm-0.3.devhelp
 
 %check
 cd unit_tests
@@ -112,16 +112,19 @@ cd unit_tests
 %defattr(-,root,root,-)
 %{_libdir}/libclipsmm.so
 %{_libdir}/pkgconfig/clipsmm-1.0.pc
-%{_includedir}/clipsmm-0.2/
+%{_includedir}/clipsmm-0.3/
 %doc ChangeLog
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_datadir}/gtk-doc/html/clipsmm-0.2/
+%doc %{_datadir}/gtk-doc/html/clipsmm-0.3/
 %dir %{_datadir}/gtk-doc/
 %dir %{_datadir}/gtk-doc/html/
 
 %changelog
+* Sat Feb 09 2013 Tim Niemueller <tim at niemueller.de> - 0.3.0-1
+- Upgrade to 0.3.0
+
 * Thu Sep 27 2012 Tim Niemueller <tim at niemueller.de> - 0.2.1-3
 - Own gtk-doc dir and no longer depend on it, fixes #604341
 
diff --git a/sources b/sources
index 264bb4c..af07c10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58f55ec3a1157c0e5bb77389c981e612  clipsmm-0.2.1.tar.bz2
+cedb293dc42ee24940e5d1973fb7969f  clipsmm-0.3.0.tar.bz2


More information about the scm-commits mailing list