rpms/bes/devel bes-3.6.2-gcc43.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 bes.spec, 1.9, 1.10 sources, 1.3, 1.4

Patrice Dumas pertusus at fedoraproject.org
Wed Sep 10 16:55:22 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/bes/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28846

Modified Files:
	.cvsignore bes.spec sources 
Added Files:
	bes-3.6.2-gcc43.patch 
Log Message:
* Fri Sep  5 2008 Patrice Dumas <pertusus at free.fr> 3.6.2-1
- update to 3.6.2


bes-3.6.2-gcc43.patch:

--- NEW FILE bes-3.6.2-gcc43.patch ---
diff -up bes-3.6.2/dispatch/BESStopWatch.cc.gcc43 bes-3.6.2/dispatch/BESStopWatch.cc
--- bes-3.6.2/dispatch/BESStopWatch.cc.gcc43	2008-09-05 16:50:29.000000000 +0200
+++ bes-3.6.2/dispatch/BESStopWatch.cc	2008-09-05 16:50:43.000000000 +0200
@@ -33,6 +33,7 @@
 #include <cerrno>
 #include <string>
 #include <iostream>
+#include <cstring>
 
 using std::string ;
 using std::cerr ;


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bes/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	2 Jan 2008 00:19:54 -0000	1.3
+++ .cvsignore	10 Sep 2008 16:54:52 -0000	1.4
@@ -1 +1 @@
-bes-3.5.3.tar.gz
+bes-3.6.2.tar.gz


Index: bes.spec
===================================================================
RCS file: /cvs/extras/rpms/bes/devel/bes.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bes.spec	19 Feb 2008 17:58:43 -0000	1.9
+++ bes.spec	10 Sep 2008 16:54:52 -0000	1.10
@@ -5,24 +5,25 @@
 %define besgroup %{name}
 
 Name:           bes
-Version:        3.5.3
-Release:        4%{?dist}
+Version:        3.6.2
+Release:        1%{?dist}
 Summary:        Back-end server software framework for OPeNDAP
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.opendap.org/download/BES.html
 Source0:        http://www.opendap.org/pub/source/bes-%{version}.tar.gz
+Patch0:         bes-3.6.2-gcc43.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libdap-devel >= 3.7.10
+BuildRequires:  libdap-devel >= 3.8.0
 BuildRequires:  readline-devel
+BuildRequires:  bzip2-devel zlib-devel
 # needed by ppt
 BuildRequires:  openssl-devel
-BuildRequires:  doxygen graphviz
 BuildRequires:  pkgconfig
-Requires:       bzip2 gzip
+BuildRequires:  doxygen graphviz
 Requires(pre): shadow-utils
 
 %description
@@ -41,11 +42,10 @@
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       libdap-devel >= 3.7.10
-# in bes-config --libs
-Requires:       openssl-devel zlib-devel
+Requires:       libdap-devel >= 3.8.0
 # for the /usr/share/aclocal directory ownership
 Requires:       automake
+Requires:       openssl-devel, bzip2-devel, zlib-devel
 Requires:       pkgconfig
 
 %description    devel
@@ -63,6 +63,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .gcc43
 chmod a-x dispatch/BESStreamResponseHandler*
 
 %build
@@ -98,6 +99,7 @@
 mkdir -p $RPM_BUILD_ROOT%{bescachedir}
 mkdir -p $RPM_BUILD_ROOT%{bespkidir}/{cacerts,public}
 mkdir -p $RPM_BUILD_ROOT%{beslogdir}
+mv $RPM_BUILD_ROOT%{_bindir}/bes-config-pkgconfig $RPM_BUILD_ROOT%{_bindir}/bes-config
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -126,6 +128,7 @@
 %{_datadir}/bes/*.txt
 %{_bindir}/beslistener
 %{_bindir}/besdaemon
+%{_bindir}/besstandalone
 %{_bindir}/besctl
 %{_bindir}/hyraxctl
 %{_bindir}/besregtest
@@ -143,6 +146,7 @@
 %{_bindir}/bes-config
 %{_includedir}/bes/
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/bes_*.pc
 %{_datadir}/bes/templates/
 %{_datadir}/aclocal/bes.m4
 
@@ -151,6 +155,9 @@
 %doc __distribution_docs/api-html/
 
 %changelog
+* Fri Sep  5 2008 Patrice Dumas <pertusus at free.fr> 3.6.2-1
+- update to 3.6.2
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.5.3-4
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bes/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	2 Jan 2008 00:19:54 -0000	1.3
+++ sources	10 Sep 2008 16:54:52 -0000	1.4
@@ -1 +1 @@
-919e686e8e5ac5c561b412795bd717de  bes-3.5.3.tar.gz
+7b1c4055179bfc584398c30434042346  bes-3.6.2.tar.gz




More information about the fedora-extras-commits mailing list