From cf9f6937fc5c62363b92ff35a11584490a1dd669f100a5f40d87510532a8dc39 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 25 Oct 2010 18:42:24 +0000 Subject: [PATCH 1/3] - libXaw 1.0.8 * This minor maintenance release fixes some bugs, improves build configuration, includes various janitorial cleanups, and delivers for the first time the DocBook/XML conversion of the API docs that were previously in troff format. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-libs?expand=0&rev=138 --- libXaw-1.0.7.tar.bz2 | 3 --- libXaw-1.0.8.tar.bz2 | 3 +++ xorg-x11-libs.changes | 9 +++++++++ xorg-x11-libs.spec | 8 ++------ 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 libXaw-1.0.7.tar.bz2 create mode 100644 libXaw-1.0.8.tar.bz2 diff --git a/libXaw-1.0.7.tar.bz2 b/libXaw-1.0.7.tar.bz2 deleted file mode 100644 index 170d7cf..0000000 --- a/libXaw-1.0.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:740aaee9b09586b1c80f80890381c5ee70ea11efa4b6159f707c0f3684c6f328 -size 598661 diff --git a/libXaw-1.0.8.tar.bz2 b/libXaw-1.0.8.tar.bz2 new file mode 100644 index 0000000..2de86cc --- /dev/null +++ b/libXaw-1.0.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3daeab01ee702cbc4ac91f11d553710ad31d4151510386093c186a94ccd4beba +size 635256 diff --git a/xorg-x11-libs.changes b/xorg-x11-libs.changes index c156cc5..da00b62 100644 --- a/xorg-x11-libs.changes +++ b/xorg-x11-libs.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Oct 25 18:30:04 UTC 2010 - sndirsch@novell.com + +- libXaw 1.0.8 + * This minor maintenance release fixes some bugs, improves build + configuration, includes various janitorial cleanups, and + delivers for the first time the DocBook/XML conversion of the + API docs that were previously in troff format. + ------------------------------------------------------------------- Sun Sep 5 02:38:28 UTC 2010 - sndirsch@novell.com diff --git a/xorg-x11-libs.spec b/xorg-x11-libs.spec index 79b85cd..e444b44 100644 --- a/xorg-x11-libs.spec +++ b/xorg-x11-libs.spec @@ -43,7 +43,7 @@ Source1: libFS-1.0.2.tar.bz2 Source2: libWindowsWM-1.0.1.tar.bz2 Source3: libXScrnSaver-1.2.0.tar.bz2 Source4: libXTrap-X11R7.0-1.0.0.tar.bz2 -Source5: libXaw-1.0.7.tar.bz2 +Source5: libXaw-1.0.8.tar.bz2 Source6: libXcomposite-0.4.2.tar.bz2 Source7: libXcursor-1.1.10.tar.bz2 Source8: libXdamage-1.1.3.tar.bz2 @@ -305,11 +305,7 @@ rm -rf "$RPM_BUILD_ROOT" %{_mandir}/man3/* %dir %{_datadir}/doc/libXvMC %{_datadir}/doc/libXvMC/XvMC_API.txt -%dir %{_datadir}/doc/libXaw -%{_datadir}/doc/libXaw/widgets.html -%{_datadir}/doc/libXaw/widgets.index.ps -%{_datadir}/doc/libXaw/widgets.ps -%{_datadir}/doc/libXaw/widgets.txt +%{_datadir}/doc/libXaw %files -n libpciaccess0 %defattr(-,root,root) From d54baaa508dcc08f2b297618ce91250e99f459d56eda0ca750dd81fe5c534077 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 27 Oct 2010 02:29:50 +0000 Subject: [PATCH 2/3] - libFS 1.0.3 * This minor maintenance release simply collects the latest set of build configuration improvements and janitorial cleanups. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-libs?expand=0&rev=139 --- libFS-1.0.2.tar.bz2 | 3 --- libFS-1.0.3.tar.bz2 | 3 +++ xorg-x11-libs.changes | 7 +++++++ xorg-x11-libs.spec | 10 ++++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 libFS-1.0.2.tar.bz2 create mode 100644 libFS-1.0.3.tar.bz2 diff --git a/libFS-1.0.2.tar.bz2 b/libFS-1.0.2.tar.bz2 deleted file mode 100644 index c2f5ace..0000000 --- a/libFS-1.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af2a5fe5eaa2b026e10bddb4e3f39976dc13deb5dbdc714abe1f016435ce3049 -size 261401 diff --git a/libFS-1.0.3.tar.bz2 b/libFS-1.0.3.tar.bz2 new file mode 100644 index 0000000..c146726 --- /dev/null +++ b/libFS-1.0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7af9754568af60b54be67c0966cb742ad7eb7ff73faa2c76e0b71c988f2419 +size 284331 diff --git a/xorg-x11-libs.changes b/xorg-x11-libs.changes index da00b62..c2d3d07 100644 --- a/xorg-x11-libs.changes +++ b/xorg-x11-libs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 27 02:16:30 UTC 2010 - sndirsch@novell.com + +- libFS 1.0.3 + * This minor maintenance release simply collects the latest set + of build configuration improvements and janitorial cleanups. + ------------------------------------------------------------------- Mon Oct 25 18:30:04 UTC 2010 - sndirsch@novell.com diff --git a/xorg-x11-libs.spec b/xorg-x11-libs.spec index e444b44..d19cef2 100644 --- a/xorg-x11-libs.spec +++ b/xorg-x11-libs.spec @@ -39,7 +39,7 @@ License: GPLv2+ ; MIT License (or similar) BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/Libraries Summary: Remaining X.Org libraries -Source1: libFS-1.0.2.tar.bz2 +Source1: libFS-1.0.3.tar.bz2 Source2: libWindowsWM-1.0.1.tar.bz2 Source3: libXScrnSaver-1.2.0.tar.bz2 Source4: libXTrap-X11R7.0-1.0.0.tar.bz2 @@ -303,9 +303,11 @@ rm -rf "$RPM_BUILD_ROOT" %exclude /usr/%{_lib}/pkgconfig/pciaccess.pc %{_mandir}/man1/* %{_mandir}/man3/* -%dir %{_datadir}/doc/libXvMC -%{_datadir}/doc/libXvMC/XvMC_API.txt -%{_datadir}/doc/libXaw +%docdir %{_datadir}/doc/libXvMC +%doc %{_datadir}/doc/libXvMC/XvMC_API.txt +%doc %{_datadir}/doc/libXaw +%docdir %{_datadir}/doc/libFS +%doc %{_datadir}/doc/libFS/FSlib.txt %files -n libpciaccess0 %defattr(-,root,root) From 0b1722c972d412ae3d18ebdae65525bfd6f5f2ba45db6d170a42c6b96199c8d2 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 27 Oct 2010 07:36:56 +0000 Subject: [PATCH 3/3] - fixed build on openSUSE 11.2/SLE11-SP1 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-libs?expand=0&rev=140 --- xorg-x11-libs.changes | 5 +++++ xorg-x11-libs.spec | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/xorg-x11-libs.changes b/xorg-x11-libs.changes index c2d3d07..8c2cb62 100644 --- a/xorg-x11-libs.changes +++ b/xorg-x11-libs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 27 07:26:54 UTC 2010 - sndirsch@novell.com + +- fixed build on openSUSE 11.2/SLE11-SP1 + ------------------------------------------------------------------- Wed Oct 27 02:16:30 UTC 2010 - sndirsch@novell.com diff --git a/xorg-x11-libs.spec b/xorg-x11-libs.spec index d19cef2..4c82ade 100644 --- a/xorg-x11-libs.spec +++ b/xorg-x11-libs.spec @@ -303,11 +303,9 @@ rm -rf "$RPM_BUILD_ROOT" %exclude /usr/%{_lib}/pkgconfig/pciaccess.pc %{_mandir}/man1/* %{_mandir}/man3/* -%docdir %{_datadir}/doc/libXvMC -%doc %{_datadir}/doc/libXvMC/XvMC_API.txt -%doc %{_datadir}/doc/libXaw -%docdir %{_datadir}/doc/libFS -%doc %{_datadir}/doc/libFS/FSlib.txt +%doc %{_datadir}/doc/libXvMC/ +%doc %{_datadir}/doc/libXaw/ +%doc %{_datadir}/doc/libFS/ %files -n libpciaccess0 %defattr(-,root,root)