Update to latest upstream release (#1089923).
This commit is contained in:
parent
5cfb624da0
commit
915ca4f0ab
@ -1,18 +1,18 @@
|
||||
diff -up Clp-1.15.3/Makefile.in.orig Clp-1.15.3/Makefile.in
|
||||
--- Clp-1.15.3/Makefile.in.orig 2013-11-01 13:42:29.496647532 -0200
|
||||
+++ Clp-1.15.3/Makefile.in 2013-11-01 13:42:58.356648637 -0200
|
||||
@@ -401,7 +401,7 @@ EXTRA_DIST = doc/authors.xml doc/basicmo
|
||||
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
|
||||
########################################################################
|
||||
pkgconfiglibdir = $(libdir)/pkgconfig
|
||||
pkgconfiglib_DATA = clp.pc $(am__append_2)
|
||||
pkgconfiglib_DATA = clp.pc $(am__append_3)
|
||||
-addlibsdir = $(DESTDIR)$(datadir)/coin/doc/Clp
|
||||
+addlibsdir = $(DESTDIR)$(datadir)/doc/coin-or-$(PACKAGE_NAME)
|
||||
|
||||
########################################################################
|
||||
# Maintainer Stuff #
|
||||
@@ -411,7 +411,7 @@ CLEANFILES =
|
||||
@@ -416,7 +416,7 @@ CLEANFILES =
|
||||
# Files that are generated and should be cleaned with make distclean
|
||||
DISTCLEANFILES = $(am__append_4) $(VPATH_DISTCLEANFILES)
|
||||
DISTCLEANFILES = $(am__append_5) $(VPATH_DISTCLEANFILES)
|
||||
DocFiles = README AUTHORS LICENSE
|
||||
-DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME)
|
||||
+DocInstallDir = $(datadir)/doc/coin-or-$(PACKAGE_NAME)
|
||||
|
@ -1,7 +1,7 @@
|
||||
diff -up Clp-1.15.3/Makefile.in.orig Clp-1.15.3/Makefile.in
|
||||
--- Clp-1.15.3/Makefile.in.orig 2013-11-01 13:41:51.932646093 -0200
|
||||
+++ Clp-1.15.3/Makefile.in 2013-11-01 13:42:12.116646866 -0200
|
||||
@@ -903,7 +903,7 @@ uninstall-local: uninstall-doc
|
||||
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:34:46.203191658 -0300
|
||||
+++ Clp-1.15.7/Makefile.in 2014-07-16 12:34:57.902192106 -0300
|
||||
@@ -908,7 +908,7 @@ uninstall-local: uninstall-doc
|
||||
|
||||
install-data-hook:
|
||||
@$(mkdir_p) "$(addlibsdir)"
|
||||
|
@ -3,8 +3,8 @@
|
||||
Name: coin-or-%{module}
|
||||
Group: Applications/Engineering
|
||||
Summary: Coin-or linear programming
|
||||
Version: 1.15.3
|
||||
Release: 4%{?dist}
|
||||
Version: 1.15.7
|
||||
Release: 1%{?dist}
|
||||
License: EPL
|
||||
URL: http://projects.coin-or.org/%{module}
|
||||
Source0: http://www.coin-or.org/download/pkgsource/%{module}/%{module}-%{version}.tgz
|
||||
@ -93,6 +93,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test
|
||||
%doc %{_docdir}/%{name}/html
|
||||
|
||||
%changelog
|
||||
* Wed Jul 16 2014 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.15.7-1
|
||||
- Update to latest upstream release (#1089923).
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user