Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2015-04-28 20:43:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlc (Old)
 and      /work/SRC/openSUSE:Factory/.vlc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2015-04-21 10:50:48.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes     2015-04-28 
20:43:20.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Apr 24 10:07:55 UTC 2015 - [email protected]
+
+- Build against qt5 for openSUSE > 13.2.
+
+-------------------------------------------------------------------
+Tue Apr 21 12:33:01 UTC 2015 - [email protected]
+
+- remove build host name (again) from binaries
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.8NnTpr/_old  2015-04-28 20:43:21.000000000 +0200
+++ /var/tmp/diff_new_pack.8NnTpr/_new  2015-04-28 20:43:21.000000000 +0200
@@ -75,7 +75,14 @@
 BuildRequires:  libnotify-devel
 BuildRequires:  libogg-devel >= 1.0
 BuildRequires:  libopus-devel >= 1.0.3
+%if 0%{?suse_version} > 1320
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5X11Extras)
+%else
 BuildRequires:  libqt4-devel >= 4.6.0
+%endif
 BuildRequires:  libraw1394 >= 2.0.1
 BuildRequires:  librsvg-devel >= 2.9.0
 BuildRequires:  libsamplerate-devel
@@ -425,6 +432,11 @@
 sed -e 's/tar cvv/tar cvv --format=ustar/' -i share/Makefile
 %endif
 
+# make sure the build hostname is not embedded in the binaries -- or we'll
+# continuously republish packages -- seife
+### ONLY REMOVE THIS IF YOU KNOW WHAT YOU ARE DOING!
+sed -i 's/^#define.*VLC_COMPILE_HOST.*/#define VLC_COMPILE_HOST "obs-build"/' 
config.h
+
 make %{?_smp_mflags}
 
 %install


Reply via email to