rpms/samba/F-9 .cvsignore, 1.47, 1.48 samba.spec, 1.152, 1.153 sources, 1.51, 1.52 samba-3.2.0pre2-roreloc.diff, 1.1, NONE samba-3.2.0pre3-join.diff, 1.1, NONE samba-3.2.0pre3-smbclient.diff, 1.1, NONE samba-3.2.0pre3-smbspool.patch, 1.1, NONE

Guenther Deschner (gd) fedora-extras-commits at redhat.com
Mon May 26 16:23:32 UTC 2008


Author: gd

Update of /cvs/pkgs/rpms/samba/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10948

Modified Files:
	.cvsignore samba.spec sources 
Removed Files:
	samba-3.2.0pre2-roreloc.diff samba-3.2.0pre3-join.diff 
	samba-3.2.0pre3-smbclient.diff samba-3.2.0pre3-smbspool.patch 
Log Message:
Update to Samba 3.2.0rc1.

Guenther



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/samba/F-9/.cvsignore,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- .cvsignore	25 Apr 2008 19:34:56 -0000	1.47
+++ .cvsignore	26 May 2008 16:22:12 -0000	1.48
@@ -1 +1 @@
-samba-3.2.0pre3.tar.gz
+samba-3.2.0rc1.tar.gz


Index: samba.spec
===================================================================
RCS file: /cvs/pkgs/rpms/samba/F-9/samba.spec,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- samba.spec	21 May 2008 20:46:50 -0000	1.152
+++ samba.spec	26 May 2008 16:22:12 -0000	1.153
@@ -1,5 +1,5 @@
-%define main_release 12
-%define samba_version 3.2.0pre3
+%define main_release 13
+%define samba_version 3.2.0rc1
 %define tdb_version 1.1.1
 %define talloc_version 1.2.0
 
@@ -7,13 +7,13 @@
 Name: samba
 Epoch: 0
 Version: 3.2.0
-Release: 1.pre3.%{main_release}%{?dist}
+Release: 1.rc1.%{main_release}%{?dist}
 License: GPLv3+ and LGPLv3+
 Group: System Environment/Daemons
 URL: http://www.samba.org/
 
 #TAG: change for non-pre
-Source: http://download.samba.org/samba/ftp/pre/%{name}-%{version}pre3.tar.gz
+Source: http://download.samba.org/samba/ftp/rc/%{name}-%{version}rc1.tar.gz
 #Source: http://www.samba.org/samba/ftp/samba/%{name}-%{version}.tar.gz
 
 # Red Hat specific replacement-files
@@ -46,10 +46,7 @@
 Patch110: samba-3.0.21pre1-smbspool.patch
 Patch111: samba-3.0.13-smbclient.patch
 Patch200: samba-3.0.25rc1-inotifiy.patch
-Patch207: samba-3.2.0pre2-roreloc.diff
-Patch208: samba-3.2.0pre3-smbclient.diff
-Patch209: samba-3.2.0pre3-join.diff
-Patch210: samba-3.2.0pre3-smbspool.patch
+Patch220: samba-3.2.0rc1-capget.diff
 
 Requires(pre): samba-common = %{epoch}:%{version}-%{release}
 Requires: pam >= 0:0.64
@@ -253,13 +250,10 @@
 #%patch104 -p1 -b .nmbd-netbiosname # FIXME: does not apply
 %patch107 -p1 -b .grouppwd
 #%patch108 -p1 -b .non-ascii-domain
-%patch110 -p1 -b .smbspool
+#%patch110 -p1 -b .smbspool # FIXME: does not apply
 #%patch111 -p1 -b .smbclient # FIXME: does not apply
 #%patch200 -p0 -b .inotify # FIXME: does not compile
-%patch207 -p1 -b .roreloc
-%patch208 -p1 -b .smbclient
-%patch209 -p1 -b .join
-%patch210 -p1 -b .smbspool
+%patch220 -p1 -b .capget
 
 mv source/VERSION source/VERSION.orig
 sed -e 's/SAMBA_VERSION_VENDOR_SUFFIX=$/&\"%{release}\"/' < source/VERSION.orig > source/VERSION
@@ -436,9 +430,9 @@
 ln -s libtalloc.so.1 $RPM_BUILD_ROOT%{_libdir}/libtalloc.so
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/samba/libtdb.so $RPM_BUILD_ROOT%{_libdir}/samba/libtdb.a || true
-install -m 755 source/bin/libtdb.so $RPM_BUILD_ROOT%{_libdir}/libtdb.so.0
+install -m 755 source/bin/libtdb.so $RPM_BUILD_ROOT%{_libdir}/libtdb.so.1
 install -m 644 source/lib/tdb/tdb.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/tdb.pc
-ln -s libtdb.so.0 $RPM_BUILD_ROOT%{_libdir}/libtdb.so
+ln -s libtdb.so.1 $RPM_BUILD_ROOT%{_libdir}/libtdb.so
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/samba/libwbclient.so $RPM_BUILD_ROOT%{_libdir}/samba/libwbclient.a || true
 install -m 755 source/bin/libwbclient.so $RPM_BUILD_ROOT%{_libdir}/libwbclient.so.0
@@ -854,6 +848,9 @@
 %{_datadir}/pixmaps/samba/logo-small.png
 
 %changelog
+* Fri May 23 2008 Guenther Deschner <gdeschner at redhat.com> - 3.2.0-1.pre3.13
+- Update to 3.2.0rc1
+
 * Wed May 21 2008 Simo Sorce <ssorce at redhat.com> - 3.2.0-1.pre3.12
 - impossit made iimpossible to print against Vista and XP SP3 as servers
 - resolves: #439154


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/samba/F-9/sources,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- sources	25 Apr 2008 19:34:56 -0000	1.51
+++ sources	26 May 2008 16:22:12 -0000	1.52
@@ -1 +1 @@
-b8d013bdb8f65f494778ffcb50cf0215  samba-3.2.0pre3.tar.gz
+df46b81d4921136af3aaade65c054d31  samba-3.2.0rc1.tar.gz


--- samba-3.2.0pre2-roreloc.diff DELETED ---


--- samba-3.2.0pre3-join.diff DELETED ---


--- samba-3.2.0pre3-smbclient.diff DELETED ---


--- samba-3.2.0pre3-smbspool.patch DELETED ---




More information about the scm-commits mailing list