From 74e98462005417ae69c3f6b5950ef98b391c7954e865d874cf86e606eb92b6d5 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 15 Oct 2022 21:42:40 +0000 Subject: [PATCH 1/2] - 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/package/show/X11:XOrg/bdftopcf?expand=0&rev=15 --- bdftopcf-1.1.1.tar.xz | 3 +++ bdftopcf-1.1.1.tar.xz.sig | Bin 0 -> 543 bytes bdftopcf-1.1.tar.bz2 | 3 --- bdftopcf-1.1.tar.bz2.sig | Bin 438 -> 0 bytes bdftopcf.changes | 20 ++++++++++++++++++++ bdftopcf.spec | 10 +++++----- 6 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 bdftopcf-1.1.1.tar.xz create mode 100644 bdftopcf-1.1.1.tar.xz.sig delete mode 100644 bdftopcf-1.1.tar.bz2 delete mode 100644 bdftopcf-1.1.tar.bz2.sig 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 0000000000000000000000000000000000000000000000000000000000000000..dd5e5c18ef89a30affa735447c1e0a7d66daf31fb6ce40fc74c3faff6d18686d GIT binary patch literal 543 zcmV+)0^t3L0vrSY0SW*H1p;GB0(t-n2@ucU6o@FsLZ>%=5B(M}uv9S)Be2GyWokwn z4^6-jT0R!FiX=9$Di)98*Gr1|*MmJ7oh8xHR}`g1$p%Sc2lkbyGqs@dt&mD~PS^V- zX4DbIfNpdbo*J-}PRRANic}bH&1qyp{W{>rxWXnFM<{S2#Bep|Nc!@eP@FgYHWQwu zril_z^s#ni3vr9ka)Q^xIH(r~zL&1hO2*d18XoFz=oXW*@JVdgYH6gDM4#7)z;T#_ zzms2eN!QE&YBa#>zItAdbbqV{vNC>mk}2GjY6YJ_yPb)$oUyAu zx3R@f6*++`U)WELn>BK=!ZqM6Zd-C1)wOU^%lvA<54Z1yd2k`s}T~wPK#YEW% zTibv^i-Ta}bgdtm@--Q^;Moe>uY!_m668P;iz`I0N2%>PdekP$|e>KD2t~ zV!If_<-gBOg*?Ri*tHV$A_xLEBHNp)beTUjyJ_dnFJpg3%P~boVKr8l5C124ELXj3 z)k|fzJhCqyL~t9@Wlz%<#FnKVaGoH~5#x1B&;>C`!E+I#LCwkx(T|fBFND{2^XbWm z*5y{Nvi+F=73|?+dg;H{{QU8(*wWJcx%>&!GnU8wd7M)H&~km^0H@fZN@OP~ty_J$vRes_|e22Ndw0M<->} zHD|s=Ef+TQloi0g!-u=hlH(>ePlZvJh$%DkM&O=qz z&=9jUfmEp2tdVK>YwLtuMqpBaL|xH~W3Ul}R7d78sTa9svlecEujgD?r(wJce<@Fp zJ|5y#-P@dBR}QpnSZbZ5%(T?Or#xJV^j@lw^1S< g0dlvY643^NX|9LJ46?+fUofO6)Yy@c;k- diff --git a/bdftopcf.changes b/bdftopcf.changes index a465b91..33c0570 100644 --- a/bdftopcf.changes +++ b/bdftopcf.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +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..206ab7a 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/app/%{name}-%{version}.tar.xz +Source1: http://xorg.freedesktop.org/releases/individual/app/%{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} From 268d028960a727707458451e0d379292e764a872a81ab1e4af3129e30a36a611 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 17 Oct 2022 08:28:56 +0000 Subject: [PATCH 2/2] - fixed download URLs of tarball and signature file in specfile OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/bdftopcf?expand=0&rev=16 --- bdftopcf.changes | 5 +++++ bdftopcf.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bdftopcf.changes b/bdftopcf.changes index 33c0570..5e15a9c 100644 --- a/bdftopcf.changes +++ b/bdftopcf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/bdftopcf.spec b/bdftopcf.spec index 206ab7a..c872324 100644 --- a/bdftopcf.spec +++ b/bdftopcf.spec @@ -23,8 +23,8 @@ 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.xz -Source1: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz.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)