Hello community,

here is the log from the commit of package font-specimen for openSUSE:Factory 
checked in at 2015-02-03 11:40:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/font-specimen (Old)
 and      /work/SRC/openSUSE:Factory/.font-specimen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "font-specimen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/font-specimen/font-specimen.changes      
2014-12-10 23:44:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.font-specimen.new/font-specimen.changes 
2015-02-03 11:40:52.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Feb  2 14:30:27 UTC 2015 - pgaj...@suse.com
+
+- update to 20150202
+  * do not treat unsuccessful LcdFilter setting
+    as a fatal error
+
+-------------------------------------------------------------------

Old:
----
  font-specimen-20141202.tar.bz2

New:
----
  font-specimen-20150202.tar.bz2

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

Other differences:
------------------
++++++ font-specimen.spec ++++++
--- /var/tmp/diff_new_pack.k2f7Uh/_old  2015-02-03 11:40:53.000000000 +0100
+++ /var/tmp/diff_new_pack.k2f7Uh/_new  2015-02-03 11:40:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package font-specimen
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,7 +18,7 @@
 
 %define libmaj  0
 Name:           font-specimen
-Version:        20141202
+Version:        20150202
 Release:        0
 Summary:        Font Specimen Creator
 License:        GPL-2.0+

++++++ font-specimen-20141202.tar.bz2 -> font-specimen-20150202.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/font-specimen-20141202/ChangeLog 
new/font-specimen-20150202/ChangeLog
--- old/font-specimen-20141202/ChangeLog        2014-12-02 17:22:36.000000000 
+0100
+++ new/font-specimen-20150202/ChangeLog        2015-02-02 15:29:23.000000000 
+0100
@@ -1,3 +1,5 @@
+2015-02-02 do not treat unsuccessful LcdFilter setting 
+           as a fatal error
 2014-12-02 fix bgr layout
            fix vertical layout
            add font-specimen.pc file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/font-specimen-20141202/Makefile 
new/font-specimen-20150202/Makefile
--- old/font-specimen-20141202/Makefile 2014-12-02 17:22:36.000000000 +0100
+++ new/font-specimen-20150202/Makefile 2015-02-02 15:29:23.000000000 +0100
@@ -19,7 +19,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 
USA.
 
-VERSION                 = 20141202
+VERSION                 = 20150202
 LIBRARY_NAME    = font-specimen
 LIBRARY_MAJOR    = 0
 LIBRARY_VERSION  = 0.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/font-specimen-20141202/ft.c 
new/font-specimen-20150202/ft.c
--- old/font-specimen-20141202/ft.c     2014-12-02 17:22:36.000000000 +0100
+++ new/font-specimen-20150202/ft.c     2015-02-02 15:29:23.000000000 +0100
@@ -102,7 +102,8 @@
     if (err)
     {
       font_specimen_error("freetype: can not set lcd filter");
-      return -1;
+      bitmap->ord = FC_RGBA_NONE;
+      return 0;
     }
 
     if (lay_horizontal(ord))

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

Reply via email to