commit xorg-x11-fonts-devel for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-fonts-devel for 
openSUSE:Factory checked in at 2012-05-08 12:06:28

Comparing /work/SRC/openSUSE:Factory/xorg-x11-fonts-devel (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-fonts-devel.new (New)


Package is "xorg-x11-fonts-devel", Maintainer is "sndir...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-fonts-devel/xorg-x11-fonts-devel.changes
2011-09-23 12:52:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-fonts-devel.new/xorg-x11-fonts-devel.changes
   2012-05-08 12:06:32.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 11 18:15:47 UTC 2012 - vu...@opensuse.org
+
+- Update to font-util 1.3.0:
+  + bdftruncate: Properly support -w and +w
+  + Fix compiler warnings
+  + Better support for cross-compiling
+- Include version of font-util in the version of the package. For
+  instance, this will now be 7.6_1.3.0.
+
+---

Old:

  font-util-1.2.0.tar.bz2

New:

  font-util-1.3.0.tar.bz2



Other differences:
--
++ xorg-x11-fonts-devel.spec ++
--- /var/tmp/diff_new_pack.Y6Xqpq/_old  2012-05-08 12:06:33.0 +0200
+++ /var/tmp/diff_new_pack.Y6Xqpq/_new  2012-05-08 12:06:33.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-fonts-devel (Version 7.6)
+# spec file for package xorg-x11-fonts-devel
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xorg-x11-fonts-devel
-%define dirsuffix 1.2.0
-BuildRequires:  pkgconfig xorg-x11-proto-devel
+%define dirsuffix 1.3.0
+BuildRequires:  pkgconfig
+BuildRequires:  xorg-x11-proto-devel
 Url:http://xorg.freedesktop.org/
-Version:7.6
-Release:1
-License:MIT
+Version:7.6_%{dirsuffix}
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Group:  System/X11/Fonts
 Requires:   xorg-x11-proto-devel
 Summary:Include Files and Libraries mandatory for Development.
+License:MIT
+Group:  System/X11/Fonts
 Source: font-util-%{dirsuffix}.tar.bz2
 Source1:
http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT
 

++ font-util-1.2.0.tar.bz2 -> font-util-1.3.0.tar.bz2 ++
 8152 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/font-util-1.2.0/ChangeLog new/font-util-1.3.0/ChangeLog
--- old/font-util-1.2.0/ChangeLog   2010-10-14 00:59:05.0 +0200
+++ new/font-util-1.3.0/ChangeLog   2012-02-29 07:16:35.0 +0100
@@ -1,3 +1,126 @@
+commit dff77bb76ab2260877a37193df1d728d2f4a1d88
+Author: Alan Coopersmith 
+Date:   Tue Feb 28 22:14:18 2012 -0800
+
+font-util 1.3.0
+
+Signed-off-by: Alan Coopersmith 
+
+commit faee5567a53bcde7c9e280c330e1ff6671b979b1
+Author: Alan Coopersmith 
+Date:   Wed Feb 22 20:43:34 2012 -0800
+
+configure.ac updates to match other X.Org modules
+
+layout and comment the top portion of configure.ac
+add missing AC_CONFIG_SRCDIR
+Replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+replace deprecated AC_HELP_STRING with AS_HELP_STRING
+Remove unnecessary AC_PROG_CC & AC_PROG_INSTALL (already
+ provided by XORG_DEFAULT_OPTIONS)
+
+Signed-off-by: Alan Coopersmith 
+Reviewed-by: Gaetan Nadon
+
+commit 9e9519975fe3a5827b362b8df4a5c69745125a5a
+Author: Alan Coopersmith 
+Date:   Fri Nov 18 23:09:43 2011 -0800
+
+Fix "cast discards qualifiers from pointer target type" warnings
+
+ucs2any.c: In function ‘chars_compare’:
+ucs2any.c:450:2: warning: cast discards qualifiers from pointer target type
+ucs2any.c:451:2: warning: cast discards qualifiers from pointer target type
+
+Signed-off-by: Alan Coopersmith 
+
+commit e46b483c58ec3cfc01d2800c069eadc90166eb04
+Author: Alan Coopersmith 
+Date:   Fri Nov 18 23:06:46 2011 -0800
+
+Mark usage() as not returning to clear incorrect uninit var warning
+
+bdftruncate.c: In function ‘main’:
+bdftruncate.c:119:16: warning: ‘threshold’ may be used uninitialize

commit xorg-x11-fonts-devel for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-fonts-devel for 
openSUSE:Factory checked in at 2011-12-06 19:17:01

Comparing /work/SRC/openSUSE:Factory/xorg-x11-fonts-devel (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-fonts-devel.new (New)


Package is "xorg-x11-fonts-devel", Maintainer is "sndir...@suse.com"

Changes:




Other differences:
--
++ xorg-x11-fonts-devel.spec ++
--- /var/tmp/diff_new_pack.YIGpqi/_old  2011-12-06 19:58:05.0 +0100
+++ /var/tmp/diff_new_pack.YIGpqi/_new  2011-12-06 19:58:05.0 +0100
@@ -24,7 +24,7 @@
 Url:http://xorg.freedesktop.org/
 Version:7.6
 Release:1
-License:MIT License (or similar)
+License:MIT
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Fonts
 Requires:   xorg-x11-proto-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org