Hello community,

here is the log from the commit of package bumblebee for openSUSE:Factory 
checked in at 2018-07-25 16:14:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bumblebee (Old)
 and      /work/SRC/openSUSE:Factory/.bumblebee.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bumblebee"

Wed Jul 25 16:14:33 2018 rev:10 rq:625212 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/bumblebee/bumblebee.changes      2017-08-12 
20:29:41.587082780 +0200
+++ /work/SRC/openSUSE:Factory/.bumblebee.new/bumblebee.changes 2018-07-25 
16:14:34.350094874 +0200
@@ -1,0 +2,5 @@
+Wed Jul 25 09:07:27 UTC 2018 - tchva...@suse.com
+
+- Run %udev_rules_update in post
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bumblebee.spec ++++++
--- /var/tmp/diff_new_pack.KsH1ET/_old  2018-07-25 16:14:36.886099840 +0200
+++ /var/tmp/diff_new_pack.KsH1ET/_new  2018-07-25 16:14:36.890099847 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bumblebee
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,16 +20,16 @@
 Version:        3.2.1
 Release:        0
 Summary:        NVidia Optimus support for GNU/Linux aimed at stability
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Hardware/Other
-Url:            https://github.com/Bumblebee-Project/bumblebee
+URL:            https://github.com/Bumblebee-Project/bumblebee
 Source0:        http://bumblebee-project.org/%{name}-%{version}.tar.gz
 Patch0:         nvidia-uvm-modeset-drm-support.patch
 Patch1:         bumblebee-decimal-pciid.patch
 BuildRequires:  glib2-devel
 BuildRequires:  help2man
 BuildRequires:  pciutils
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pwdutils
 BuildRequires:  systemd
 BuildRequires:  xorg-x11-libX11-devel
@@ -41,7 +41,6 @@
 Requires:       sudo
 Requires:       xorg-x11-libX11
 Recommends:     bbswitch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 # Always want 32b version on 64b system
 %ifarch x86_64
@@ -81,7 +80,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 install -d 755 %{buildroot}%{_libexecdir}/systemd
 install -D -m644 
"%{_builddir}/%{name}-%{version}/scripts/systemd/bumblebeed.service" 
"%{buildroot}%{_libexecdir}/systemd/system/bumblebeed.service"
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcbumblebeed
@@ -93,6 +92,7 @@
 %service_add_pre bumblebeed.service
 
 %post
+%udev_rules_update
 %service_add_post bumblebeed.service
 # Notify user about the groups
 mkdir -p %{_localstatedir}/adm/update-messages
@@ -102,7 +102,7 @@
 INFO:   If going to use nvidia binary driver:
 INFO:     gpasswd -a <USER> video
 INFO: Also ensure the nouveau module is blacklisted (even if you plan to use 
it):
-INFO:     echo "blacklist nouveau" >> /etc/modprobe.d/50-blacklist.conf
+INFO:     echo "blacklist nouveau" >> 
%{_sysconfdir}/modprobe.d/50-blacklist.conf
 INFO:     mkinitrd
 EOF
 
@@ -113,8 +113,8 @@
 %service_del_postun bumblebeed.service
 
 %files
-%defattr(-,root,root)
-%doc README.markdown COPYING
+%license COPYING
+%doc README.markdown
 %dir %{_sysconfdir}/bumblebee
 %config %{_sysconfdir}/bumblebee/xorg.conf.nouveau
 %config %{_sysconfdir}/bumblebee/xorg.conf.nvidia
@@ -130,7 +130,7 @@
 %{_sbindir}/bumblebeed
 %{_bindir}/optirun
 %{_bindir}/bumblebee-bugreport
-%{_mandir}/man1/bumblebeed.1.*
-%{_mandir}/man1/optirun.1.*
+%{_mandir}/man1/bumblebeed.1%{?ext_man}
+%{_mandir}/man1/optirun.1%{?ext_man}
 
 %changelog


Reply via email to