forked from pool/libXp
- 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 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXp?expand=0&rev=15
This commit is contained in:
parent
cec963a7f5
commit
1a683c8720
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7f360c9905849c3587d48efc0f0ecbc852c19f61a52b18530d6b005cb9148c57
|
|
||||||
size 316717
|
|
3
libXp-1.0.4.tar.xz
Normal file
3
libXp-1.0.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f19e3b8e82a34a8fd9889a7d9af0abe8588cb03fb57c37c569634cf3b9df1a4
|
||||||
|
size 280924
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 12 21:09:41 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Mon Mar 9 10:05:14 UTC 2015 - sndirsch@suse.com
|
||||||
|
|
||||||
|
10
libXp.spec
10
libXp.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: libXp
|
||||||
%define lname libXp6
|
%define lname libXp6
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Printing Extension client library
|
Summary: X Printing Extension client library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
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-Clone: git://anongit.freedesktop.org/xorg/lib/libXp
|
||||||
#Git-Web: http://cgit.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
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.57, automake, libtool
|
#git#BuildRequires: autoconf >= 2.57, automake, libtool
|
||||||
|
Loading…
Reference in New Issue
Block a user