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:
commit
fc07f71f05
@ -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
3
libfontenc-1.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70588930e6fc9542ff38e0884778fbc6e6febf21adbab92fd8f524fe60aefd21
|
||||||
|
size 301494
|
@ -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
|
Fri Apr 26 12:14:42 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libfontenc
|
# 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
|
# 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
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libfontenc
|
Name: libfontenc
|
||||||
%define lname libfontenc1
|
%define lname libfontenc1
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X11 font encoding library
|
Summary: X11 font encoding library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -28,6 +28,7 @@ Url: http://xorg.freedesktop.org/
|
|||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libfontenc
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libfontenc
|
||||||
#Git-Web: http://cgit.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
|
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user