[coin-or-Blis/f22] Update to latest upstream release (#1191434)

pcpa pcpa at fedoraproject.org
Sat Feb 14 15:32:14 UTC 2015


commit 3b1ffedcc7c047b1dcd72db9c7f618558c7b2776
Author: pcpa <paulo.cesar.pereira.de.andrade at gmail.com>
Date:   Sat Feb 14 13:31:53 2015 -0200

    Update to latest upstream release (#1191434)

 .gitignore        |    1 +
 coin-or-Blis.spec |   13 ++++++-------
 sources           |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a548f88..1201b6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Blis-0.93.11.tgz
+/Blis-0.94.0.tgz
diff --git a/coin-or-Blis.spec b/coin-or-Blis.spec
index 3d27c90..b5a99ea 100644
--- a/coin-or-Blis.spec
+++ b/coin-or-Blis.spec
@@ -3,8 +3,8 @@
 Name:		coin-or-%{module}
 Group:		Applications/Engineering
 Summary:	BLIS (BiCePS Linear Integer Solver)
-Version:	0.93.11
-Release:	4%{?dist}
+Version:	0.94.0
+Release:	1%{?dist}
 License:	EPL
 URL:		http://projects.coin-or.org/CHiPPS
 Source0:	http://www.coin-or.org/download/pkgsource/CHiPPS/%{module}-%{version}.tgz
@@ -26,11 +26,8 @@ BuildRequires:	readline-devel
 BuildRequires:	texlive-epstopdf
 BuildRequires:	zlib-devel
 
-# Properly handle DESTDIR
-Patch0:		%{name}-pkgconfig.patch
-
 # Install documentation in standard rpm directory
-Patch1:		%{name}-docdir.patch
+Patch0:		%{name}-docdir.patch
 
 %description
 BLIS (BiCePS Linear Integer Solver) is an application developed on top of
@@ -59,7 +56,6 @@ This package contains the documentation for %{name}.
 %prep
 %setup -q -n %{module}-%{version}
 %patch0 -p1
-%patch1 -p1
 
 # silence doxygen deprecation warnings
 sed -i 's/^\(SYMBOL_CACHE_SIZE\|SHOW_DIRECTORIES\|HTML_ALIGN_MEMBERS\|USE_INLINE_TREES\|DOT_FONTNAME\)/#\1/g' doxydoc/doxygen.conf.in
@@ -101,6 +97,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test
 %doc %{_docdir}/%{name}/html
 
 %changelog
+* Sat Feb 14 2015 pcpa <paulo.cesar.pereira.de.andrade at gmail.com> - 0.94.0-1
+- Update to latest upstream release (#1191434)
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.93.11-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 7e6b1bd..f3606f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6a28e7251348a9c14d0bfba5d9ed5ca  Blis-0.93.11.tgz
+59f1e1be13f7b05a6c67b0b978f1deec  Blis-0.94.0.tgz


More information about the scm-commits mailing list