Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2018-03-08 10:52:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and      /work/SRC/openSUSE:Factory/.vinagre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vinagre"

Thu Mar  8 10:52:59 2018 rev:100 rq:583377 version:3.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2017-11-30 
16:32:23.593033938 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes     2018-03-08 
10:53:01.283009496 +0100
@@ -1,0 +2,11 @@
+Tue Mar  6 12:36:17 UTC 2018 - dims...@opensuse.org
+
+- Update License to GPL-3.0-or-later: various files are licensed
+  this way, moving the entire project up.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:40:44 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vinagre.spec ++++++
--- /var/tmp/diff_new_pack.3sTIFL/_old  2018-03-08 10:53:01.994983865 +0100
+++ /var/tmp/diff_new_pack.3sTIFL/_new  2018-03-08 10:53:01.998983721 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vinagre
 #
-# Copyright (c) 2017 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
@@ -17,14 +17,13 @@
 
 
 %bcond_without rdp
-
 Name:           vinagre
 Version:        3.22.0
 Release:        0
 Summary:        VNC client for GNOME
-License:        GPL-2.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Networking/Other
-Url:            http://www.gnome.org/projects/vinagre/
+URL:            http://www.gnome.org/projects/vinagre/
 Source0:        
http://download.gnome.org/sources/vinagre/3.22/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM vinagre-freerdp2.patch bgo#765444 bgo#775616 
mgo...@suse.com -- handle new "freerdp2" package name.
 Patch1:         vinagre-freerdp2.patch
@@ -35,18 +34,19 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel
+# Next two lines needed for Patch1
+BuildRequires:  gnome-common
 BuildRequires:  intltool >= 0.50.0
+BuildRequires:  pkgconfig
 # We need the %%mime_database_* macros
 BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
 BuildRequires:  yelp-tools
+BuildRequires:  pkgconfig(appstream-glib) >= 0.7.3
 BuildRequires:  pkgconfig(avahi-gobject)
 BuildRequires:  pkgconfig(avahi-ui-gtk3)
-%if %{with rdp}
-BuildRequires:  pkgconfig(freerdp2)
-%endif
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.6
 BuildRequires:  pkgconfig(gtk-vnc-2.0) >= 0.4.3
 BuildRequires:  pkgconfig(libsecret-1)
@@ -55,13 +55,12 @@
 BuildRequires:  pkgconfig(telepathy-glib)
 BuildRequires:  pkgconfig(vte-2.91)
 BuildRequires:  pkgconfig(x11)
-# Next two lines needed for Patch1
-BuildRequires:  gnome-common
-BuildRequires:  pkgconfig(appstream-glib) >= 0.7.3
 Recommends:     %{name}-lang
 Obsoletes:      %{name}-devel < %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{glib2_gsettings_schema_requires}
+%glib2_gsettings_schema_requires
+%if %{with rdp}
+BuildRequires:  pkgconfig(freerdp2)
+%endif
 
 %description
 Vinagre is a VNC client for GNOME that supports connecting to multiple
@@ -90,7 +89,7 @@
 make V=1 %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 %suse_update_desktop_file -G "Remote Desktop Viewer" vinagre
 %suse_update_desktop_file vinagre-file
@@ -105,19 +104,18 @@
 %fdupes %{buildroot}
 
 %post
-%{glib2_gsettings_schema_post}
+%glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
 %mime_database_post
 
 %postun
-%{glib2_gsettings_schema_postun}
+%glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
 %mime_database_postun
 
 %files
-%defattr(-, root, root)
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/vinagre
 %{_datadir}/applications/vinagre.desktop
@@ -135,12 +133,11 @@
 %{_datadir}/telepathy/clients/Vinagre.client
 %dir %{_datadir}/vinagre
 %{_datadir}/vinagre/vinagre*
-%{_mandir}/man1/*.1.gz
+%{_mandir}/man1/*.1%{ext_man}
 # Own directories that are not owned by anything else
 %dir %{_datadir}/telepathy
 %dir %{_datadir}/telepathy/clients
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog


Reply via email to