[xorg-x11-drv-apm] apm-1.2.3-git.patch: sync with git for new ABI

Adam Jackson ajax at fedoraproject.org
Wed Nov 16 18:10:07 UTC 2011


commit abc419356287b7430419b0ba6d25fbee1512b141
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Nov 16 18:09:50 2011 -0500

    apm-1.2.3-git.patch: sync with git for new ABI

 xorg-x11-drv-apm.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-apm.spec b/xorg-x11-drv-apm.spec
index 431d820..c98ca74 100644
--- a/xorg-x11-drv-apm.spec
+++ b/xorg-x11-drv-apm.spec
@@ -5,13 +5,14 @@
 Summary:   Xorg X11 apm video driver
 Name:      xorg-x11-drv-apm
 Version: 1.2.3
-Release: 9%{?dist}
+Release: 10%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
 
 Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 Source1:   apm.xinf
+Patch0:    apm-1.2.3-git.patch
 
 ExcludeArch: s390 s390x
 
@@ -27,10 +28,11 @@ X.Org X11 apm video driver.
 %prep
 
 %setup -q -n %{tarball}-%{version}
+%patch0 -p1 -b .git
 
 %build
 %configure --disable-static
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -54,7 +56,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/apm.4*
 
 %changelog
-* Wed Nov 09 2011 ajax <ajax at redhat.com> - 1.2.3-9
+* Wed Nov 16 2011 Adam Jackson <ajax at redhat.com> 1.2.3-10
+- apm-1.2.3-git.patch: sync with git for new ABI
+
+* Wed Nov 09 2011 Adam Jackson <ajax at redhat.com> - 1.2.3-9
 - ABI rebuild
 
 * Thu Aug 18 2011 Adam Jackson <ajax at redhat.com> - 1.2.3-8


More information about the scm-commits mailing list