diff --git a/bdftopcf-1.1.1.tar.xz b/bdftopcf-1.1.1.tar.xz new file mode 100644 index 0000000..7087b34 --- /dev/null +++ b/bdftopcf-1.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c953d53c0f3ed349d0198dfb0a40000b5121df7eef09f2615a262892fed908 +size 142716 diff --git a/bdftopcf-1.1.1.tar.xz.sig b/bdftopcf-1.1.1.tar.xz.sig new file mode 100644 index 0000000..dd5e5c1 Binary files /dev/null and b/bdftopcf-1.1.1.tar.xz.sig differ diff --git a/bdftopcf-1.1.tar.bz2 b/bdftopcf-1.1.tar.bz2 deleted file mode 100644 index 9307fcf..0000000 --- a/bdftopcf-1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b4df05fc53f1e98993638d6f7e178d95b31745c4568cee407e167491fd311a2 -size 150815 diff --git a/bdftopcf-1.1.tar.bz2.sig b/bdftopcf-1.1.tar.bz2.sig deleted file mode 100644 index b08615b..0000000 Binary files a/bdftopcf-1.1.tar.bz2.sig and /dev/null differ diff --git a/bdftopcf.changes b/bdftopcf.changes index a465b91..5e15a9c 100644 --- a/bdftopcf.changes +++ b/bdftopcf.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Oct 17 08:27:30 UTC 2022 - Stefan Dirsch + +- fixed download URLs of tarball and signature file in specfile + +------------------------------------------------------------------- +Sat Oct 15 21:30:10 UTC 2022 - Stefan Dirsch + +- Update to version 1.1.1 + * Update README for gitlab migration + * Update configure.ac bug URL for gitlab migration + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * Adopt X.Org standard coding style (via x-indent-all.sh) + * Add .git-blame-ignore-revs to hide whitespace commits from git blame + * Variable scope reductions as recommended by cppcheck + * Delete functions identified as unused by cppcheck + * Make some functions static that aren't called from other files + * Remove redundant assignment + * Remove redundant null-pointer check + * Fix -Wsign-compare warnings + * Remove unnecessary cast of strlen result in malloc argument + * Remove weak symbol setup from Atom code + * Depend on xproto and fsproto that are now used. + ------------------------------------------------------------------- Mon Aug 2 15:19:47 UTC 2021 - Stefan Dirsch diff --git a/bdftopcf.spec b/bdftopcf.spec index 1c00099..c872324 100644 --- a/bdftopcf.spec +++ b/bdftopcf.spec @@ -1,7 +1,7 @@ # # spec file for package bdftopcf # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -17,14 +17,14 @@ Name: bdftopcf -Version: 1.1 +Version: 1.1.1 Release: 0 Summary: Font compiler for the X server and font server License: MIT Group: System/X11/Utilities URL: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 -Source1: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2.sig +Source0: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.xz +Source1: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.xz.sig Source2: %{name}.keyring BuildRequires: pkgconfig BuildRequires: pkgconfig(xfont2) @@ -50,7 +50,7 @@ make %{?_smp_mflags} V=1 %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README +%doc AUTHORS ChangeLog COPYING README.md %{_bindir}/bdftopcf %{_mandir}/man1/bdftopcf.1%{?ext_man}