- remove %release from requires

- Update to Protobuf 2.4.1:

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=16
This commit is contained in:
Stephan Kulow 2011-12-21 09:47:43 +00:00 committed by Git OBS Bridge
parent 20140cb096
commit d875545181
2 changed files with 8 additions and 5 deletions

View File

@ -1,8 +1,12 @@
-------------------------------------------------------------------
Wed Dec 21 09:47:32 UTC 2011 - coolo@suse.com
- remove %release from requires
-------------------------------------------------------------------
Wed Oct 12 15:46:14 MSD 2011 - tony@daylessday.org
- Update to Protobuf 2.4.1
Changes in version 2.4.1:
- Update to Protobuf 2.4.1:
C++
* Fixed the frendship problem for old compilers to make the library now gcc 3
compatible again.

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define soname 7
%bcond_without check
@ -91,8 +90,8 @@ RPC protocols and file formats.
%package devel
Summary: Header files, libraries and development documentation for %{name}
Group: Development/Libraries/C and C++
Requires: gcc-c++ libprotobuf%{soname} = %version-%release libprotobuf-lite%{soname}
Provides: libprotobuf-devel = %version-%release
Requires: gcc-c++ libprotobuf%{soname} = %version libprotobuf-lite%{soname}
Provides: libprotobuf-devel = %version
BuildRequires: pkg-config
%description devel