OBS User unknown 2007-10-03 15:05:40 +00:00 committed by Git OBS Bridge
parent 4e7fea5c25
commit bbd54deac6
3 changed files with 33 additions and 7 deletions

View File

@ -64,3 +64,14 @@
-endif
\ No newline at end of file
+endif
--- pixman-1.pc.in.orig 2007-09-29 18:47:49.586502250 +0200
+++ pixman-1.pc.in 2007-09-29 18:48:31.537124000 +0200
@@ -6,6 +6,6 @@
Name: Pixman
Description: The pixman library (version 1)
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir}/pixman-1 @DEP_CFLAGS@
-Libs: -L${libdir} -lpixman-1 @DEP_LIBS@
+Cflags: -I${includedir} @DEP_CFLAGS@
+Libs: -L${libdir} -lpixman @DEP_LIBS@

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Sep 29 18:53:34 CEST 2007 - sndirsch@suse.de
- pixman.diff:
* fixed pkgconfig file
-------------------------------------------------------------------
Sat Sep 29 12:24:09 CEST 2007 - sndirsch@suse.de
- bumped version to 7.3
-------------------------------------------------------------------
Thu Sep 6 23:25:32 CEST 2007 - sndirsch@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package xorg-x11-libs (Version 7.2)
# spec file for package xorg-x11-libs (Version 7.3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -17,9 +17,9 @@ Provides: libXaw.so.8()(64bit) libXaw.so.7()(64bit) libXaw.so.6()(64bit)
%else
Provides: libXaw.so.8 libXaw.so.7 libXaw.so.6
%endif
URL: http://xorg.freedesktop.org/
Version: 7.2
Release: 97
Url: http://xorg.freedesktop.org/
Version: 7.3
Release: 1
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries
@ -99,7 +99,7 @@ Group: Development/Libraries/X11
Provides: xorg-x11-compat70-devel xorg-x11-man XFree86-devel
Obsoletes: xorg-x11-compat70-devel xorg-x11-man
Requires: xorg-x11-proto-devel xorg-x11-xtrans-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXrender-devel xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libXt-devel xorg-x11-libXmu-devel xorg-x11-libXfixes-devel xorg-x11-libxkbfile-devel freetype2-devel fontconfig-devel xorg-x11-libs xorg-x11-util-devel xorg-x11-libfontenc-devel xorg-x11-libXv-devel xorg-x11-libXprintUtil-devel xorg-x11-fonts-devel pkgconfig
Autoreqprov: on
AutoReqProv: on
%description -n xorg-x11-devel
This package contains all necessary include files and libraries needed
@ -149,8 +149,8 @@ pushd libXxf86misc-*
%patch10 -p0
popd
pushd pixman-*
mv pixman-1.pc.in pixman.pc.in
%patch11 -p0
mv pixman-1.pc.in pixman.pc.in
popd
%build
@ -217,8 +217,12 @@ exit 0
/usr/share/aclocal/*.m4
%{_mandir}/man1/*
%{_mandir}/man3/*
%changelog
* Sat Sep 29 2007 - sndirsch@suse.de
- pixman.diff:
* fixed pkgconfig file
* Sat Sep 29 2007 - sndirsch@suse.de
- bumped version to 7.3
* Thu Sep 06 2007 - sndirsch@suse.de
- pixman-0.9.5
* Don't skip fbFetch/fbStore when PIXMAN_FB_ACCESSORS is enabled.