[arch-commits] Commit in samba/trunk (PKGBUILD)

Tobias Powalowski tpowa at nymeria.archlinux.org
Wed Apr 10 15:22:08 UTC 2013


    Date: Wednesday, April 10, 2013 @ 17:22:08
  Author: tpowa
Revision: 182427

upgpkg: samba 4.0.5-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-10 14:07:14 UTC (rev 182426)
+++ PKGBUILD	2013-04-10 15:22:08 UTC (rev 182427)
@@ -10,12 +10,12 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.0.4
+pkgver=4.0.5
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.0.4
-pkgrel=2
+_realver=4.0.5
+pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org"
 license=('GPL3')
@@ -33,8 +33,7 @@
         swat.socket
         swat at .service
         winbindd.service
-        samba.conf
-        samba-4.0.3-fix_pidl_with_gcc48.patch)
+        samba.conf)
 ### UNINSTALL dmapi package before building!!!
 
 build() {
@@ -44,8 +43,6 @@
   _pkgsrc=${srcdir}/samba-pkg
   rm -rf ${_pkgsrc}
   cd ${srcdir}/samba-${_realver}
-  # fix compile with gcc48
-  patch -Np1 -i ${srcdir}/samba-4.0.3-fix_pidl_with_gcc48.patch
   # change to use python2
   SAVEIFS=${IFS}
   IFS=$(echo -en "\n\b")
@@ -202,7 +199,7 @@
 
     # Make admin scripts look in the right place for the samba python module
     for script in sbin/samba_dnsupdate sbin/samba_kcc sbin/samba_spnupdate \
-                  sbin/samba_upgradeprovision sbin/samba_upgradedns bin/samba-tool
+                  sbin/samba_upgradedns bin/samba-tool
     do
         sed -i "/^sys\.path\.insert/ a\
 sys.path.insert(0, '/usr/lib/python${_pyver}/site-packages')" \
@@ -243,7 +240,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema ${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('93af85940905d114f0231df2479eb31a'
+md5sums=('58ec2fec08872b72f8fd526f2da20a9e'
          '5697da77590ec092cc8a883bae06093c'
          'a4bbfa39fee95bba2e7ad6b535fae7e6'
          '96f82c38f3f540b53f3e5144900acf17'
@@ -254,5 +251,4 @@
          '6db11f3dd2112a4b7a73007b189bef3f'
          'b0de262f9c62acd162e873658f33d063'
          '64a52bc798033aeabfae3410bd559aa4'
-         '49abd7b719e3713a3f75a8a50958e381'
-         'a4a96fe0b391a74e67fb3d54afc0d657')
+         '49abd7b719e3713a3f75a8a50958e381')




More information about the arch-commits mailing list