]> git.pld-linux.org Git - packages/rpm-pld-macros.git/commitdiff
- update kdediff
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 18 Sep 2007 08:11:47 +0000 (08:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- --up and --upa can be done together

Changed files:
    rpm-build.sh -> 1.33

rpm-build.sh

index d988cef342f0fafa2d019a88868c2890ffda8ba8..af63bcc0d7f5a7c29ec00bb5371e895d6edfdc7c 100644 (file)
@@ -36,7 +36,7 @@ dist-verify() {
                ;;
        esac
 
-       poldek --sn $dist --sn $dist-updates --up
+       poldek --sn $dist --sn $dist-updates --up --upa -q
        poldek --sn $dist --sn $dist-updates --noignore --verify=deps $args "$@"
 }
 
@@ -98,8 +98,9 @@ kdediff() {
        r1=${r1%:*}
 
        #  http://websvn.kde.org/branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcalRecord.cc?rev=624745&r1=612579&r2=624745&makepatch=1&diff_format=u
+       #  http://websvn.kde.org/branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/aim/aimcontact.cpp?r1=609808&r2=673027&view=patch
        url=http://websvn.kde.org/${url% *}
-       url="$url?r1=$r1&r2=$r2&makepatch=1&diff_format=u"
+       url="$url?r1=$r1&r2=$r2&view=patch"
 
        if [ -t 1 ]; then
                wget "$url" -O -| tee m.patch | diffcol
This page took 0.205234 seconds and 4 git commands to generate.