[xorg-x11-drv-nouveau] nouveau 1.0.2

Adam Jackson ajax at fedoraproject.org
Wed Sep 12 14:50:45 UTC 2012


commit 6a80750d33c0c980515840d374bd8bef1c838096
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Sep 12 10:50:42 2012 -0400

    nouveau 1.0.2

 .gitignore                |    1 +
 sources                   |    3 +--
 xorg-x11-drv-nouveau.spec |   12 ++++++------
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b474f05..35034dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ xf86-video-nouveau-0.0.16-20100615gitdb98ad2.tar.bz2
 /xf86-video-nouveau-1.0.0.tar.bz2
 /xf86-video-nouveau-1.0.1.tar.bz2
 /xf86-video-nouveau-20120816.tar.xz
+/xf86-video-nouveau-1.0.2.tar.bz2
diff --git a/sources b/sources
index 124602d..bbf8fcd 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-d120bdd4ee9fc3581f3b93e3b31c4574  xf86-video-nouveau-1.0.1.tar.bz2
-608d314e7bda7a13c140e01d534e11f9  xf86-video-nouveau-20120816.tar.xz
+31e310c9e9c9a043307462277a6aad61  xf86-video-nouveau-1.0.2.tar.bz2
diff --git a/xorg-x11-drv-nouveau.spec b/xorg-x11-drv-nouveau.spec
index 48e2ca5..3943ff8 100644
--- a/xorg-x11-drv-nouveau.spec
+++ b/xorg-x11-drv-nouveau.spec
@@ -1,14 +1,14 @@
 %define tarball xf86-video-nouveau
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir %{moduledir}/drivers
-%define gitdate 20120816
+#define gitdate 20120816
 
 Summary:   Xorg X11 nouveau video driver for NVIDIA graphics chipsets
 Name:      xorg-x11-drv-nouveau
 # need to set an epoch to get version number in sync with upstream
 Epoch:     1
-Version:   1.0.1
-Release:   6%{?dist}
+Version:   1.0.2
+Release:   1%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -21,8 +21,6 @@ Source0: http://nouveau.freedesktop.org/release/xf86-video-nouveau-%{version}.ta
 %endif
 Source1: make-git-snapshot.sh
 
-Patch1:  nouveau-prime.patch
-
 ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
 
 BuildRequires: libtool automake autoconf
@@ -51,7 +49,6 @@ X.Org X11 nouveau video driver.
 
 %prep
 %setup -q -n xf86-video-nouveau-%{dirsuffix}
-%patch1 -p1 -b .prime
 
 %build
 autoreconf -v --install
@@ -75,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/nouveau.4*
 
 %changelog
+* Wed Sep 12 2012 Adam Jackson <ajax at redhat.com> 1.0.2-1
+- nouveau 1.0.2
+
 * Fri Aug 17 2012 Dave Airlie <airlied at redhat.com> 1.0.1-6
 - fix dri2 tfp rendering since prime support broke it.
 


More information about the scm-commits mailing list