Hello community,
here is the log from the commit of package xf86-video-modesetting.1821 for
openSUSE:12.3:Update checked in at 2013-07-05 10:31:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3:Update/xf86-video-modesetting.1821 (Old)
and /work/SRC/openSUSE:12.3:Update/.xf86-video-modesetting.1821.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-modesetting.1821"
Changes:
--------
New Changes file:
--- /dev/null 2013-07-02 09:26:14.908030755 +0200
+++
/work/SRC/openSUSE:12.3:Update/.xf86-video-modesetting.1821.new/xf86-video-modesetting.changes
2013-07-05 10:31:36.000000000 +0200
@@ -0,0 +1,52 @@
+-------------------------------------------------------------------
+Wed Jun 26 12:59:23 UTC 2013 - [email protected]
+
+- 0.8.0 driver update fixes x11 failsafe mode, i.e. fallback to
+ fbdev/vesa X driver, if KMS has been disabled (bnc#809361)
+
+-------------------------------------------------------------------
+Wed Jun 12 13:53:10 UTC 2013 - [email protected]
+
+- Update to version 0.8.0:
+ + modesetting: fix adjust frame crash
+ + support 32 bpp pixmaps when 24 bpp fb is used.
+ + modesetting: probe only succeeds if connectors are detected
+
+-------------------------------------------------------------------
+Fri Apr 5 09:16:21 UTC 2013 - [email protected]
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+-------------------------------------------------------------------
+Fri Mar 29 19:25:51 UTC 2013 - [email protected]
+
+- Update to xf86-video-modesetting 0.7.0
+ * modesetting: match PCI class 3, any subclass
+ * Add missing GTF modes
+ * autogen.sh: Implement GNOME Build API
+ * modesetting: provide dummy hooks for shadow
+ * modesetting: clean up leaks
+ * modesetting: return null for get_modes if output could not be
+ retrieved
+
+-------------------------------------------------------------------
+Wed Mar 20 11:19:15 UTC 2013 - [email protected]
+
+- introduce hardware supplements conditional on xorg-x11-server
+ package (bnc#810333)
+
+-------------------------------------------------------------------
+Wed Jan 9 17:36:17 UTC 2013 - [email protected]
+
+- Update to version 0.6.0:
+ + modesetting: add virtual connector support
+ + modesetting: remove alloca usage again
+ + modesetting: fix crashes caused by udev race conditions
+ + build: Put m4 macros in m4 subdirectory
+ + Remove call to miInitializeBackingStore()
+
+-------------------------------------------------------------------
+Fri Sep 28 20:33:39 UTC 2012 - [email protected]
+
+- created package
+
New:
----
xf86-video-modesetting-0.8.0.tar.bz2
xf86-video-modesetting.changes
xf86-video-modesetting.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-video-modesetting.spec ++++++
#
# spec file for package xf86-video-modesetting
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: xf86-video-modesetting
Version: 0.8.0
Release: 0
Summary: Generic modesetting driver
License: MIT
Group: System/X11/Servers/XF86_4
Url: http://xorg.freedesktop.org/
Source0:
http://xorg.freedesktop.org/archive/individual/driver/%{name}-%{version}.tar.bz2
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig(xorg-server)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Secure boot for Matrox G200
Supplements: modalias(xorg-x11-server:pci:v0000102Bd*sv*sd*bc03sc*i*)
# Secure boot for Qemu Cirrus emulation
Supplements:
modalias(xorg-x11-server:pci:v00001013d000000B8sv00001AF4sd00001100bc03sc*i*)
# Secure boot for AST
Supplements: modalias(xorg-x11-server:pci:v00001A03d*sv*sd*bc03sc*i*)
%x11_abi_videodrv_req
%description
This is a generic modesetting driver.
The idea is to piggy-back the X driver on top of the DRM and Gallium3D
drivers (DRM for modesetting and Gallium3D for Exa acceleration)
%prep
%setup -q -n %{name}-%{version}
%build
autoreconf -fi
%configure
make %{?_smp_mflags}
%install
%make_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING README
%dir %{_libdir}/xorg/modules/drivers
%{_libdir}/xorg/modules/drivers/modesetting_drv.so
%exclude %{_libdir}/xorg/modules/drivers/modesetting_drv.la
%{_datadir}/man/man4/modesetting.4%{?ext_man}
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]