- Updated libX11 to version 1.0.3
- Remove libX11-1.0.1-setuid.diff as it is included in the 1.0.3 release. - Added 'dist' tag to "Release:"
This commit is contained in:
parent
37ee1c4e37
commit
3a3e62a54c
@ -1,2 +1,3 @@
|
||||
libX11-1.0.1.tar.bz2
|
||||
libX11-1.0.2.tar.bz2
|
||||
libX11-1.0.3.tar.bz2
|
||||
|
12
libX11.spec
12
libX11.spec
@ -1,6 +1,6 @@
|
||||
Summary: X.Org X11 libX11 runtime library
|
||||
Name: libX11
|
||||
Version: 1.0.2
|
||||
Version: 1.0.3%{?dist}
|
||||
Release: 1
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
@ -10,7 +10,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
Patch0: libX11-0.99.3-datadir-locale-dir-fix.patch
|
||||
Patch1: libX11-1.0.1-setuid.diff
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
# xproto >= 7.0.6 required
|
||||
@ -49,10 +48,6 @@ X.Org X11 libX11 development package
|
||||
# find it later.
|
||||
#%patch0 -p0 -b .datadir-locale-dir-fix
|
||||
|
||||
# FIXME: For some reason, upstream supplies this patch, but hasn't checked it
|
||||
# into CVS/git/whatever yet it seems, so upstream is potentially insecure.
|
||||
%patch1 -p1 -b .setuid
|
||||
|
||||
# Disable static library creation by default.
|
||||
%define with_static 0
|
||||
|
||||
@ -244,6 +239,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3x*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 28 2006 Mike A. Harris <mharris@redhat.com> 1.0.3-1.fc6
|
||||
- Updated libX11 to version 1.0.3
|
||||
- Remove libX11-1.0.1-setuid.diff as it is included in the 1.0.3 release.
|
||||
- Added 'dist' tag to "Release:"
|
||||
|
||||
* Wed Jun 28 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-1
|
||||
- Updated libX11 to version 1.0.2
|
||||
- Bump BuildRequires and Requires to "xorg-x11-proto-devel >= 7.1-2" to meet
|
||||
|
Loading…
Reference in New Issue
Block a user