bradbell pushed to cppad (f21). "The Provides coin-or-cppad was in the wrong place. Move it below (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Apr 12 21:58:59 UTC 2015


>From 5a2fbeade281c94f7ffbd5a11a70ba3f38e0e34d Mon Sep 17 00:00:00 2001
From: Brad Bell <bradbell at seanet.com>
Date: Sat, 11 Apr 2015 12:22:17 -0700
Subject: The Provides coin-or-cppad was in the wrong place. Move it below
 %package-devel; see https://bugzilla.redhat.com/show_bug.cgi?id=1197488


diff --git a/cppad.spec b/cppad.spec
index 7ba400e..cd84d9b 100644
--- a/cppad.spec
+++ b/cppad.spec
@@ -16,7 +16,7 @@
 
 Name: cppad
 Version: 20150000.9
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: C++ Algorithmic Differentiation (AD), %{name}-devel and %{name}-doc
 
 # Only noarch.rpms provided. The user can compile with or without debugging
@@ -30,11 +30,6 @@ Source: http://www.coin-or.org/download/source/CppAD/%{name}-%{version}.gpl.tgz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: cmake >= 2.8
 
-# Requested by bug report
-#	https://bugzilla.redhat.com/show_bug.cgi?id=1197488
-Provides: coin-or-cppad = %{version}-%{release}
-Provides: coin-or-cppad-devel = %{version}-%{release}
-
 %description
 C++ Algorithmic Differentiation (AD), see %{name}-devel, %{name}-doc.
 
@@ -44,6 +39,10 @@ Summary: The %{name} C++ include files for Algorithmic Differentiation (AD)
 BuildArch: noarch
 Group: Development/Libraries
 Provides: %{name} = %{version}-%{release}
+# Requested by bug report
+#     https://bugzilla.redhat.com/show_bug.cgi?id=1197488
+Provides: coin-or-cppad = %{version}-%{release}
+Provides: coin-or-cppad-devel = %{version}-%{release}
 
 %description devel
 We refer to the step by step conversion from an algorithm that computes 
@@ -167,6 +166,10 @@ make check
 
 # ----------------------------------------------------------------------------
 %changelog
+* Sat Apr 11 2015 Brad Bell <bradbell at seanet dot com> - 20150000.9-2
+- Move Provides coin-or-cppad below %%package-devel;
+- see https://bugzilla.redhat.com/show_bug.cgi?id=1197488
+
 * Mon Mar 02 2015 Brad Bell <bradbell at seanet dot com> - 20150000.9-1
 - 1: Advance to newer version of upstream source to fix some bugs.
 - 2: Remove patch of test_more/optimize.cpp which is no longer necessary.
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/cppad.git/commit/?h=f21&id=5a2fbeade281c94f7ffbd5a11a70ba3f38e0e34d


More information about the scm-commits mailing list