From f13b03a92ecb762ef52cd14907e69e6292e60b22821b7cff8e5adf4c1459fc79 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 20 Nov 2022 22:57:20 +0000 Subject: [PATCH] - Update to version 3.5.14 * Fix spelling/wording issues * man: strip trailing whitespace * gitlab CI: add a basic build test * man pages: Make file names consistent with their displayed names * man pages: Fix shadow man pages * man pages: Make function synopses more consistent with other pages * man pages: Add missing word 'function' where needed * man pages: Fix typos * man pages: Correct Copyright/License notices * add man pages based on doc/xpm.PS * update man pages OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXpm?expand=0&rev=16 --- libXpm-3.5.13.tar.bz2 | 3 --- libXpm-3.5.14.tar.xz | 3 +++ libXpm.changes | 16 ++++++++++++++++ libXpm.spec | 9 +++++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 libXpm-3.5.13.tar.bz2 create mode 100644 libXpm-3.5.14.tar.xz diff --git a/libXpm-3.5.13.tar.bz2 b/libXpm-3.5.13.tar.bz2 deleted file mode 100644 index b98fbf4..0000000 --- a/libXpm-3.5.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cd1da57588b6cb71450eff2273ef6b657537a9ac4d02d0014228845b935ac25 -size 463251 diff --git a/libXpm-3.5.14.tar.xz b/libXpm-3.5.14.tar.xz new file mode 100644 index 0000000..5e47ec0 --- /dev/null +++ b/libXpm-3.5.14.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7eb8f69c039281def8258ae6859adb5f050fbe161ab3d6a2d6ef109a603eac2 +size 392624 diff --git a/libXpm.changes b/libXpm.changes index 8d1ef12..e70294f 100644 --- a/libXpm.changes +++ b/libXpm.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Nov 20 22:52:35 UTC 2022 - Stefan Dirsch + +- Update to version 3.5.14 + * Fix spelling/wording issues + * man: strip trailing whitespace + * gitlab CI: add a basic build test + * man pages: Make file names consistent with their displayed names + * man pages: Fix shadow man pages + * man pages: Make function synopses more consistent with other pages + * man pages: Add missing word 'function' where needed + * man pages: Fix typos + * man pages: Correct Copyright/License notices + * add man pages based on doc/xpm.PS + * update man pages + ------------------------------------------------------------------- Sat Jan 4 22:46:08 UTC 2020 - Stefan Dirsch diff --git a/libXpm.spec b/libXpm.spec index 57d9e73..ca2fd5d 100644 --- a/libXpm.spec +++ b/libXpm.spec @@ -1,7 +1,7 @@ # # spec file for package libXpm # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,16 @@ Name: libXpm %define lname libXpm4 -Version: 3.5.13 +Version: 3.5.14 Release: 0 Summary: X Pixmap image file format library License: MIT Group: Development/Libraries/C and C++ -Url: http://xorg.freedesktop.org/ +URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXpm #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXpm/ -Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 +Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool @@ -102,6 +102,7 @@ rm -f "%buildroot/%_libdir"/*.la %_includedir/X11/* %_libdir/libXpm.so %_libdir/pkgconfig/xpm.pc +%_mandir/man3/*.3* %files tools %defattr(-,root,root)