From 6e040f6c8c3b7f260fd087953a03427dda124e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 14 Oct 2024 14:41:15 +0200 Subject: [PATCH] Sync from SUSE:ALP:Source:Standard:1.0 libFS revision b61b140b58596b214b73c58ee1b9f0c8 --- .gitattributes | 23 ++++++++++++ baselibs.conf | 4 ++ libFS-1.0.9.tar.xz | 3 ++ libFS.changes | 85 +++++++++++++++++++++++++++++++++++++++++++ libFS.spec | 91 ++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 206 insertions(+) create mode 100644 .gitattributes create mode 100644 baselibs.conf create mode 100644 libFS-1.0.9.tar.xz create mode 100644 libFS.changes create mode 100644 libFS.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fecc750 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..625770c --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,4 @@ +libFS6 +libFS-devel + requires -libFS- + requires "libFS6- = " diff --git a/libFS-1.0.9.tar.xz b/libFS-1.0.9.tar.xz new file mode 100644 index 0000000..f6cb65b --- /dev/null +++ b/libFS-1.0.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597379438b3242ccc7d7b0fc432dc6c844eca0d4a82a7b82518bfeb203fc208a +size 287416 diff --git a/libFS.changes b/libFS.changes new file mode 100644 index 0000000..4f84373 --- /dev/null +++ b/libFS.changes @@ -0,0 +1,85 @@ +------------------------------------------------------------------- +Sat Aug 27 08:53:19 UTC 2022 - Stefan Dirsch + +- Update to version 1.0.9 + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * Import reallocarray() from libX11 (originally from OpenBSD) + * Convert code to use FSmallocarray() & FSreallocarray() + +------------------------------------------------------------------- +Mon Mar 11 13:43:18 UTC 2019 - Stefan Dirsch + +- Update to version 1.0.8 + * autogen: add default patch prefix + * autogen.sh: use quoted string variables + * autogen.sh: use exec instead of waiting for configure to finish + * Fix sign comparison warning in loop index in FSListFontsWithXInfo + * Fix sign comparison warning in loop index in FSListCatalogues + * Fix sign comparison warning in loop indexes in FSQueryXBitmaps{8,16} + * Fix sign comparison warning in loop indexes in FSQueryXExtents{8,16} + * Fix sign comparison warning in loop index in FSQueryXInfo + * Don't try to send strings larger than protocol allows in requests + * Update configure.ac bug URL for gitlab migration + * Update README for gitlab migration + +------------------------------------------------------------------- +Mon May 4 13:59:39 UTC 2015 - sndirsch@suse.com + +- Update to version 1.0.7 + * Constify pattern argument to FSListCatalogues + * Constify some more strings in API arguments + * Fix some sign/size conversion warnings from clang + * Fix typos & wording issues in source comments + * Remove unneeded checks for #ifndef X_NOT_POSIX + * Use 'imdent' to realign cpp indentation levels in FSlibos.h + +------------------------------------------------------------------- +Wed May 7 09:47:51 UTC 2014 - sndirsch@suse.com + +- Update to version 1.0.6 + * This minor maintenance release includes fixes for libxtrans 1.3 + compatibility, removal of dead code, and cleanups of issues + found by static analyzers. +- supersedes U_fix_build_with_xtrans_1.3.patch + +------------------------------------------------------------------- +Sun Nov 3 13:52:13 UTC 2013 - tobias.johannes.klausmann@mni.thm.de + +- Added U_fix_build_with_xtrans_1.3.patch + +------------------------------------------------------------------- +Wed May 29 22:38:34 UTC 2013 - tobias.johannes.klausmann@mni.thm.de + +- Update to version 1.0.5: + This minor bugfix release includes the fix for the security issue recently + reported as CVE-2013-1996, as well as a number of other cleanups of the + memory allocation & error handling code noticed while working on that. +- Packaging changes: + + Remove upstreamed patch: U_prototype_error.patch + Included in this release + +------------------------------------------------------------------- +Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de + +- Use more robust make install call + +------------------------------------------------------------------- +Fri Jul 13 13:50:12 UTC 2012 - tobias.johannes.klausmann@mni.thm.de + +- Added U_prototype_error.patch + + Upstream fix for a prototype + +------------------------------------------------------------------- +Wed Apr 11 14:59:59 UTC 2012 - vuntz@opensuse.org + +- Update to version 1.0.4: + + Fixs a pile of issues found by static analysis & compiler + warnings + + Cleanup the library's exported symbol list + + Build configuration improvements + +------------------------------------------------------------------- +Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de + +- Split xorg-x11-libs into separate packages diff --git a/libFS.spec b/libFS.spec new file mode 100644 index 0000000..787884f --- /dev/null +++ b/libFS.spec @@ -0,0 +1,91 @@ +# +# spec file for package libFS +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: libFS +%define lname libFS6 +Version: 1.0.9 +Release: 0 +Summary: X Font Service client library +License: MIT +Group: Development/Libraries/C and C++ +URL: http://xorg.freedesktop.org/ + +#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libFS +#Git-Web: http://cgit.freedesktop.org/xorg/lib/libFS/ +Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz +Source2: baselibs.conf + +BuildRoot: %{_tmppath}/%{name}-%{version}-build +#git#BuildRequires: autoconf >= 2.60, automake, libtool +BuildRequires: pkgconfig +BuildRequires: pkgconfig(fontsproto) +BuildRequires: pkgconfig(xorg-macros) >= 1.8 +BuildRequires: pkgconfig(xproto) >= 7.0.17 +BuildRequires: pkgconfig(xtrans) + +%description +This library is used by clients of X Font Servers (xfs), such as +xfsinfo, xfslsfonts, and the X servers themselves. + +%package -n %lname +Summary: X Font Service client library +Group: System/Libraries + +%description -n %lname +This library is used by clients of X Font Servers (xfs), such as +xfsinfo, xfslsfonts, and the X servers themselves. + +%package devel +Summary: Development files for the X Font Service client library +Group: Development/Libraries/C and C++ +Requires: %lname = %version + +%description devel +This library is used by clients of X Font Servers (xfs), such as +xfsinfo, xfslsfonts, and the X servers themselves. + +This package contains the development headers for the library found +in %lname. + +%prep +%setup -q + +%build +%configure --docdir=%_docdir/%name --disable-static +make %{?_smp_mflags} + +%install +make install DESTDIR="%buildroot" +rm -f "%buildroot/%_libdir"/*.la + +%post -n %lname -p /sbin/ldconfig + +%postun -n %lname -p /sbin/ldconfig + +%files -n %lname +%defattr(-,root,root) +%_libdir/libFS.so.6* + +%files devel +%defattr(-,root,root) +%_includedir/X11/* +%_libdir/libFS.so +%_libdir/pkgconfig/libfs.pc +%_docdir/%name + +%changelog