diff --git a/driver-abi-rebuild.sh b/driver-abi-rebuild.sh index 576d5e0..80750f0 100755 --- a/driver-abi-rebuild.sh +++ b/driver-abi-rebuild.sh @@ -5,10 +5,10 @@ builddir="abi-rebuild" -#if [ -e "$builddir" ]; then -# echo "Path '$builddir' exists. Move out of the way first" -# exit 1 -#fi +if [ -e "$builddir" ]; then + echo "Path '$builddir' exists. Move out of the way first" + exit 1 +fi mkdir -p $builddir pushd $builddir @@ -39,10 +39,10 @@ echo $driverlist $extradrivers | xargs -n1 $pkg co $branch for i in xorg-x11-drv-*/ ; do [ -e $i/dead.package ] && continue pushd $i - rpmdev-bumpspec -c "- ABI rebuild" *.spec - #$pkg commit -c -p && $pkg build --nowait + rpmdev-bumpspec -c "- 1.15RC1 ABI rebuild" *.spec + $pkg commit -c -p && $pkg build --nowait #$pkg mockbuild - $pkg srpm + #$pkg srpm #mockchain -r fedora-20-x86_64 -l $OLDPWD #mockchain -r rhel-7.0-candidate-x86_64 -l $OLDPWD popd diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index c020ff0..dca6c0e 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -458,6 +458,7 @@ autoreconf -f -v --install || exit 1 --disable-linux-acpi --disable-linux-apm \ --enable-xselinux --enable-record \ --enable-config-udev \ + --disable-unit-tests \ %{?wayland} \ %{dri_flags} %{?bodhi_flags} \ ${CONFIGURE} @@ -646,6 +647,9 @@ rm -rf $RPM_BUILD_ROOT %{xserver_source_dir} %changelog +* Thu Nov 07 2013 Adam Jackson 1.14.99.901-1 - 1.15RC1