diff --git a/_service b/_service new file mode 100644 index 0000000..74a592a --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + git://anongit.freedesktop.org/xorg/app/fonttosfnt + git + 1.0.5+%cd.%h + enable + + + *.tar + xz + + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..8025aa1 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + git://anongit.freedesktop.org/xorg/app/fonttosfnt + aead36f0be638a572ec97eb5313e45086874a5e6 \ No newline at end of file diff --git a/fonttosfnt-1.0.4.tar.bz2 b/fonttosfnt-1.0.4.tar.bz2 deleted file mode 100644 index 0be11c2..0000000 --- a/fonttosfnt-1.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3feaaab499b3f9c7e9b8bdc725dd40fde65b2fbb73794845d7f682746470f594 -size 106121 diff --git a/fonttosfnt-1.0.5+20170126.aead36f.tar.xz b/fonttosfnt-1.0.5+20170126.aead36f.tar.xz new file mode 100644 index 0000000..08194f4 --- /dev/null +++ b/fonttosfnt-1.0.5+20170126.aead36f.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51f4dcf8edabf26945e88e72b7fb44fe25b29cedabe0d6d3a1d2d6b6a65e38b +size 18552 diff --git a/fonttosfnt.changes b/fonttosfnt.changes index 23d7f1f..9809aee 100644 --- a/fonttosfnt.changes +++ b/fonttosfnt.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed May 31 23:11:34 UTC 2017 - zaitor@opensuse.org + +- Update to version 1.0.5+20170126.aead36f: + * config: + - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS. + - Move man pages into their own directory. + - Add missing AC_CONFIG_SRCDIR. + * man: + - Remove trailing spaces and tabs. + - Replace hard coded man page section with substitution + strings. + * configure: Drop AM_MAINTAINER_MODE. + * autogen.sh: + - Honor NOCONFIGURE=1. + - Use exec instead of waiting for configure to finish. + - Use quoted string variables. + - Add default patch prefix. +- Switch to source service git checkout. +- Following the above, add libtool BuildRequires, and pass + NOCONFIGURE=1 ./autogen.sh: Needed now that build from a git + checkout. +- Add and pkgconfig(xorg-macros) BuildRequires: New dependency. +- Stop packaging ChangeLog and NEWS, dropped upstream. + ------------------------------------------------------------------- Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org diff --git a/fonttosfnt.spec b/fonttosfnt.spec index e3a7bf3..aa20cf9 100644 --- a/fonttosfnt.spec +++ b/fonttosfnt.spec @@ -1,7 +1,7 @@ # # spec file for package fonttosfnt # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,19 @@ Name: fonttosfnt -Version: 1.0.4 +Version: 1.0.5+20170126.aead36f Release: 0 Summary: Utility to wrap a bitmap font in a sfnt (TrueType) wrapper License: MIT Group: System/X11/Utilities Url: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.xz +#Source0: http://xorg.freedesktop.org/releases/individual/app/%%{name}-%%{version}.tar.bz2 +BuildRequires: libtool BuildRequires: pkg-config BuildRequires: pkgconfig(fontenc) BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xproto) # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 @@ -40,6 +43,7 @@ OpenType) wrapper. %setup -q %build +NOCONFIGURE=1 ./autogen.sh %configure make %{?_smp_mflags} @@ -48,7 +52,7 @@ make %{?_smp_mflags} %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README +%doc COPYING README %{_bindir}/fonttosfnt %{_mandir}/man1/fonttosfnt.1%{?ext_man}