From a6644876bb04910d23adadfd8f814af6fcb24d04f8aa438d93f4b682abd90f97 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 24 Aug 2008 09:03:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=5 --- libdrm-2.3.1.tar.bz2 | 3 --- libdrm-2.4.0-a5381ca.tar.bz2 | 3 +++ libdrm.changes | 5 +++++ libdrm.spec | 23 +++++++++++++++++------ 4 files changed, 25 insertions(+), 9 deletions(-) delete mode 100644 libdrm-2.3.1.tar.bz2 create mode 100644 libdrm-2.4.0-a5381ca.tar.bz2 diff --git a/libdrm-2.3.1.tar.bz2 b/libdrm-2.3.1.tar.bz2 deleted file mode 100644 index 92a9bd5..0000000 --- a/libdrm-2.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddfd398383729707846e1f1689e9acb3bc672e4f255a632c8f0d0c55ddf8718c -size 306013 diff --git a/libdrm-2.4.0-a5381ca.tar.bz2 b/libdrm-2.4.0-a5381ca.tar.bz2 new file mode 100644 index 0000000..ef33936 --- /dev/null +++ b/libdrm-2.4.0-a5381ca.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504399e074450821cb83f9aef9eb47ae4308e3ab2b3af64332aaee8f10f1be7d +size 322491 diff --git a/libdrm.changes b/libdrm.changes index f215163..aed7a19 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 17 12:33:38 CEST 2008 - sndirsch@suse.de + +- updated to 2.4.0 prerelease (git commit a5381ca) + ------------------------------------------------------------------- Fri Jul 4 22:16:39 CEST 2008 - sndirsch@suse.de diff --git a/libdrm.spec b/libdrm.spec index ddb623b..5f3e05f 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -1,10 +1,17 @@ # -# spec file for package libdrm (Version 2.3.1) +# spec file for package libdrm (Version 2.4.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# 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/ # @@ -17,10 +24,10 @@ Url: http://dri.sf.net License: X11/MIT Group: System/Libraries AutoReqProv: on -Version: 2.3.1 +Version: 2.4.0 Release: 1 Summary: Userspace Interface for Kernel DRM Services -Source: %{name}-%{version}.tar.bz2 +Source: %{name}-%{version}-a5381ca.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -115,17 +122,21 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /usr/%{_lib}/libdrm.so.2 -/usr/%{_lib}/libdrm.so.2.3.1 +/usr/%{_lib}/libdrm.so.2.3.0 %files devel %defattr(-,root,root) /usr/include/drm/ /usr/include/xf86drm.h +/usr/include/dri_bufmgr.h +/usr/include/intel_bufmgr.h /usr/%{_lib}/libdrm.so /usr/%{_lib}/pkgconfig/libdrm.pc %exclude %{_libdir}/libdrm.la %changelog +* Sun Aug 17 2008 sndirsch@suse.de +- updated to 2.4.0 prerelease (git commit a5381ca) * Sat Jul 05 2008 sndirsch@suse.de - updated to release 2.3.1 * Thu Apr 10 2008 ro@suse.de