diff --git a/.gitignore b/.gitignore index d8bc648..95668f5 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ libX11-1.3.99.901.tar.bz2 /libX11-1.5.0.tar.bz2 /libX11-1.5.99.901.tar.bz2 /libX11-20130524.tar.bz2 +/libX11-1.5.99.902.tar.bz2 diff --git a/libX11.spec b/libX11.spec index 1584cf2..3017d64 100644 --- a/libX11.spec +++ b/libX11.spec @@ -1,11 +1,11 @@ %global tarball libX11 -%global gitdate 20130524 +#global gitdate 20130524 %global gitversion a3bdd2b09 Summary: Core X11 protocol client library Name: libX11 -Version: 1.5.99.901 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 1.5.99.902 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/*.5* %changelog +* Mon May 27 2013 Peter Hutterer 1.5.99.902-1 +- Update to 1.5.99.902 (same code-base, just easier in Requires) + * Fri May 24 2013 Peter Hutterer 1.5.99.901-3..20130524gita3bdd2b09 - Udpate to git snapshot to fix CVEs listed below - CVE-2013-1997 diff --git a/sources b/sources index 44a1ee7..e1f65b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eeaf3c7f6a99251e0f84dac2d153c6f0 libX11-20130524.tar.bz2 +0f1a38133d11d64ad02fecb508b049ed libX11-1.5.99.902.tar.bz2