Hello community,

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

Package is "gnome-vfs2"

Thu Mar  8 10:44:37 2018 rev:70 rq:582751 version:2.24.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-vfs2/gnome-vfs2.changes    2017-10-21 
20:17:10.291936807 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-vfs2.new/gnome-vfs2.changes       
2018-03-08 10:44:39.641069621 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:30:17 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnome-vfs2.spec ++++++
--- /var/tmp/diff_new_pack.31tgXT/_old  2018-03-08 10:44:40.325044994 +0100
+++ /var/tmp/diff_new_pack.31tgXT/_new  2018-03-08 10:44:40.329044850 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-vfs2
 #
-# 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
@@ -16,40 +16,16 @@
 #
 
 
-Name:           gnome-vfs2
 %define _name gnome-vfs
-BuildRequires:  cdparanoia
-BuildRequires:  dbus-1-devel
-BuildRequires:  dbus-1-glib-devel
-BuildRequires:  fdupes
-BuildRequires:  gamin-devel
-BuildRequires:  gcc-c++
-BuildRequires:  gconf2-devel
-BuildRequires:  gnome-common
-BuildRequires:  gnome-patch-translation
-BuildRequires:  gtk-doc
-BuildRequires:  intltool
-BuildRequires:  krb5-devel
-BuildRequires:  libacl-devel
-BuildRequires:  libattr-devel
-BuildRequires:  libavahi-glib-devel
-BuildRequires:  libbz2-devel
-BuildRequires:  libgcrypt-devel
-BuildRequires:  libopenssl-devel
-BuildRequires:  libselinux-devel
-BuildRequires:  libsmbclient-devel
-BuildRequires:  libxml2-devel
-BuildRequires:  samba
+Name:           gnome-vfs2
 Version:        2.24.4
 Release:        0
 Summary:        The GNOME 2.x Desktop Virtual File System Libraries
-License:        GPL-2.0+ and LGPL-2.1+
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Development/Libraries/GNOME
-Url:            http://www.gnome.org/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+URL:            http://www.gnome.org/
 Source:         
ftp://ftp.gnome.org/pub/gnome/sources/%{_name}/2.24/%{_name}-%{version}.tar.bz2
 Source99:       baselibs.conf
-Requires:       desktop-file-utils
 # PATCH-FEATURE-OPENSUSE gnome-vfs-url_handler_news.patch vu...@novell.com -- 
add news: url handler schema
 Patch20:        gnome-vfs-url_handler_news.patch
 # PATCH-FEATURE-OPENSUSE gnome-vfs-url_handler_ftp.patch vu...@novell.com -- 
add ftp: url handler schema
@@ -74,15 +50,34 @@
 Patch46:        gnome-vfs2-bug338168-cannot-access-from-location-input.patch
 # PATCH-FIX-OPENSUSE gnome-vfs2-openssl11.patch bsc#1042650 meiss...@suse.com 
-- openssl 1.1 enablement: replacing old openssl construct by a better strategy
 Patch50:        gnome-vfs2-openssl11.patch
-# bug437293
-%ifarch ppc64
-Obsoletes:      gnome-vfs2-64bit
-%endif
+BuildRequires:  cdparanoia
+BuildRequires:  dbus-1-devel
+BuildRequires:  dbus-1-glib-devel
+BuildRequires:  fdupes
+BuildRequires:  gamin-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gconf2-devel
+BuildRequires:  gnome-common
+BuildRequires:  gnome-patch-translation
+BuildRequires:  gtk-doc
+BuildRequires:  intltool
+BuildRequires:  krb5-devel
+BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
+BuildRequires:  libavahi-glib-devel
+BuildRequires:  libbz2-devel
+BuildRequires:  libgcrypt-devel
+BuildRequires:  libopenssl-devel
+BuildRequires:  libselinux-devel
+BuildRequires:  libsmbclient-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  samba
+Requires:       desktop-file-utils
+Recommends:     %{name}-lang
 #
 Obsoletes:      gnome-vfs-extras
 Provides:       gnome-vfs-extras
-Recommends:     %{name}-lang
-%gconf_schemas_prereq
+%{gconf_schemas_prereq}
 
 %description
 GNOME VFS is the GNOME virtual file system. It is the foundation of the
@@ -120,6 +115,7 @@
 This package contains additional documentation for the main package.
 
 %lang_package
+
 %prep
 %setup -q -n %{_name}-%{version}
 gnome-patch-translation-prepare
@@ -166,38 +162,31 @@
         --disable-howl \
         --enable-selinux \
         --with-samba-includes=%{_includedir}/samba-4.0 \
-       ac_cv_path_SSH_PROGRAM=/usr/bin/ssh
+       ac_cv_path_SSH_PROGRAM=%{_bindir}/ssh
 echo "#undef G_DISABLE_DEPRECATED" >> config.h
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 %find_lang gnome-vfs-2.0
 %find_gconf_schemas
 cat %{name}.schemas_list >%{name}.lst
 # Some sites use different partitions for /usr/(lib|lib64) and /usr/share.  
Since you
 # can't create hardlinks across partitions, we'll do this more than once.
-find %{buildroot} -type f -name "*.la" -exec %{__rm} -vf {} +
-%fdupes $RPM_BUILD_ROOT/%{_includedir}
-%fdupes $RPM_BUILD_ROOT/%{_libdir}
-%fdupes $RPM_BUILD_ROOT/%{_bindir}
+find %{buildroot} -type f -name "*.la" -delete -print
+%fdupes %{buildroot}/%{_includedir}
+%fdupes %{buildroot}/%{_libdir}
+%fdupes %{buildroot}/%{_bindir}
 
 %pre -f %{name}.schemas_pre
-
 %post -p /sbin/ldconfig
-
 %posttrans -f %{name}.schemas_posttrans
-
 %preun -f %{name}.schemas_preun
-
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lst
-%defattr(-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_bindir}/*
 %{_datadir}/dbus-1/services/gnome-vfs-daemon.service
 %{_libdir}/*.so.*
@@ -212,14 +201,12 @@
 %files lang -f gnome-vfs-2.0.lang
 
 %files devel
-%defattr(-, root, root)
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/*
 %{_libdir}/gnome-vfs-2.0/include
 %{_libdir}/*.so
 
 %files doc
-%defattr(-, root, root)
 %{_datadir}/gtk-doc/html/gnome-vfs-2.0
 
 %changelog


Reply via email to