Hello community,

here is the log from the commit of package libotf for openSUSE:Factory checked 
in at 2013-07-01 15:55:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libotf (Old)
 and      /work/SRC/openSUSE:Factory/.libotf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libotf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libotf/libotf.changes    2013-03-08 
11:20:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libotf.new/libotf.changes       2013-07-01 
15:55:24.000000000 +0200
@@ -1,0 +2,17 @@
+Mon Jul  1 04:07:57 UTC 2013 - [email protected]
+
+- update version 0.9.13
+  * configure.ac: Add AM_CONDITIONAL for X11_UNAVAILABLE.
+  * example/Makefile.am (bin_PROGRAMS): Add otfview conditionally.
+  * example/otfdump.c (indent_spaces): Delete it.
+    (IPRINT): Do not use indent_spaces.
+    (dump_anchor): Do nothing if anchor->offset is zero.
+  * src/otfopen.c (read_anchor_array): Do not read an anchor if its
+    offset is zero.
+    (read_ligature_attach): Fix return code on error.
+    (read_ligature_array): Do not read an anchor if its offset is
+     zero.
+    (read_lookup_subtable_gpos): Fix typo.
+  * src/otfdrive.c (get_class_def_auto): Return 0 if C is negative.
+
+-------------------------------------------------------------------

Old:
----
  libotf-0.9.12.tar.bz2

New:
----
  libotf-0.9.13.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libotf.spec ++++++
--- /var/tmp/diff_new_pack.pzwtGW/_old  2013-07-01 15:55:25.000000000 +0200
+++ /var/tmp/diff_new_pack.pzwtGW/_new  2013-07-01 15:55:25.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libotf
-Version:        0.9.12
+Version:        0.9.13
 Release:        0
 Summary:        Library for Handling OpenType Fonts
 License:        LGPL-2.1+
@@ -26,9 +26,8 @@
 # CVS:
 #    cvs -d :pserver:[email protected]:/cvs/m17n login
 #    cvs -d :pserver:[email protected]:/cvs/m17n co libotf
-Source0:        http://www.m17n.org/libotf/libotf-%{version}.tar.bz2
+Source0:        
http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
-# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch:          libotf-warning-fixes.diff
 # patch not sent upstream, because m17n.org is currently down
 Patch1:         libotf-automake-1.13.diff
@@ -50,7 +49,7 @@
 languages.
 
 %package devel
-Summary:        Include Files and Libraries mandatory for Development.
+Summary:        Include Files and Libraries mandatory for Development
 Group:          Development/Libraries/Other
 Requires:       %{name} = %{version}
 Requires:       freetype2-devel
@@ -74,9 +73,6 @@
 %makeinstall
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libotf0 -p /sbin/ldconfig
 
 %postun -n libotf0 -p /sbin/ldconfig

++++++ libotf-automake-1.13.diff ++++++
--- /var/tmp/diff_new_pack.pzwtGW/_old  2013-07-01 15:55:25.000000000 +0200
+++ /var/tmp/diff_new_pack.pzwtGW/_new  2013-07-01 15:55:25.000000000 +0200
@@ -1,11 +1,11 @@
-Index: libotf-0.9.12/configure.ac
+Index: libotf-0.9.13/configure.ac
 ===================================================================
---- libotf-0.9.12.orig/configure.ac
-+++ libotf-0.9.12/configure.ac
+--- libotf-0.9.13.orig/configure.ac
++++ libotf-0.9.13/configure.ac
 @@ -25,7 +25,7 @@ dnl 330, Boston, MA 02111-1307, USA.
  
- AC_INIT(libotf, 0.9.12, [email protected])
- AM_INIT_AUTOMAKE(libotf, 0.9.12)
+ AC_INIT(libotf, 0.9.13, [email protected])
+ AM_INIT_AUTOMAKE(libotf, 0.9.13)
 -AM_CONFIG_HEADER(src/config.h)
 +AC_CONFIG_HEADERS(src/config.h)
  

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to