Update to latest upstream release (#1201068)

This commit is contained in:
pcpa 2015-04-12 13:09:14 -03:00
parent 664cf7d65b
commit 04ec527214
4 changed files with 15 additions and 11 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/Clp-1.15.10.tgz
/Clp-1.16.1.tgz
/Clp-1.16.3.tgz
/Clp-1.16.6.tgz

View File

@ -1,7 +1,7 @@
diff -up Clp-1.15.7/Makefile.in.orig Clp-1.15.7/Makefile.in
--- Clp-1.15.7/Makefile.in.orig 2014-07-16 12:35:34.683193514 -0300
+++ Clp-1.15.7/Makefile.in 2014-07-16 12:35:58.494194426 -0300
@@ -406,7 +406,7 @@ EXTRA_DIST = doc/authors.xml doc/basicmo
diff -up Clp-1.16.6/Makefile.in.orig Clp-1.16.6/Makefile.in
--- Clp-1.16.6/Makefile.in.orig 2015-04-12 12:58:41.513642557 -0300
+++ Clp-1.16.6/Makefile.in 2015-04-12 12:59:06.943643531 -0300
@@ -420,7 +420,7 @@ EXTRA_DIST = doc/authors.xml doc/basicmo
########################################################################
pkgconfiglibdir = $(libdir)/pkgconfig
pkgconfiglib_DATA = clp.pc $(am__append_3)
@ -10,12 +10,12 @@ diff -up Clp-1.15.7/Makefile.in.orig Clp-1.15.7/Makefile.in
########################################################################
# Maintainer Stuff #
@@ -416,7 +416,7 @@ CLEANFILES =
@@ -430,7 +430,7 @@ CLEANFILES =
# Files that are generated and should be cleaned with make distclean
DISTCLEANFILES = $(am__append_5) $(VPATH_DISTCLEANFILES)
DocFiles = README AUTHORS LICENSE
DocFiles = README AUTHORS LICENSE
-DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME)
+DocInstallDir = $(datadir)/doc/coin-or-$(PACKAGE_NAME)
COIN_HAS_DOXYGEN = @COIN_HAS_DOXYGEN_TRUE@TRUE
COIN_HAS_LATEX = @COIN_HAS_LATEX_TRUE@TRUE
all: all-recursive
.SUFFIXES:

View File

@ -3,8 +3,8 @@
Name: coin-or-%{module}
Group: Applications/Engineering
Summary: Coin-or linear programming
Version: 1.16.3
Release: 2%{?dist}
Version: 1.16.6
Release: 1%{?dist}
License: EPL
URL: http://projects.coin-or.org/%{module}
Source0: http://www.coin-or.org/download/pkgsource/%{module}/%{module}-%{version}.tgz
@ -89,6 +89,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test
%doc %{_docdir}/%{name}/html
%changelog
* Sun Apr 12 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.16.6-1
- Update to latest upstream release (#1201068)
* Sat Feb 21 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.16.3-2
- Rebuild to ensure using latest C++ abi changes.

View File

@ -1 +1 @@
bf3692955a052a65b79c62f1bba048cd Clp-1.16.3.tgz
58dacffe4fcdf47b199d4465b3a4f233 Clp-1.16.6.tgz