commit glamor for openSUSE:Factory
Hello community, here is the log from the commit of package glamor for openSUSE:Factory checked in at 2013-09-04 13:44:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glamor (Old) and /work/SRC/openSUSE:Factory/.glamor.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "glamor" Changes: -------- --- /work/SRC/openSUSE:Factory/glamor/glamor.changes 2012-09-26 09:34:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.glamor.new/glamor.changes 2013-09-04 13:44:55.000000000 +0200 @@ -1,0 +2,16 @@ +Fri Aug 30 08:37:36 UTC 2013 - sndirsch@suse.com + +- exclude %_libdir/libglamor.la from filelist + +------------------------------------------------------------------- +Thu Aug 29 22:31:29 UTC 2013 - hrvoje.senjan@gmail.com + +- Update to version 0.5.1: + + Use GBM_LIBS and GBM_CFLAGS + + glamoregl: Use xf86ScreenToScrn() (fdo#57200) + + Need to initialize region before fallback (fdo#56940) + + Don't use glBlitFramebufferEXT for overlapping copies. + + First attempt to make libglamor.so shared versioned library (fdo#62259) +- Add Source URL + +------------------------------------------------------------------- Old: ---- glamor-0.5.tar.bz2 New: ---- glamor-egl-0.5.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glamor.spec ++++++ --- /var/tmp/diff_new_pack.0FllFY/_old 2013-09-04 13:44:56.000000000 +0200 +++ /var/tmp/diff_new_pack.0FllFY/_new 2013-09-04 13:44:56.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package glamor # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -17,13 +17,13 @@ Name: glamor -Version: 0.5 +Version: 0.5.1 Release: 0 Summary: Open-source X.org graphics common driver based on GL library License: MIT Group: System/X11/Servers/XF86_4 Url: http://www.freedesktop.org/wiki/Software/Glamor -Source: %{name}-%{version}.tar.bz2 +Source: http://xorg.freedesktop.org/releases/individual/driver/%{name}-egl-%{version}.tar.bz2 BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -69,7 +69,7 @@ Development files for %{name} %prep -%setup -q +%setup -q -n %{name}-egl-%{version} %build autoreconf -fi @@ -93,16 +93,17 @@ %files %defattr(-,root,root) -%doc COPYING README ReleaseNote +%doc COPYING README ChangeLog %{_sysconfdir}/ld.so.conf.d/%{name}.conf -%{_libdir}/xorg/modules/libglamor.so -%{_libdir}/xorg/modules/libglamoregl.so +%{_libdir}/libglamor.so.* +%{_libdir}/xorg/modules/libglamor*.so %config %{_sysconfdir}/X11/xorg.conf.d/05-glamor.conf %files devel %defattr(-,root,root) -%{_libdir}/pkgconfig/%{name}.pc -%{_libdir}/pkgconfig/%{name}-egl.pc +%{_libdir}/libglamor.so +%exclude %{_libdir}/libglamor.la +%{_libdir}/pkgconfig/%{name}*.pc %{_includedir}/xorg/glamor.h %exclude %{_libdir}/xorg/modules/*.la -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de