Hello community,

here is the log from the commit of package gfxboot for openSUSE:Factory checked 
in at 2014-09-20 15:49:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gfxboot (Old)
 and      /work/SRC/openSUSE:Factory/.gfxboot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gfxboot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gfxboot/gfxboot.changes  2014-08-30 
16:03:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gfxboot.new/gfxboot.changes     2014-09-20 
15:49:52.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Sep 17 13:00:33 CEST 2014 - [email protected]
+
+- recreated font to match latest translations
+- translation update
+- remove duplicate 'Default' from po file
+- 4.5.5
+
+-------------------------------------------------------------------

Old:
----
  gfxboot-4.5.4.tar.xz

New:
----
  gfxboot-4.5.5.tar.xz

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

Other differences:
------------------
++++++ gfxboot.spec ++++++
--- /var/tmp/diff_new_pack.NvOcLt/_old  2014-09-20 15:49:53.000000000 +0200
+++ /var/tmp/diff_new_pack.NvOcLt/_new  2014-09-20 15:49:53.000000000 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           gfxboot
-Version:        4.5.4
+Version:        4.5.5
 Release:        0
 Summary:        Graphical Boot Logo for GRUB, LILO and SYSLINUX
 License:        GPL-2.0+
 Group:          System/Boot
 Url:            http://en.opensuse.org/SDB:Gfxboot
-Source:         gfxboot-4.5.4.tar.xz
+Source:         gfxboot-4.5.5.tar.xz
 Source1:        KDE.tar.xz
 Source2:        openSUSE.tar.xz
 Source3:        SLED.tar.xz

++++++ KDE.tar.xz ++++++

++++++ SLED.tar.xz ++++++

++++++ SLES.tar.xz ++++++

++++++ examples.tar.xz ++++++

++++++ gfxboot-4.5.4.tar.xz -> gfxboot-4.5.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.4/VERSION new/gfxboot-4.5.5/VERSION
--- old/gfxboot-4.5.4/VERSION   2014-08-25 16:29:04.000000000 +0200
+++ new/gfxboot-4.5.5/VERSION   2014-09-17 13:00:26.000000000 +0200
@@ -1 +1 @@
-4.5.4
+4.5.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.4/changelog new/gfxboot-4.5.5/changelog
--- old/gfxboot-4.5.4/changelog 2014-08-25 16:29:07.000000000 +0200
+++ new/gfxboot-4.5.5/changelog 2014-09-17 13:00:28.000000000 +0200
@@ -1,4 +1,11 @@
-2014-08-25:    HEAD
+2014-09-17:    HEAD
+       - fix compiler warning
+       - recreated font to match latest translations
+       - translation update 2
+       - translation update
+       - remove duplicate 'Default' from po file
+
+2014-08-25:    4.5.4
        - added two more texts to pot file
 
 2014-08-25:    4.5.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.4/gfxboot-font.c 
new/gfxboot-4.5.5/gfxboot-font.c
--- old/gfxboot-4.5.4/gfxboot-font.c    2014-01-24 15:26:56.000000000 +0100
+++ new/gfxboot-4.5.5/gfxboot-font.c    2014-09-17 12:58:23.000000000 +0200
@@ -162,7 +162,8 @@
   int i, j, k, err, ofs;
   char *str, *str1, *t, *s, *s1, *font_spec;
   iconv_t ic = (iconv_t) -1, ic2;
-  char obuf[4], ibuf[6];
+  unsigned char obuf[4];
+  char ibuf[6];
   char obuf2[4*0x100], ibuf2[0x100];
   char *obuf_ptr, *ibuf_ptr;
   size_t obuf_left, ibuf_left;
@@ -337,7 +338,7 @@
               if(k >= 0 || (k == -1 && !obuf_left)) {
                 ok = 1;
                 if(!obuf_left) {
-                  i = *(int *) obuf;
+                  i = obuf[0] + (obuf[1] << 8) + (obuf[2] << 16) + (obuf[3] << 
24);
                   if(i >= 0x20) {
                     insert_int_list(&opt.chars, i, i);
                   }

++++++ openSUSE.tar.xz ++++++
++++ 71124 lines of diff (skipped)

++++++ upstream.tar.xz ++++++

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

Reply via email to