Browse Source

xorg-x11-server-1.7.99.902-1.20100319
- update to 1.8rc2 git snapshot

xorg-x11-drv-keyboard-1.4.0-2
xorg-x11-drv-evdev-2.3.2-2
xorg-x11-drv-ati-6.12.6-2
xorg-x11-drv-synaptics-1.2.1-2
xorg-x11-drv-nv-2.1.17-2
- rebuild with xserver-1.8rc

xorg-x11-drv-intel-2.10.0-2
- add intel-gpu-tools, rebuild with xserver-1.8

xorg-x11-drv-nouveau-0.0.16-1.20100218git2964702
- new git snapshot, rebuild with xserver-1.8



git-svn-id: http://trac.vinelinux.org/repos/projects/specs@659 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 14 years ago
parent
commit
95df4e39c8

+ 4 - 1
x/xorg-x11-drv-ati/xorg-x11-drv-ati-vl.spec

@@ -6,7 +6,7 @@ Summary:   Xorg X11 ati video driver
 Summary(ja):   Xorg X11 ati ビデオドライバ
 Name:      xorg-x11-drv-ati
 Version:   6.12.6
-Release:   1%{?_dist_release}
+Release:   2%{?_dist_release}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/radeon.4*
 
 %changelog
+* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.6-2
+- rebuild with xserver-1.8rc
+
 * Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.12.6-1
 - new upstream release
 

+ 4 - 1
x/xorg-x11-drv-evdev/xorg-x11-drv-evdev-vl.spec

@@ -6,7 +6,7 @@ Summary:   Xorg X11 evdev input driver
 Summary(ja):   Xorg X11 evdev 入力ドライバ
 Name:      xorg-x11-drv-evdev
 Version:   2.3.2
-Release: 1%{?_dist_release}
+Release:   2%{?_dist_release}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/xorg-evdev.pc
 
 %changelog
+* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-2
+- rebuild with xserver-1.8rc
+
 * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.2-1
 - new upstream release
 

+ 5 - 2
x/xorg-x11-drv-keyboard/xorg-x11-drv-keyboard-vl.spec

@@ -5,8 +5,8 @@
 Summary:   Xorg X11 keyboard input driver
 Summary(ja):   Xorg X11 キーボード入力ドライバ
 Name:      xorg-x11-drv-keyboard
-Version: 1.4.0
-Release: 1%{?_dist_release}
+Version:   1.4.0
+Release:   2%{?_dist_release}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 #{_mandir}/man4/keyboard.4*
 
 %changelog
+* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-2
+- rebuild with xserver-1.8rc
+
 * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1
 - new upstream release
 

+ 13 - 17
x/xorg-x11-drv-nouveau/xorg-x11-drv-nouveau-vl.spec

@@ -1,14 +1,14 @@
 %define tarball xf86-video-nouveau
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir %{moduledir}/drivers
-%define nouveau_version 0.0.15
+%define nouveau_version 0.0.16
 
 # Tarfile created using git
 # git clone git://git.freedesktop.org/git/nouveau/xf86-video-nouveau
 # git-archive --format=tar --prefix=xf86-video-nouveau-0.0.10/ %{git_version} | bzip2 > xf86-video-nouveau-0.0.10-%{gitdate}.tar.bz2
 
-%define gitdate 20091216
-%define git_version 03c7d6
+%define gitdate 20100218
+%define git_version 2964702
 
 %define snapshot %{gitdate}git%{git_version}
 
@@ -31,20 +31,16 @@ ExcludeArch: s390 s390x
 
 BuildRequires: libtool automake autoconf
 BuildRequires: xorg-x11-server-sdk >= 1.7.0
-BuildRequires: libdrm-devel >= 2.4.16
+BuildRequires: libdrm-devel >= 2.4.18
 BuildRequires: mesa-libGL-devel
 BuildRequires: kernel-headers >= 2.6.32
 
 Requires:  hwdata
 Requires:  xorg-x11-server-Xorg > 1.7.0
-Requires:  libdrm >= 2.4.16
+Requires:  libdrm >= 2.4.18
 
-Patch0: nouveau-store-vbios.patch
-Patch1: dcbconf_7_4_ignore.diff
-Patch2: nouveau-multiple-xserver.patch
-Patch6: nouveau-bicubic-2x.patch
-Patch7: nouveau-bgnr.patch
-Patch8: nouveau-tile7000.patch
+Patch0: nouveau-bicubic-2x.patch
+Patch1: nouveau-bgnr.patch
 
 %description 
 X.Org X11 nouveau video driver.
@@ -52,12 +48,8 @@ X.Org X11 nouveau video driver.
 %prep
 %setup -q -n %{tarball}-%{version}
 
-%patch0 -p1 -b .vbios
-%patch1 -p1 -b .dcbconf
-%patch2 -p1 -b .multix
-%patch6 -p1 -b .bicubic
-%patch7 -p1 -b .bgnr
-%patch8 -p1 -b .tile7000
+%patch0 -p1 -b .bicubic
+%patch1 -p1 -b .bgnr
 
 %build
 autoreconf -v --install
@@ -81,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/nouveau.4*
 
 %changelog
+* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.16-1.20100218git2964702
+- update to new git snapshot
+- BR: libdrm-devel >= 2.4.18
+
 * Wed Dec 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.15-1.20091216git03c7d6
 - initial build for Vine Linux
 - update to new git snapshot

+ 4 - 1
x/xorg-x11-drv-nv/xorg-x11-drv-nv-vl.spec

@@ -6,7 +6,7 @@ Summary:   Xorg X11 nv video driver
 Summary(ja):   Xorg X11 nv ビデオドライバ
 Name:      xorg-x11-drv-nv
 Version:   2.1.17
-Release:   1%{?_dist_release}
+Release:   2%{?_dist_release}
 URL:       http://www.x.org
 License: MIT
 Group:     User Interface/X Hardware Support
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/nv.4*
 
 %changelog
+* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.17-2
+- rebuild with xserver-1.8rc
+
 * Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.17-1
 - new upstream release
 

+ 4 - 1
x/xorg-x11-drv-synaptics/xorg-x11-drv-synaptics-vl.spec

@@ -6,7 +6,7 @@ Name:           xorg-x11-drv-synaptics
 Summary:        Xorg X11 synaptics input driver
 Summary(ja):    Xorg X11 synaptics 入力ドライバ
 Version:        1.2.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 URL:            http://www.x.org
 License:        MIT
 Group:          User Interface/X Hardware Support
@@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/xorg-synaptics.pc
 
 %changelog
+* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-2
+- rebuild with xserver-1.8rc
+
 * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
 - new upstream release
 

+ 5 - 2
x/xorg-x11-server/xorg-x11-server-vl.spec

@@ -1,11 +1,11 @@
 %define pkgname xorg-server
 
-%define gitdate 20100304
+%define gitdate 20100319
 
 Summary:   X.Org X11 X server
 Summary(ja):   X.Org X11 X サーバ
 Name:      xorg-x11-server
-Version:   1.7.99.901
+Version:   1.7.99.902
 Release:   1.%{gitdate}%{?_dist_release}
 URL:       http://www.x.org
 License:   MIT/X11
@@ -549,6 +549,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.902-2.20100318
+- update to new git snapshot
+
 * Tue Mar 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.901-2.20100304
 - update to new git snapshot
 - cleanup spec file