rpms/GMT/devel GMT.spec,1.3,1.4

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Tue May 27 15:33:48 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/GMT/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15502/devel

Modified Files:
	GMT.spec 
Log Message:
* Tue May 27 2008 Orion Poplawski <orion at cora.nwra.com> 4.3.1-2
- Fix lowercase provides (bug #448263)



Index: GMT.spec
===================================================================
RCS file: /cvs/pkgs/rpms/GMT/devel/GMT.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- GMT.spec	21 May 2008 19:46:26 -0000	1.3
+++ GMT.spec	27 May 2008 15:32:48 -0000	1.4
@@ -7,7 +7,7 @@
 
 Name:           GMT
 Version:        4.3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Generic Mapping Tools
 
 Group:          Applications/Engineering
@@ -27,7 +27,7 @@
 BuildRequires:  less
 Requires:       less
 Requires:       GMT-coastlines
-Provides:       gmt = %{name}-%{release}
+Provides:       gmt = %{version}-%{release}
 
 %description
 GMT is an open source collection of ~60 tools for manipulating geographic and
@@ -47,7 +47,7 @@
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Provides:       gmt-devel = %{name}-%{release}
+Provides:       gmt-devel = %{version}-%{release}
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -58,7 +58,7 @@
 Summary:        Static libraries for %{name}
 Group:          Development/Libraries
 Requires:       %{name}-devel = %{version}-%{release}
-Provides:       gmt-static = %{name}-%{release}
+Provides:       gmt-static = %{version}-%{release}
 
 %description    static
 The %{name}-static package contains static libraries for developing
@@ -70,7 +70,7 @@
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       octave(api) = %{octave_api}
-Provides:       gmt-octave = %{name}-%{release}
+Provides:       gmt-octave = %{version}-%{release}
 
 %description    octave
 The %{name}-octave package contains and Octave interface for developing
@@ -81,7 +81,7 @@
 Summary:        Generic Mapping Tools (Examples)
 Group:          Applications/Engineering
 Requires:       %{name} = %{version}-%{release}
-Provides:       gmt-examples = %{name}-%{release}
+Provides:       gmt-examples = %{version}-%{release}
 
 %description    examples
 Example scripts for the Generic Mapping Tools.
@@ -214,6 +214,9 @@
 
 
 %changelog
+* Tue May 27 2008 Orion Poplawski <orion at cora.nwra.com> 4.3.1-2
+- Fix lowercase provides (bug #448263)
+
 * Wed May 21 2008 Orion Poplawski <orion at cora.nwra.com> 4.3.1-1
 - Update to 4.3.1, drop upstreamed patches
 - Remove other install fixes upstreamed




More information about the fedora-extras-commits mailing list