forked from pool/bdftopcf
Accepting request 1012028 from X11:XOrg
- fixed download URLs of tarball and signature file in specfile - 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. OBS-URL: https://build.opensuse.org/request/show/1012028 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bdftopcf?expand=0&rev=11
This commit is contained in:
commit
388c1ed89d
BIN
bdftopcf-1.1.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
bdftopcf-1.1.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
bdftopcf-1.1.1.tar.xz.sig
Normal file
BIN
bdftopcf-1.1.1.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4b4df05fc53f1e98993638d6f7e178d95b31745c4568cee407e167491fd311a2
|
|
||||||
size 150815
|
|
Binary file not shown.
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 17 08:27:30 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- fixed download URLs of tarball and signature file in specfile
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 15 21:30:10 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- 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 <sndirsch@suse.com>
|
Mon Aug 2 15:19:47 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bdftopcf
|
# 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
|
# 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
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bdftopcf
|
Name: bdftopcf
|
||||||
Version: 1.1
|
Version: 1.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Font compiler for the X server and font server
|
Summary: Font compiler for the X server and font server
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
URL: http://xorg.freedesktop.org/
|
URL: http://xorg.freedesktop.org/
|
||||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.xz
|
||||||
Source1: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2.sig
|
Source1: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.xz.sig
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(xfont2)
|
BuildRequires: pkgconfig(xfont2)
|
||||||
@ -50,7 +50,7 @@ make %{?_smp_mflags} V=1
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog COPYING README
|
%doc AUTHORS ChangeLog COPYING README.md
|
||||||
%{_bindir}/bdftopcf
|
%{_bindir}/bdftopcf
|
||||||
%{_mandir}/man1/bdftopcf.1%{?ext_man}
|
%{_mandir}/man1/bdftopcf.1%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user