Accepting request 305320 from X11:XOrg

- Update to version 1.1.3
  * Initialize both value1 & value2, not value1 twice
  * Replace sprintf call with snprintf
  * Replace strcpy+strcat calls with snprintf calls
  * Reformat code to X.Org standard style
  * Initialize aliases array in parseEncodingFile()
- tagged baselibs.conf as sourcefile in spec file

OBS-URL: https://build.opensuse.org/request/show/305320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfontenc?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2015-05-06 05:47:48 +00:00 committed by Git OBS Bridge
commit fc07f71f05
4 changed files with 17 additions and 5 deletions

View File

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

3
libfontenc-1.1.3.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon May 4 14:06:28 UTC 2015 - sndirsch@suse.com
- Update to version 1.1.3
* Initialize both value1 & value2, not value1 twice
* Replace sprintf call with snprintf
* Replace strcpy+strcat calls with snprintf calls
* Reformat code to X.Org standard style
* Initialize aliases array in parseEncodingFile()
- tagged baselibs.conf as sourcefile in spec file
-------------------------------------------------------------------
Fri Apr 26 12:14:42 UTC 2013 - tobias.johannes.klausmann@mni.thm.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libfontenc
#
# Copyright (c) 2013 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
@ -18,7 +18,7 @@
Name: libfontenc
%define lname libfontenc1
Version: 1.1.2
Version: 1.1.3
Release: 0
Summary: X11 font encoding library
License: MIT
@ -28,6 +28,7 @@ Url: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libfontenc
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libfontenc/
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.60, automake, libtool
BuildRequires: pkgconfig