diff --git a/bdftopcf-1.0.3.tar.bz2 b/bdftopcf-1.0.3.tar.bz2 deleted file mode 100644 index 90a1dc6..0000000 --- a/bdftopcf-1.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c90b408b2fe079495697bfc8fb13da940b2b70f4907213bf5dcc9e3024a1d0a -size 104929 diff --git a/bdftopcf-1.0.4.tar.bz2 b/bdftopcf-1.0.4.tar.bz2 new file mode 100644 index 0000000..10b6d84 --- /dev/null +++ b/bdftopcf-1.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf59057ba3d7cffe29526562ce50868da7da823487a4cfb3e16946e5ffd2798 +size 116380 diff --git a/bdftopcf.changes b/bdftopcf.changes index 84491f7..37ae874 100644 --- a/bdftopcf.changes +++ b/bdftopcf.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Jan 19 09:20:31 UTC 2013 - zaitor@opensuse.org + +- Update to version 1.0.4: + + Use remove() instead of unlink() to remove files. + + Use symbolic names instead of raw integers for stdin & stdout + fd's. + + Add -v flag to print version info. + + Combine usage message strings. + + Initialize font to 0 values directly instead of via bzero. + + Adopt X.Org standard coding style (via x-indent.sh). + + man: remove trailing spaces and tabs. + + config: + - Move man pages into their own directory. + - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS. + - Use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS. + ------------------------------------------------------------------- Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org diff --git a/bdftopcf.spec b/bdftopcf.spec index 9c550f9..5c6a41b 100644 --- a/bdftopcf.spec +++ b/bdftopcf.spec @@ -1,7 +1,7 @@ # # spec file for package bdftopcf # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: bdftopcf -Version: 1.0.3 +Version: 1.0.4 Release: 0 -License: MIT Summary: Font compiler for the X server and font server -Url: http://xorg.freedesktop.org/ +License: MIT Group: System/X11/Utilities +Url: http://xorg.freedesktop.org/ Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 BuildRequires: pkg-config BuildRequires: pkgconfig(xfont)