Hello community,

here is the log from the commit of package enlightenment for openSUSE:Factory 
checked in at 2020-08-18 14:00:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/enlightenment (Old)
 and      /work/SRC/openSUSE:Factory/.enlightenment.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "enlightenment"

Tue Aug 18 14:00:59 2020 rev:33 rq:827563 version:0.24.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/enlightenment/enlightenment.changes      
2020-08-12 10:39:34.360382825 +0200
+++ /work/SRC/openSUSE:Factory/.enlightenment.new.3399/enlightenment.changes    
2020-08-18 14:03:33.462327332 +0200
@@ -1,0 +2,11 @@
+Tue Aug 18 08:08:12 UTC 2020 - Andreas Schwab <sch...@suse.de>
+
+- libddcutil.patch: acutally load libddcutil.so.3 instead of
+  libddcutil.so.2 in Tumbleweed
+
+-------------------------------------------------------------------
+Mon Aug 17 14:21:50 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- libddcutil3 replaces libddcutil2 in Tumbleweed
+
+-------------------------------------------------------------------

New:
----
  libddcutil.patch

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

Other differences:
------------------
++++++ enlightenment.spec ++++++
--- /var/tmp/diff_new_pack.cAIHOC/_old  2020-08-18 14:03:34.426327764 +0200
+++ /var/tmp/diff_new_pack.cAIHOC/_new  2020-08-18 14:03:34.426327764 +0200
@@ -46,6 +46,7 @@
 Patch3:         feature-wizard-auto-lang.patch
 Patch4:         feature-wizard-keylayout-from-sys.patch
 Patch5:         feature-qt-apps-gtk2-theme.patch
+Patch6:         libddcutil.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -86,8 +87,13 @@
 Requires:       elementary
 Requires:       enlightenment-branding = 0.1
 Requires:       evas-generic-loaders
+%if 0%{?suse_version} > 1500
+# dlopened at runtime
+Requires:       libddcutil3
+%else
 # dlopened at runtime
 Requires:       libddcutil2
+%endif
 # Require a Icon theme that will be detected by enlghtenment
 Requires:       oxygen-icon-theme
 # We use xdg-terminal, xdg-open and xdg-su in various places
@@ -170,7 +176,6 @@
 
 %package branding-upstream
 Summary:        Enlightenment files for upstream branding
-# this uses elementary version number not enlightenment
 Group:          System/GUI/Other
 Requires:       enlightenment-theme-upstream
 Conflicts:      terminology-theme-openSUSE
@@ -211,6 +216,9 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%if 0%{?suse_version} > 1500
+%patch6 -p1
+%endif
 
 # Copy In new Network Wizard
 rm src/modules/wizard/page_110.c

++++++ libddcutil.patch ++++++
Index: enlightenment-0.24.2/src/bin/system/e_system_ddc.c
===================================================================
--- enlightenment-0.24.2.orig/src/bin/system/e_system_ddc.c
+++ enlightenment-0.24.2/src/bin/system/e_system_ddc.c
@@ -302,7 +302,7 @@ err:
 static Eina_Bool
 _ddc_init(void)
 {
-   ddc_lib = dlopen("libddcutil.so.2", RTLD_NOW | RTLD_LOCAL);
+   ddc_lib = dlopen("libddcutil.so.3", RTLD_NOW | RTLD_LOCAL);
    if (!ddc_lib) return EINA_FALSE;
 #define SYM(_x) \
    do { \

Reply via email to