[kdebase3] reenable samba (kio_smb)

Kevin Kofler kkofler at fedoraproject.org
Fri Mar 8 15:21:57 UTC 2013


commit 537db6edd89c23b18d08bda881e986010a0436ef
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Fri Mar 8 16:21:23 2013 +0100

    reenable samba (kio_smb)
    
    * Fri Mar 08 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.10-24
    - reenable samba (kio_smb)
    
    (If this fails to build, I'm going to fix it. Also note that I removed the
    redundant unconditional --with-samba, there's a conditional --with(out)-samba
    further down the long split %configure line.)

 kdebase3.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/kdebase3.spec b/kdebase3.spec
index 94f17d2..bc95f15 100644
--- a/kdebase3.spec
+++ b/kdebase3.spec
@@ -8,7 +8,7 @@
 %define libs 1
 
 %define _with_libutempter 1
-#define _with_samba --with-samba
+%define _with_samba --with-samba
 
 # make -pim-ioslaves subpkg
 %define pim 1
@@ -16,7 +16,7 @@
 Name:    kdebase3
 Summary: KDE 3 core files
 Version: 3.5.10
-Release: 23%{?dist}
+Release: 24%{?dist}
 
 # programs: GPLv2, libs: LGPLv2
 License: GPLv2
@@ -292,7 +292,6 @@ export DO_NOT_COMPILE="$DO_NOT_COMPILE khotkeys kdepasswd kcheckpass drkonqi"
    --with-libraw1394 \
 %endif
    --with-openexr \
-   --with-samba \
    --with-xinerama \
    --with-xscreensaver \
    --without-shadow \
@@ -752,8 +751,12 @@ fi
 
 
 %changelog
+* Fri Mar 08 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.10-24
+- reenable samba (kio_smb)
+
 * Thu Mar 07 2013 Than Ngo <than at redhat.com> - 3.5.10-23
 - fix build failure with new automake
+- disable samba (kio_smb)
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.5.10-22
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


More information about the scm-commits mailing list