Hello community,

here is the log from the commit of package e16 for openSUSE:Factory checked in 
at 2019-06-18 14:56:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e16 (Old)
 and      /work/SRC/openSUSE:Factory/.e16.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e16"

Tue Jun 18 14:56:35 2019 rev:9 rq:707126 version:1.0.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/e16/e16.changes  2017-09-29 11:56:41.151808340 
+0200
+++ /work/SRC/openSUSE:Factory/.e16.new.4811/e16.changes        2019-06-18 
14:56:45.849387679 +0200
@@ -1,0 +2,24 @@
+Sun Jun  2 12:36:03 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Trim bias and filler wording from description.
+
+-------------------------------------------------------------------
+Wed May 29 12:10:41 UTC 2019 - Simon Lees <sfl...@suse.de>
+
+- Update to 16.0.19
+  * Fix focus after slide-in
+  * Fix issue with initially shaded windows in certain cases
+  * Add new macros for theming in 'definitions'
+  * Update the restart cursor which looked a bit dated
+  * Do proper rendering of transparent icons in menus
+  * Fix magnifier pixel value display
+  * Remove long disabled pseudotransparency support
+  * Fix focus-if-group-focused cases
+  * (warning) fixes for gcc8
+  * (warning) fixes for recent support package versions
+  * autotool updates
+- use %license macro
+- add fix-compile-gtk.patch as a hack for pango dropping gobj
+  flags
+
+-------------------------------------------------------------------
@@ -418,2 +441,0 @@
-
-

Old:
----
  e16-1.0.18.tar.xz

New:
----
  e16-1.0.19.tar.xz
  fix-compile-gtk.patch

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

Other differences:
------------------
++++++ e16.spec ++++++
--- /var/tmp/diff_new_pack.gVfcON/_old  2019-06-18 14:56:47.521386634 +0200
+++ /var/tmp/diff_new_pack.gVfcON/_new  2019-06-18 14:56:47.553386614 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package e16
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,13 +23,14 @@
 %define enable_composite   1
 %define enable_pango       1
 Name:           e16
-Version:        1.0.18
+Version:        1.0.19
 Release:        0
-Summary:        A Good-Looking Window Manager for the X Window System
-License:        MIT-advertising and GPL-2.0+
+Summary:        A Window Manager for the X Window System
+License:        MIT-advertising AND GPL-2.0-or-later
 Group:          System/GUI/Other
 Url:            http://www.enlightenment.org
 Source:         e16-%{version}.tar.xz
+Patch0:         fix-compile-gtk.patch
 BuildRequires:  fdupes
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -80,16 +81,16 @@
 
 %description
 Enlightenment is a window manager for the X Window System that is
-designed to be powerful, extensible, configurable, and very good
-looking. It is one of the more graphically intense window managers.
+extensible and configurable looking. It is one of the more
+graphically intense window managers.
 
-Enlightenment goes beyond managing windows by providing a useful and
-appealing graphical shell from which to work. It is open in design and,
-instead of dictating a policy, it allows the user to define their own
-policy, down to every last detail.
+Enlightenment goes beyond managing windows by providing a graphical
+shell from which to work. It allows the user to define their own
+policy down to every last detail.
 
 %prep
 %setup -q
+%autopatch -p1
 
 %build
 %if 0%{?sles_version} != 10
@@ -151,7 +152,8 @@
 
 %files -f e16.lang
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING TODO
+%doc AUTHORS ChangeLog TODO
+%license COPYING
 %{_bindir}/*
 %{_bindir}/starte16
 %{_libdir}/e16/

++++++ e16-1.0.18.tar.xz -> e16-1.0.19.tar.xz ++++++
++++ 56286 lines of diff (skipped)

++++++ fix-compile-gtk.patch ++++++
Index: e16-1.0.19/configure.ac
===================================================================
--- e16-1.0.19.orig/configure.ac
+++ e16-1.0.19/configure.ac
@@ -179,6 +179,7 @@ AC_ARG_ENABLE(pango,
   enable_pango=yes)
 if test "x$enable_pango" = "xyes"; then
   PKG_CHECK_MODULES(PANGO, pangoxft, AC_DEFINE(USE_PANGO, 1, [pango-xft 
support]), enable_pango=no)
+  PKG_CHECK_MODULES(GOBJECT2, gobject-2.0, AC_DEFINE(USE_PANGO, 1, [pango-xft 
support]), enable_pango=no)
 fi
 AM_CONDITIONAL(USE_LIBPANGO, test "x$enable_pango" = "xyes")

Index: e16-1.0.19/src/Makefile.am
===================================================================
--- e16-1.0.19.orig/src/Makefile.am
+++ e16-1.0.19/src/Makefile.am
@@ -201,16 +201,16 @@ endif
 if USE_LIBPANGO
 LIBFNT_PANGO = libfont_pango.la
 libfont_pango_la_SOURCES  = text_pango.c
-libfont_pango_la_CFLAGS   = $(PANGO_CFLAGS)
-libfont_pango_la_LIBADD   = $(PANGO_LIBS) libfont_xft.la
+libfont_pango_la_CFLAGS   = $(PANGO_CFLAGS) $(GOBJECT2_CFLAGS)
+libfont_pango_la_LIBADD   = $(PANGO_LIBS) $(GOBJECT2_LIBS) libfont_xft.la
 libfont_pango_la_LDFLAGS  = -module -avoid-version
 endif

 else

 MODULE_SRCS = sound_esd.c sound_pa.c sound_load.c ttfont.c text_xft.c 
text_pango.c
-MODULE_LIBS = $(ESD_LIBS) $(PA_LIBS) $(SNDLDR_LIBS) $(PANGO_LIBS) $(XFT_LIBS)
-MODULE_CFLAGS = $(ESD_CFLAGS) $(PA_CFLAGS) $(SNDLDR_CFLAGS) $(PANGO_CFLAGS) 
$(XFT_CFLAGS)
+MODULE_LIBS = $(ESD_LIBS) $(PA_LIBS) $(SNDLDR_LIBS) $(PANGO_LIBS) 
$(GOBJECT2_LIBS) $(XFT_LIBS)
+MODULE_CFLAGS = $(ESD_CFLAGS) $(PA_CFLAGS) $(SNDLDR_CFLAGS) $(PANGO_CFLAGS) 
$(GOBJECT2_CFLAGS) $(XFT_CFLAGS)

 endif

Reply via email to