Hello community,

here is the log from the commit of package wlc for openSUSE:Factory checked in 
at 2016-05-08 10:45:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wlc (Old)
 and      /work/SRC/openSUSE:Factory/.wlc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wlc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wlc/wlc.changes  2016-05-05 08:12:34.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.wlc.new/wlc.changes     2016-05-08 
10:46:17.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May  5 12:50:48 UTC 2016 - [email protected]
+
+- removing the changes which doesn't seem to be necessary anymore
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wlc.spec ++++++
--- /var/tmp/diff_new_pack.4gYlr2/_old  2016-05-08 10:46:18.000000000 +0200
+++ /var/tmp/diff_new_pack.4gYlr2/_new  2016-05-08 10:46:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wlc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define wayland_minimal 1.7.0
 
 Name:           wlc
@@ -92,12 +93,12 @@
 Group:          Development/Libraries/C and C++
 Requires:       chck-devel
 Requires:       cmake
+Requires:       libwlc0 = %{version}
 Requires:      pkgconfig(wayland-client) >= %{wayland_minimal}
 Requires:      pkgconfig(wayland-cursor) >= %{wayland_minimal}
 Requires:      pkgconfig(wayland-egl) >= %{wayland_minimal}
 Requires:      pkgconfig(wayland-scanner) >= %{wayland_minimal}
 Requires:      pkgconfig(wayland-server) >= %{wayland_minimal}
-Requires:       libwlc0 = %{version}
 
 %description devel
 Development files for Wayland Compositor Library.
@@ -108,17 +109,8 @@
 # make sure that chck from tarball is not used
 rm -r lib/chck/*
 
-# until upstream improves the behaviour
-find . -type f -print0 | \
-     xargs -0 -I FILE sed -n "s@.*\*lib = \"\(lib[^\"]\+\.so\)\".*@FILE \1@p" 
FILE | \
-     while read source lib; do
-          newlib="$(readlink %{_libdir}/"$lib")"
-          sed -i "s@*lib = \"$lib\"@*lib = \"$newlib\"@g" "$source"
-     done
-
 %build
 %cmake \
-       -DBUILD_SHARED_LIBS=OFF \
        -DSOURCE_CHCK=OFF
 
 make %{?_smp_mflags}




Reply via email to