From 1d4dfb96c6a0730c8a81bf23b8d904e91641ca2ac5af70a25b712867eee003d9 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 4 May 2015 14:07:30 +0000 Subject: [PATCH] - 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() OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=11 --- libfontenc-1.1.2.tar.bz2 | 3 --- libfontenc-1.1.3.tar.bz2 | 3 +++ libfontenc.changes | 10 ++++++++++ libfontenc.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 libfontenc-1.1.2.tar.bz2 create mode 100644 libfontenc-1.1.3.tar.bz2 diff --git a/libfontenc-1.1.2.tar.bz2 b/libfontenc-1.1.2.tar.bz2 deleted file mode 100644 index 6a928af..0000000 --- a/libfontenc-1.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9a4efed3359b2e80161bb66b65038fac145137fa134e71335264cbc23b02f62 -size 294884 diff --git a/libfontenc-1.1.3.tar.bz2 b/libfontenc-1.1.3.tar.bz2 new file mode 100644 index 0000000..2045683 --- /dev/null +++ b/libfontenc-1.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70588930e6fc9542ff38e0884778fbc6e6febf21adbab92fd8f524fe60aefd21 +size 301494 diff --git a/libfontenc.changes b/libfontenc.changes index f21de52..1fc3386 100644 --- a/libfontenc.changes +++ b/libfontenc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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() + ------------------------------------------------------------------- Fri Apr 26 12:14:42 UTC 2013 - tobias.johannes.klausmann@mni.thm.de diff --git a/libfontenc.spec b/libfontenc.spec index 7c5b896..eefcce5 100644 --- a/libfontenc.spec +++ b/libfontenc.spec @@ -1,7 +1,7 @@ # # spec file for package libfontenc # -# 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 @@ -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