rpms/libwvstreams/devel .cvsignore, 1.9, 1.10 libwvstreams.spec, 1.32, 1.33 sources, 1.9, 1.10 wvstreams-4.2.2-multilib.patch, 1.4, 1.5 libwvstreams-4.4.1-gcc43.patch, 1.2, NONE wvstreams-4.4-no_sarestorer.patch, 1.1, NONE

Ondrej Vasik ovasik at fedoraproject.org
Thu Jan 8 11:49:50 UTC 2009


Author: ovasik

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

Modified Files:
	.cvsignore libwvstreams.spec sources 
	wvstreams-4.2.2-multilib.patch 
Removed Files:
	libwvstreams-4.4.1-gcc43.patch 
	wvstreams-4.4-no_sarestorer.patch 
Log Message:
new upstream version, activate --with-dbus (#479144), removed applied patches


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libwvstreams/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	21 Nov 2008 16:37:39 -0000	1.9
+++ .cvsignore	8 Jan 2009 11:49:15 -0000	1.10
@@ -1 +1 @@
-wvstreams-4.5.tar.gz
+wvstreams-4.5.1.tar.gz


Index: libwvstreams.spec
===================================================================
RCS file: /cvs/extras/rpms/libwvstreams/devel/libwvstreams.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- libwvstreams.spec	21 Nov 2008 16:37:39 -0000	1.32
+++ libwvstreams.spec	8 Jan 2009 11:49:15 -0000	1.33
@@ -1,12 +1,10 @@
 Name: libwvstreams
-Version: 4.5
+Version: 4.5.1
 Release: 1%{?dist}
 Summary: WvStreams is a network programming library written in C++
 Source: http://wvstreams.googlecode.com/files/wvstreams-%{version}.tar.gz
 Patch1: wvstreams-4.2.2-multilib.patch
-Patch2: wvstreams-4.4-no_sarestorer.patch
-Patch3: libwvstreams-4.4.1-gcc43.patch
-Patch4: wvstreams-4.5-noxplctarget.patch
+Patch2: wvstreams-4.5-noxplctarget.patch
 URL: http://alumnit.ca/wiki/index.php?page=WvStreams
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -30,9 +28,7 @@
 %prep
 %setup -q -n wvstreams-%{version}
 %patch1 -p1 -b .multilib
-%patch2 -p1 -b .no_sarestore
-%patch3 -p1 -b .gcc43
-%patch4 -p1 -b .xplctarget
+%patch2 -p1 -b .xplctarget
 
 %build
 #  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
@@ -43,7 +39,7 @@
 #  --with-qt               Qt
 #  --with-zlib             zlib (required)
 touch configure
-%configure --with-dbus=no --with-pam --with-openssl --without-tcl --with-qt=no --disable-static
+%configure --with-dbus=yes --with-pam --with-openssl --without-tcl --with-qt=no --disable-static
 
 make COPTS="$RPM_OPT_FLAGS -fPIC -fpermissive" CXXOPTS="$RPM_OPT_FLAGS -fPIC -fpermissive" VERBOSE=1
 
@@ -69,12 +65,12 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc LICENSE README
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_includedir}/wvstreams
 %{_libdir}/*.so
 %{_libdir}/*.a
@@ -85,6 +81,10 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Jan 08 2009 Ondrej Vasik <ovasik at redhat.com> - 4.5.1-1
+- new upstream release 4.5.1 , removed applied patches
+- activate --with-dbus(#479144)
+
 * Fri Nov 22 2008 Ondrej Vasik <ovasik at redhat.com> - 4.5-1
 - new upstream release
 - fixed issue with missing install-xplc target and std::sort


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libwvstreams/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	21 Nov 2008 16:37:39 -0000	1.9
+++ sources	8 Jan 2009 11:49:15 -0000	1.10
@@ -1 +1 @@
-8cc00e69d70fa0071595b7e919cbb1e0  wvstreams-4.5.tar.gz
+d092f6a80d38d361cb7a6d54d7699678  wvstreams-4.5.1.tar.gz

wvstreams-4.2.2-multilib.patch:

Index: wvstreams-4.2.2-multilib.patch
===================================================================
RCS file: /cvs/extras/rpms/libwvstreams/devel/wvstreams-4.2.2-multilib.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wvstreams-4.2.2-multilib.patch	21 Nov 2008 16:37:39 -0000	1.4
+++ wvstreams-4.2.2-multilib.patch	8 Jan 2009 11:49:15 -0000	1.5
@@ -18,14 +18,3 @@
  
  /* Define to enable DBUS support. */
  #undef WITH_DBUS
-@@ -208,7 +208,9 @@
- 
- /* Define to 1 if your processor stores words with the most significant byte
-    first (like Motorola and SPARC, unlike Intel and VAX). */
--#undef WORDS_BIGENDIAN
-+#if defined(__BIG_ENDIAN__)
-+#define WORDS_BIGENDIAN 1
-+#endif
- 
- /* Define to disable WvResolver forking for debugging with gdb. */
- #undef WVRESOLVER_SKIP_FORK


--- libwvstreams-4.4.1-gcc43.patch DELETED ---


--- wvstreams-4.4-no_sarestorer.patch DELETED ---




More information about the fedora-extras-commits mailing list