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

New stable

OBS-URL: https://build.opensuse.org/request/show/283817
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/mkfontscale?expand=0&rev=7
This commit is contained in:
Stefan Dirsch 2015-02-03 16:41:37 +00:00 committed by Git OBS Bridge
parent 514a56043a
commit 8bfc0c4da5
4 changed files with 22 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Feb 2 23:53:41 UTC 2015 - zaitor@opensuse.org
- Update to version 1.1.2:
+ Remove extraneous duplicate checks for -r & -n options.
+ autogen.sh: Honor NOCONFIGURE=1.
+ configure: Drop AM_MAINTAINER_MODE.
+ Only include config.h if it exists.
+ Fix possible malloc allocation error found by clang static
analysis.
+ Plug a memory leak found by clang static analysis.
+ Print which option was in error along with usage message.
+ Make usage() always exit(1).
+ Add -v flag to print program version.
+ Add missing newline to usage output.
-------------------------------------------------------------------
Sat Aug 17 22:46:09 UTC 2013 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package mkfontscale
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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,7 +17,7 @@
Name: mkfontscale
Version: 1.1.1
Version: 1.1.2
Release: 0
Summary: Utility to create index of scalable font files for X
License: MIT
@ -29,7 +29,7 @@ BuildRequires: zlib-devel
BuildRequires: pkgconfig(fontenc)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xproto)
BuildRequires: pkgconfig(xproto) >= 7.0.25
# This was part of the xorg-x11 package up to version 7.6
Conflicts: xorg-x11 <= 7.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -40,7 +40,6 @@ legacy X11 font system.
%prep
%setup -q
##%%patch0 -p1
%build
%configure