Hello community,

here is the log from the commit of package rss-glx for openSUSE:Factory checked 
in at 2017-12-22 12:20:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rss-glx (Old)
 and      /work/SRC/openSUSE:Factory/.rss-glx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rss-glx"

Fri Dec 22 12:20:37 2017 rev:14 rq:559080 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rss-glx/rss-glx.changes  2017-04-07 
13:54:56.361641071 +0200
+++ /work/SRC/openSUSE:Factory/.rss-glx.new/rss-glx.changes     2017-12-22 
12:21:20.764461014 +0100
@@ -1,0 +2,11 @@
+Thu Dec 21 12:31:19 UTC 2017 - [email protected]
+
+- Fix license
+- Cleanup BuildRequires
+
+-------------------------------------------------------------------
+Sun Dec  3 20:39:35 UTC 2017 - [email protected]
+
+- Drop dependency on kdebase4-workspace
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rss-glx.spec ++++++
--- /var/tmp/diff_new_pack.2dL9fw/_old  2017-12-22 12:21:21.528423764 +0100
+++ /var/tmp/diff_new_pack.2dL9fw/_new  2017-12-22 12:21:21.528423764 +0100
@@ -20,7 +20,7 @@
 Version:        0.9.1
 Release:        0
 Summary:        Really Slick Screensavers Port to GLX
-License:        GPL-2.0
+License:        GPL-2.0 AND GPL-3.0
 Group:          Amusements/Toys/Screensavers
 Url:            http://rss-glx.sourceforge.net/
 Source:         
http://prdownloads.sourceforge.net/rss-glx/rss-glx_%{version}.tar.bz2
@@ -33,30 +33,26 @@
 # include MagickCore/MagickCore.h and MagickWand/MagickWand.h for
 # ImageMagick-7 instead; the upstream seem to be dead anyway though
 Patch1:         rss-glx-ImageMagick7.patch
-BuildRequires:  Mesa-devel
-BuildRequires:  freealut-devel
+BuildRequires:  Mesa-libGL-devel
 BuildRequires:  gcc-c++
-%if 0%{?suse_version} <= 1310
-BuildRequires:  gnome-screensaver
-%endif
 BuildRequires:  kde4-filesystem
 # directory ownership
-BuildRequires:  kdebase4-workspace
+BuildRequires:  libX11-devel
+BuildRequires:  libXt-devel
 BuildRequires:  libtool
 BuildRequires:  openal-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
 BuildRequires:  xscreensaver
 BuildRequires:  pkgconfig(ImageMagick)
+BuildRequires:  pkgconfig(freealut)
 BuildRequires:  pkgconfig(glu)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Cool collection of 3D screensavers. Linux port of Really Slick Screensavers
 
 %prep
-%setup -n %{name}_%{version}
+%setup -q -n %{name}_%{version}
 %patch0
 %patch1 -p1
 
@@ -65,15 +61,13 @@
 %configure --disable-static \
        --enable-shared \
        --with-pic \
-        --with-configdir=/etc/xscreensaver \
-       --with-kdessconfigdir="%{_kde4_servicesdir}/ScreenSavers" \
+    --with-configdir=%{_sysconfdir}/xscreensaver \
        --program-prefix="%{name}-"
 make %{?_smp_mflags}
 
 %install
 %make_install
-%kde_post_install
-find %{buildroot} -name "*.la" -type f -print -delete
+find %{buildroot} -type f -name "*.la" -delete -print
 #no -devel files here..
 rm -rvf %{buildroot}%{_libdir}/*.so
 
@@ -88,25 +82,14 @@
 done
 popd
 
-# add prefix for desktop files
-pushd %{buildroot}%{_kde4_servicesdir}/ScreenSavers
-for i in `ls . -I rss-glx-*.desktop | sed "s/\.desktop//"` ; do
-       mv ${i}.desktop rss-glx-${i}.desktop
-       sed -i "s/${i}/rss-glx-${i}/" rss-glx-${i}.desktop
-done
-popd
-
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %config %{_sysconfdir}/xscreensaver/*
 %{_bindir}/*
 %{_libdir}/lib*
 %{_mandir}/*/*%{ext_man}
-%_kde4_servicesdir/ScreenSavers/*
 %dir %{_libdir}/xscreensaver
 %{_libdir}/xscreensaver/*
 


Reply via email to