[frepple] New upstream release

Johan De Taeye jdetaeye at fedoraproject.org
Sat Sep 18 08:33:30 UTC 2010


commit 5e89777f63ef7678ccde870c9d29112380e75a1b
Author: johan <Johan at frepple.(none)>
Date:   Sat Sep 18 10:28:34 2010 +0200

    New upstream release

 frepple.spec |   16 ++++++++++------
 sources      |    2 +-
 2 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/frepple.spec b/frepple.spec
index 6f63870..5dd921a 100644
--- a/frepple.spec
+++ b/frepple.spec
@@ -2,8 +2,8 @@
 
 Summary: Free Production Planning Library
 Name: frepple
-Version: 0.8.0
-Release: 2%{?dist}
+Version: 0.8.1
+Release: 1%{?dist}
 # Note on the license: frePPle is released with the LGPL license, version 2.1 or higher. 
 # The optional plugin module mod_lpsolver depends on the GLPK package which is 
 # licensed under GPL. That module is therefore disabled in this build.
@@ -13,7 +13,7 @@ URL: http://www.frepple.com
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-XXXXXX)
 Requires: xerces-c, Django
-BuildRequires: doxygen, python-devel, xerces-c-devel, Django
+BuildRequires: python-devel, xerces-c-devel, Django
 
 %description
 FrePPLe stands for "Free Production Planning Library". It is a toolkit/
@@ -48,7 +48,8 @@ Documentation subpackage for frePPLe - the Free Production Planning Library.
 %configure \
   --disable-static \
   --disable-dependency-tracking \
-  --enable-doc \
+  --disable-webdoc \
+  --disable-apidoc \
   --enable-forecast \
   --disable-lp_solver \
   --disable-webservice 
@@ -62,7 +63,7 @@ make %{?_smp_mflags} all
 
 %check
 # Run test suite, skipping some long and less interesting tests
-TESTARGS="-e xml_remote -e scalability_1 -e scalability_2 -e scalability_3 -e jobshop -e constraints_material_3 -e pegging -e problems -e buffer_procure_1 -e setup_1 -e setup_2 -e setup_3 -e operation_routing -e constraints_combined_1 "
+TESTARGS="--regression -e setup_1 -e setup_2 -e setup_3 -e operation_routing -e constraints_combined_1"
 export TESTARGS
 make check
 
@@ -111,9 +112,12 @@ rm -rf %{buildroot}
 
 %files doc
 %defattr(-,root,root,-)
-%doc doc/reference doc/*.pdf doc/favicon.ico doc/*.html doc/*.css doc/*.gif doc/*.bmp
+%doc doc/reference doc/Frepple doc/UI doc/Main doc/Tutorial doc/uploads doc/uploads/Frepple doc/uploads/UI doc/uploads/Tutorial doc/*.pdf doc/favicon.ico doc/*.html doc/*.css doc/*.gif doc/*.bmp
 
 %changelog
+* Sat Sep 18 2010 Johan De Taeye <jdetaeye at users.sourceforge.net> 0.8.1-1
+- New upstream release
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.8.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 3fa2547..a810a22 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6049e39e18eda771ab35f8ce35a67148  frepple-0.8.0.tar.gz
+61c3061be20bc8df789a1445b7c8537c  frepple-0.8.1.tar.gz


More information about the scm-commits mailing list