Accepting request 149182 from home:Zaitor:branches:X11:XOrg

Update

OBS-URL: https://build.opensuse.org/request/show/149182
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/bdftopcf?expand=0&rev=3
This commit is contained in:
Stefan Dirsch 2013-01-21 08:50:03 +00:00 committed by Git OBS Bridge
parent ce02bb3276
commit c5600b92ea
4 changed files with 25 additions and 7 deletions

View File

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

3
bdftopcf-1.0.4.tar.bz2 Normal file
View File

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

View File

@ -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 Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package bdftopcf # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,13 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: bdftopcf Name: bdftopcf
Version: 1.0.3 Version: 1.0.4
Release: 0 Release: 0
License: MIT
Summary: Font compiler for the X server and font server Summary: Font compiler for the X server and font server
Url: http://xorg.freedesktop.org/ License: MIT
Group: System/X11/Utilities Group: System/X11/Utilities
Url: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: pkgconfig(xfont) BuildRequires: pkgconfig(xfont)