Accepting request 629905 from X11:XOrg

- 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

OBS-URL: https://build.opensuse.org/request/show/629905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonttosfnt?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2018-08-17 22:06:30 +00:00 committed by Git OBS Bridge
commit f04e5281a8
6 changed files with 19 additions and 27 deletions

View File

@ -1,14 +0,0 @@
<services>
<service mode="disabled" name="tar_scm">
<param name="url">git://anongit.freedesktop.org/xorg/app/fonttosfnt</param>
<param name="scm">git</param>
<param name="versionformat">1.0.5+%cd.%h</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version" />
</services>

View File

@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://anongit.freedesktop.org/xorg/app/fonttosfnt</param>
<param name="changesrevision">aead36f0be638a572ec97eb5313e45086874a5e6</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f51f4dcf8edabf26945e88e72b7fb44fe25b29cedabe0d6d3a1d2d6b6a65e38b
size 18552

3
fonttosfnt-1.0.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c80a5ff516aa06da2e90df044b8e28715f7d9e451feac8030951d9ff828d8503
size 141446

View File

@ -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

View File

@ -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}