diff --git a/libXp-1.0.3.tar.bz2 b/libXp-1.0.3.tar.bz2 deleted file mode 100644 index acd530a..0000000 --- a/libXp-1.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f360c9905849c3587d48efc0f0ecbc852c19f61a52b18530d6b005cb9148c57 -size 316717 diff --git a/libXp-1.0.4.tar.xz b/libXp-1.0.4.tar.xz new file mode 100644 index 0000000..034e718 --- /dev/null +++ b/libXp-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f19e3b8e82a34a8fd9889a7d9af0abe8588cb03fb57c37c569634cf3b9df1a4 +size 280924 diff --git a/libXp.changes b/libXp.changes index 3c44419..6c458f4 100644 --- a/libXp.changes +++ b/libXp.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Sep 12 21:09:41 UTC 2022 - Stefan Dirsch + +- Update to version 1.0.4 + * Fix a memory leak on the error path in XpGetLocaleNetString + * Update README for gitlab migration + * Update configure.ac bug URL for gitlab migration + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * XpNotifyPdm.c: fix -Wmisleading-indentation warning + * XpExtVer.c: fix -Wredundant-decls warning + * Add deprecation notice to README + * autogen.sh: use quoted string variables + * autogen: add default patch prefix + * autogen.sh: use exec instead of waiting for configure to finish + ------------------------------------------------------------------- Mon Mar 9 10:05:14 UTC 2015 - sndirsch@suse.com diff --git a/libXp.spec b/libXp.spec index 4127124..dbbc49b 100644 --- a/libXp.spec +++ b/libXp.spec @@ -1,7 +1,7 @@ # # spec file for package libXp # -# Copyright (c) 2015 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 @@ -12,22 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libXp %define lname libXp6 -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: X Printing Extension client 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/libXp #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXp/ -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.57, automake, libtool