diff --git a/_service b/_service deleted file mode 100644 index 74a592a..0000000 --- a/_service +++ /dev/null @@ -1,14 +0,0 @@ - - - git://anongit.freedesktop.org/xorg/app/fonttosfnt - git - 1.0.5+%cd.%h - enable - - - *.tar - xz - - - - diff --git a/_servicedata b/_servicedata deleted file mode 100644 index 8025aa1..0000000 --- a/_servicedata +++ /dev/null @@ -1,4 +0,0 @@ - - - git://anongit.freedesktop.org/xorg/app/fonttosfnt - aead36f0be638a572ec97eb5313e45086874a5e6 \ No newline at end of file diff --git a/fonttosfnt-1.0.5+20170126.aead36f.tar.xz b/fonttosfnt-1.0.5+20170126.aead36f.tar.xz deleted file mode 100644 index 08194f4..0000000 --- a/fonttosfnt-1.0.5+20170126.aead36f.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f51f4dcf8edabf26945e88e72b7fb44fe25b29cedabe0d6d3a1d2d6b6a65e38b -size 18552 diff --git a/fonttosfnt-1.0.5.tar.bz2 b/fonttosfnt-1.0.5.tar.bz2 new file mode 100644 index 0000000..9636946 --- /dev/null +++ b/fonttosfnt-1.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80a5ff516aa06da2e90df044b8e28715f7d9e451feac8030951d9ff828d8503 +size 141446 diff --git a/fonttosfnt.changes b/fonttosfnt.changes index e32aa67..be14ee8 100644 --- a/fonttosfnt.changes +++ b/fonttosfnt.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Aug 17 10:46:14 UTC 2018 - sndirsch@suse.com + +- Update to version 1.0.5 + * Is it a bird? is it a plane? No it's a fonttofs.. fontstof.. + fonttofn... it's a release of the tool that wraps a bitmap + font into a truetype wrapper! Bringing you the last 9 years + of exciting changes including ansification and lots of + autotools cleanup changes, because that is how we rolled 7 + years ago. (Almost) no source files were harmed in the + making of this release. +- get rid of _service/_servicedata files + ------------------------------------------------------------------- Wed May 31 23:11:34 UTC 2017 - zaitor@opensuse.org diff --git a/fonttosfnt.spec b/fonttosfnt.spec index aa20cf9..f44bd96 100644 --- a/fonttosfnt.spec +++ b/fonttosfnt.spec @@ -1,7 +1,7 @@ # # spec file for package fonttosfnt # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,15 +17,13 @@ Name: fonttosfnt -Version: 1.0.5+20170126.aead36f +Version: 1.0.5 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: %{name}-%{version}.tar.xz -#Source0: http://xorg.freedesktop.org/releases/individual/app/%%{name}-%%{version}.tar.bz2 -BuildRequires: libtool +Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 BuildRequires: pkg-config BuildRequires: pkgconfig(fontenc) BuildRequires: pkgconfig(freetype2) @@ -43,7 +41,6 @@ OpenType) wrapper. %setup -q %build -NOCONFIGURE=1 ./autogen.sh %configure make %{?_smp_mflags}