Hello community,

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

Package is "NetworkManager-pptp"

Thu Mar  8 10:50:12 2018 rev:48 rq:582898 version:1.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/NetworkManager-pptp/NetworkManager-pptp.changes  
2016-10-18 10:34:45.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-pptp.new/NetworkManager-pptp.changes 
    2018-03-08 10:50:14.693006788 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:37:49 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ NetworkManager-pptp.spec ++++++
--- /var/tmp/diff_new_pack.iBiLyE/_old  2018-03-08 10:50:15.388981732 +0100
+++ /var/tmp/diff_new_pack.iBiLyE/_new  2018-03-08 10:50:15.392981588 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package NetworkManager-pptp
 #
-# 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
@@ -16,17 +16,18 @@
 #
 
 
-Name:           NetworkManager-pptp
 %define pppd_plugin_dir %(rpm -ql ppp | grep -m1 pppd/[0-9]*)
-Summary:        NetworkManager VPN support for PPTP
-License:        GPL-2.0+
-Group:          Productivity/Networking/System
+Name:           NetworkManager-pptp
 Version:        1.2.4
 Release:        0
-Url:            http://www.gnome.org/projects/NetworkManager
+Summary:        NetworkManager VPN support for PPTP
+License:        GPL-2.0-or-later
+Group:          Productivity/Networking/System
+URL:            http://www.gnome.org/projects/NetworkManager
 Source0:        
http://download.gnome.org/sources/NetworkManager-pptp/1.2/%{name}-%{version}.tar.xz
 BuildRequires:  grep
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  ppp-devel
 BuildRequires:  pkgconfig(NetworkManager) >= 1.2.0
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -42,7 +43,6 @@
 Requires:       pptp
 %requires_eq    ppp
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 NetworkManager-pptp provides VPN support to NetworkManager for PPTP.
@@ -50,14 +50,15 @@
 %package gnome
 Summary:        NetworkManager VPN support for PPTP
 Group:          Productivity/Networking/System
-Provides:       %{name}-frontend = %{version}
 Requires:       %{name} = %{version}-%{release}
 Requires:       NetworkManager-gnome
+Provides:       %{name}-frontend = %{version}
 
 %description gnome
 NetworkManager-pptp provides VPN support to NetworkManager for PPTP.
 
 %lang_package
+
 %prep
 %setup -q
 
@@ -65,12 +66,12 @@
 %configure\
        --disable-static \
        --with-pppd-plugin-dir=%{pppd_plugin_dir}
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name} %{?no_lang_C}
-find %{buildroot}%{_libdir} -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post gnome
 %icon_theme_cache_post
@@ -79,7 +80,6 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root,-)
 %doc README
 %{_libdir}/NetworkManager/libnm-vpn-plugin-pptp.so
 %{_libexecdir}/nm-pptp-service
@@ -90,7 +90,6 @@
 %{pppd_plugin_dir}/nm-pptp-pppd-plugin.so
 
 %files gnome
-%defattr(-,root,root,-)
 %{_datadir}/appdata/network-manager-pptp.metainfo.xml
 %{_datadir}/gnome-vpn-properties/
 %{_libdir}/NetworkManager/libnm-pptp-properties.so*


Reply via email to