This commit is contained in:
parent
e08422c104
commit
8a4cc1b127
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:22a541727fffc0f23823fc09f0830f3cd555edfa50c5dceac9b0ee9ae8519263
|
|
||||||
size 219562
|
|
3
libXcomposite-0.4.0.tar.bz2
Normal file
3
libXcomposite-0.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7db759e82dd1f68094e4c4d257025f7893dafb2913ed249e00cbe18fa13c7510
|
||||||
|
size 217145
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:374a2ca12f62a4d9f09a17a34765a5289cefa9db7f9f0913e1c3731b4088aad8
|
|
||||||
size 583236
|
|
3
libXfont-1.3.0.tar.bz2
Normal file
3
libXfont-1.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:07567b9880f28d1a404389c024a185419bfe81136aef3d9eda52407f34c3d3dd
|
||||||
|
size 582389
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 4 21:26:04 CEST 2007 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- libXfont 1.3.0
|
||||||
|
* Ok, here's another libXfont release. There was a crasher where
|
||||||
|
strstr would chase a NULL pointer if a symlink didn't have any
|
||||||
|
attributes. This release fixes that, and in retrospect I
|
||||||
|
declare the 1.2.9 release a beta release and am bumping the
|
||||||
|
minor in with this release to indicate the new catalogue
|
||||||
|
feature.
|
||||||
|
- libXcomposite 0.4.0
|
||||||
|
* Follow composite protocol version to 0.4, although there is no
|
||||||
|
ABI change.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 7 22:06:43 CEST 2007 - sndirsch@suse.de
|
Thu Jun 7 22:06:43 CEST 2007 - sndirsch@suse.de
|
||||||
|
|
||||||
|
@ -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.2
|
Version: 7.2
|
||||||
Release: 70
|
Release: 75
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -30,11 +30,11 @@ Source2: libWindowsWM-X11R7.0-1.0.0.tar.bz2
|
|||||||
Source3: libXScrnSaver-1.1.2.tar.bz2
|
Source3: libXScrnSaver-1.1.2.tar.bz2
|
||||||
Source4: libXTrap-X11R7.0-1.0.0.tar.bz2
|
Source4: libXTrap-X11R7.0-1.0.0.tar.bz2
|
||||||
Source5: libXaw-1.0.3.tar.bz2
|
Source5: libXaw-1.0.3.tar.bz2
|
||||||
Source6: libXcomposite-0.3.2.tar.bz2
|
Source6: libXcomposite-0.4.0.tar.bz2
|
||||||
Source7: libXcursor-1.1.8.tar.bz2
|
Source7: libXcursor-1.1.8.tar.bz2
|
||||||
Source8: libXdamage-1.1.1.tar.bz2
|
Source8: libXdamage-1.1.1.tar.bz2
|
||||||
Source9: libXevie-1.0.2.tar.bz2
|
Source9: libXevie-1.0.2.tar.bz2
|
||||||
Source10: libXfont-1.2.8.tar.bz2
|
Source10: libXfont-1.3.0.tar.bz2
|
||||||
Source11: libXfontcache-1.0.4.tar.bz2
|
Source11: libXfontcache-1.0.4.tar.bz2
|
||||||
Source12: libXft-2.1.12.tar.bz2
|
Source12: libXft-2.1.12.tar.bz2
|
||||||
Source13: libXi-1.0.4.tar.bz2
|
Source13: libXi-1.0.4.tar.bz2
|
||||||
@ -215,6 +215,17 @@ exit 0
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 04 2007 - sndirsch@suse.de
|
||||||
|
- libXfont 1.3.0
|
||||||
|
* Ok, here's another libXfont release. There was a crasher where
|
||||||
|
strstr would chase a NULL pointer if a symlink didn't have any
|
||||||
|
attributes. This release fixes that, and in retrospect I
|
||||||
|
declare the 1.2.9 release a beta release and am bumping the
|
||||||
|
minor in with this release to indicate the new catalogue
|
||||||
|
feature.
|
||||||
|
- libXcomposite 0.4.0
|
||||||
|
* Follow composite protocol version to 0.4, although there is no
|
||||||
|
ABI change.
|
||||||
* Thu Jun 07 2007 - sndirsch@suse.de
|
* Thu Jun 07 2007 - sndirsch@suse.de
|
||||||
- updated libXtst to release 1.0.2
|
- updated libXtst to release 1.0.2
|
||||||
* ANSIfy static function declarations (clears some lint warnings)
|
* ANSIfy static function declarations (clears some lint warnings)
|
||||||
|
Loading…
Reference in New Issue
Block a user