Mailinglist Archive: opensuse-commit (858 mails)
| < Previous | Next > |
commit xorg-x11-driver-video-unichrome
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 02 Nov 2007 01:40:39 +0100
- Message-id: <20071102004039.B014F6781B8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package xorg-x11-driver-video-unichrome
checked in at Fri Nov 2 01:40:39 CET 2007.
--------
---
arch/i386/xorg-x11-driver-video-unichrome/xorg-x11-driver-video-unichrome.changes
2007-10-18 09:35:11.000000000 +0200
+++
/mounts/work_src_done/STABLE/xorg-x11-driver-video-unichrome/xorg-x11-driver-video-unichrome.changes
2007-11-01 12:43:54.711757000 +0100
@@ -1,0 +2,10 @@
+Thu Nov 1 12:49:20 CET 2007 - sndirsch@xxxxxxx
+
+- moved module to update directory for openSUSE 10.3
+
+-------------------------------------------------------------------
+Thu Nov 1 12:31:18 CET 2007 - sndirsch@xxxxxxx
+
+- fixed ModuleData symbol name (Bug #227741, comment #26)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xorg-x11-driver-video-unichrome.spec ++++++
--- /var/tmp/diff_new_pack.vX6210/_old 2007-11-02 01:40:24.000000000 +0100
+++ /var/tmp/diff_new_pack.vX6210/_new 2007-11-02 01:40:24.000000000 +0100
@@ -34,7 +34,7 @@
Group: System/X11/Servers/XF86_4
AutoReqProv: on
Version: 20070511
-Release: 3
+Release: 12
Summary: The Unichrome Project
Requires: xorg-x11-server
Provides:
xorg-x11-driver-video:%{_libdir}/xorg/modules/drivers/unichrome_drv.so
@@ -79,6 +79,12 @@
%install
%if 0%{?suse_version} > 1010 || 0%{?fedora_version} >= 6 ||
0%{?mandriva_version} > 2006
make install DESTDIR=$RPM_BUILD_ROOT
+%if 0%{?suse_version} > 1020 && 0%{?suse_version} < 1100
+mkdir -p $RPM_BUILD_ROOT/usr/%{_lib}/xorg/modules/updates/drivers/
+mv $RPM_BUILD_ROOT/usr/%{_lib}/xorg/modules/drivers/* \
+ $RPM_BUILD_ROOT/usr/%{_lib}/xorg/modules/updates/drivers/
+rmdir $RPM_BUILD_ROOT/usr/%{_lib}/xorg/modules/drivers
+%endif
%if 0%{?mandriva_version} > 2006
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man4
mv $RPM_BUILD_ROOT/*.4 $RPM_BUILD_ROOT/%{_mandir}/man4
@@ -94,9 +100,15 @@
%files
%defattr(-,root,root)
%if 0%{?suse_version} > 1010 || 0%{?fedora_version} >= 6 ||
0%{?mandriva_version} > 2006
+%if 0%{?suse_version} > 1020 && 0%{?suse_version} < 1100
+%dir %{_libdir}/xorg/modules/updates/drivers
+%{_libdir}/xorg/modules/updates/drivers/*_drv.la
+%{_libdir}/xorg/modules/updates/drivers/*_drv.so
+%else
%dir %{_libdir}/xorg/modules/drivers
%{_libdir}/xorg/modules/drivers/*_drv.la
%{_libdir}/xorg/modules/drivers/*_drv.so
+%endif
%{_mandir}/man4/*
%else
%dir /usr/X11R6/%{_lib}/modules
@@ -105,6 +117,10 @@
/usr/X11R6/man/man4/*
%endif
%changelog
+* Thu Nov 01 2007 - sndirsch@xxxxxxx
+- moved module to update directory for openSUSE 10.3
+* Thu Nov 01 2007 - sndirsch@xxxxxxx
+- fixed ModuleData symbol name (Bug #227741, comment #26)
* Thu Oct 18 2007 - sndirsch@xxxxxxx
- make sure to install this package during update
* Thu Aug 30 2007 - sndirsch@xxxxxxx
++++++ xf86-video-unichrome.diff ++++++
--- /var/tmp/diff_new_pack.vX6210/_old 2007-11-02 01:40:24.000000000 +0100
+++ /var/tmp/diff_new_pack.vX6210/_new 2007-11-02 01:40:24.000000000 +0100
@@ -61,3 +61,14 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define PATCHLEVEL 0
+--- ../xf86-video-unichrome.orig/src/via_driver.c
++++ ./src/via_driver.c
+@@ -334,7 +334,7 @@ static XF86ModuleVersionInfo VIAVersRec
+ {0, 0, 0, 0}
+ };
+
+-XF86ModuleData viaModuleData = {&VIAVersRec, VIASetup, NULL};
++XF86ModuleData unichromeModuleData = {&VIAVersRec, VIASetup, NULL};
+
+ static pointer VIASetup(
+ #ifdef HaveModuleDescPtr /* XFree86 4.6.0 */
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |