OBS User unknown 2007-11-19 09:27:54 +00:00 committed by Git OBS Bridge
parent bbd54deac6
commit a7662d0169
5 changed files with 20 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9d4545b5dfc018cdd33fd21bc73c3f1b3c9c207f1bb6843606cc180eb10c6c8
size 290622

3
pixman-0.9.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c504db9338d67c388824ebbf805a424d2cc0fab681e33bff6733603539d6335b
size 290399

View File

@ -25,11 +25,11 @@
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
-lib_LTLIBRARIES = libpixman-1.la -lib_LTLIBRARIES = libpixman-1.la
-libpixman_1_la_LDFLAGS = -version-info $(LT_VERSION_INFO) -libpixman_1_la_LDFLAGS = -version-info $(LT_VERSION_INFO)
-libpixman_1_la_LIBADD = @DEP_LIBS@ -lm libpixmanwrapper.la -libpixman_1_la_LIBADD = @DEP_LIBS@ -lm
-libpixman_1_la_SOURCES = \ -libpixman_1_la_SOURCES = \
+lib_LTLIBRARIES = libpixman.la +lib_LTLIBRARIES = libpixman.la
+libpixman_la_LDFLAGS = -version-info $(LT_VERSION_INFO) +libpixman_la_LDFLAGS = -version-info $(LT_VERSION_INFO)
+libpixman_la_LIBADD = @DEP_LIBS@ -lm libpixmanwrapper.la +libpixman_la_LIBADD = @DEP_LIBS@ -lm
+libpixman_la_SOURCES = \ +libpixman_la_SOURCES = \
pixman.h \ pixman.h \
pixman-region.c \ pixman-region.c \

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 15 12:45:25 CET 2007 - sndirsch@suse.de
- pixman 0.9.6
* fixes X.Org Bug 12398
* no longer run SSE instructions on non-SSE CPUs
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 29 18:53:34 CEST 2007 - sndirsch@suse.de Sat Sep 29 18:53:34 CEST 2007 - sndirsch@suse.de

View File

@ -19,7 +19,7 @@ Provides: libXaw.so.8 libXaw.so.7 libXaw.so.6
%endif %endif
Url: http://xorg.freedesktop.org/ Url: http://xorg.freedesktop.org/
Version: 7.3 Version: 7.3
Release: 1 Release: 13
License: X11/MIT License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries Group: System/Libraries
@ -56,7 +56,7 @@ Source28: libXft1-X11R6.9-1.2.tar.bz2
Source29: libvnc-20070501.tar.bz2 Source29: libvnc-20070501.tar.bz2
Source30: libXcliplist-20070501.tar.bz2 Source30: libXcliplist-20070501.tar.bz2
Source31: xcb-util-0.2.tar.bz2 Source31: xcb-util-0.2.tar.bz2
Source32: pixman-0.9.5.tar.bz2 Source32: pixman-0.9.6.tar.bz2
Source33: libpciaccess-0.9.1.tar.bz2 Source33: libpciaccess-0.9.1.tar.bz2
Patch: libXrandr.diff Patch: libXrandr.diff
Patch2: libXft-2.1.7-lcd-filter-2.patch Patch2: libXft-2.1.7-lcd-filter-2.patch
@ -94,11 +94,12 @@ Authors:
Susan Angebrandt Susan Angebrandt
%package -n xorg-x11-devel %package -n xorg-x11-devel
Summary: Include Files and Libraries mandatory for X11 Development. Summary: Include Files and Libraries mandatory for X11 Development
Group: Development/Libraries/X11 Group: Development/Libraries/X11
Provides: xorg-x11-compat70-devel xorg-x11-man XFree86-devel Provides: xorg-x11-compat70-devel xorg-x11-man XFree86-devel
Obsoletes: xorg-x11-compat70-devel xorg-x11-man 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 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
Requires: xorg-x11-libxcb-devel
AutoReqProv: on AutoReqProv: on
%description -n xorg-x11-devel %description -n xorg-x11-devel
@ -218,6 +219,10 @@ exit 0
%{_mandir}/man1/* %{_mandir}/man1/*
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Nov 15 2007 - sndirsch@suse.de
- pixman 0.9.6
* fixes X.Org Bug 12398
* no longer run SSE instructions on non-SSE CPUs
* Sat Sep 29 2007 - sndirsch@suse.de * Sat Sep 29 2007 - sndirsch@suse.de
- pixman.diff: - pixman.diff:
* fixed pkgconfig file * fixed pkgconfig file