Hello community,

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

Package is "midori"

Changes:
--------
--- /work/SRC/openSUSE:Factory/midori/midori.changes    2014-05-14 
10:26:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.midori.new/midori.changes       2014-09-15 
14:50:49.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 11 09:38:59 UTC 2014 - co...@suse.com
+
+- add midori-fix-plugins.diff to fix linking in factory
+
+-------------------------------------------------------------------

New:
----
  midori-fix-plugins.diff

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

Other differences:
------------------
++++++ midori.spec ++++++
--- /var/tmp/diff_new_pack.ll9Uxe/_old  2014-09-15 14:50:50.000000000 +0200
+++ /var/tmp/diff_new_pack.ll9Uxe/_new  2014-09-15 14:50:50.000000000 +0200
@@ -27,6 +27,7 @@
 Source0:        
https://launchpad.net/midori/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
 Source1:        %{name}.1
 Source99:       baselibs.conf
+Patch0:         midori-fix-plugins.diff
 %if 0%{?suse_version} >= 1320
 BuildRequires:  appdata-tools
 %endif
@@ -107,6 +108,7 @@
 
 %prep
 %setup -q -c
+%patch0 -p1
 # remove parts that do not conform to the desktop file spec
 for desktop in data/midori.desktop.in data/midori-private.desktop.in; do
     awk '

++++++ midori-fix-plugins.diff ++++++
Index: midori-0.5.8/extensions/CMakeLists.txt
===================================================================
--- midori-0.5.8.orig/extensions/CMakeLists.txt
+++ midori-0.5.8/extensions/CMakeLists.txt
@@ -31,7 +31,7 @@ foreach(UNIT_SRC ${EXTENSIONS})
         add_library(${UNIT} MODULE ${UNIT_SRC})
         target_link_libraries(${UNIT}
                               ${LIBMIDORI}
-                              )
+                              m)
         set_target_properties(${UNIT} PROPERTIES
                               COMPILE_FLAGS ${CFLAGS}
                               )
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to