Hello community,

here is the log from the commit of package NetworkManager-openvpn for 
openSUSE:Factory checked in at 2017-09-25 13:59:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager-openvpn (Old)
 and      /work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager-openvpn"

Mon Sep 25 13:59:34 2017 rev:69 rq:528430 version:1.8.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/NetworkManager-openvpn/NetworkManager-openvpn.changes
    2017-08-30 16:23:42.813182323 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new/NetworkManager-openvpn.changes
       2017-09-25 13:59:41.412523503 +0200
@@ -1,0 +2,20 @@
+Fri Sep 22 21:40:09 UTC 2017 - [email protected]
+
+- Update to version 1.8.0:
+  + Use gresources for ui files.
+  + Use NMACertChooser for PKCS#11 support.
+  + Support --ifconfig option not only for static key connections
+    (bgo#774727).
+  + Fix import for key-direction to make it independent of the
+    order (bgo#778154).
+  + Extend support for address family specifier for remote protocol
+    (bgo#731620).
+  + Updated translations.
+- Drop
+  add-support-for-IP-address-family-specifier-for-remote.patch:
+  Fixed upstream.
+- Drop obsolete post(un) handling of icon_theme_cache_post(un), no
+  longer needed, there is no icon files anymore.
+- Run spec-cleaner, modernize spec.
+
+-------------------------------------------------------------------

Old:
----
  NetworkManager-openvpn-1.2.10.tar.xz
  add-support-for-IP-address-family-specifier-for-remote.patch

New:
----
  NetworkManager-openvpn-1.8.0.tar.xz

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

Other differences:
------------------
++++++ NetworkManager-openvpn.spec ++++++
--- /var/tmp/diff_new_pack.X6a0QB/_old  2017-09-25 13:59:42.056432908 +0200
+++ /var/tmp/diff_new_pack.X6a0QB/_new  2017-09-25 13:59:42.060432345 +0200
@@ -17,20 +17,16 @@
 
 
 Name:           NetworkManager-openvpn
+Version:        1.8.0
+Release:        0
 Summary:        NetworkManager VPN support for OpenVPN
 License:        GPL-2.0+
 Group:          Productivity/Networking/System
-Version:        1.2.10
-Release:        0
 Url:            http://www.gnome.org/projects/NetworkManager
-Source0:        
http://download.gnome.org/sources/NetworkManager-openvpn/1.2/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM 
add-support-for-IP-address-family-specifier-for-remote.patch fate#322475, 
bgo#731620 [email protected] -- add support for IP address family specifier for 
remote protocol
-Patch0:         add-support-for-IP-address-family-specifier-for-remote.patch
+Source0:        
http://download.gnome.org/sources/NetworkManager-openvpn/1.8/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
-BuildRequires:  pkgconfig(NetworkManager) >= 1.2.0
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(NetworkManager) >= 1.7.0
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libnm) >= 1.2.0
@@ -40,12 +36,14 @@
 BuildRequires:  pkgconfig(libnm-util) >= 1.2.0
 BuildRequires:  pkgconfig(libnma) >= 1.2.0
 BuildRequires:  pkgconfig(libsecret-1) >= 0.18
-Recommends:     %{name}-frontend
 Requires:       NetworkManager >= 1.2.0
 Requires:       openvpn
+Recommends:     %{name}-frontend
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:    s390
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 
 %description
 NetworkManager-openvpn provides VPN support to NetworkManager for
@@ -54,18 +52,18 @@
 %package gnome
 Summary:        NetworkManager VPN support for OpenVPN
 Group:          Productivity/Networking/System
-Provides:       %{name}-frontend
 Requires:       %{name} = %{version}-%{release}
 Requires:       NetworkManager-gnome >= 0.5.1
+Provides:       %{name}-frontend
 
 %description gnome
 NetworkManager-openvpn provides VPN support to NetworkManager for
 OpenVPN.
 
 %lang_package
+
 %prep
 %setup -q
-%patch0 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif
@@ -73,15 +71,12 @@
 %build
 %configure\
        --disable-static
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name} %{?no_lang_C}
-find %{buildroot}%{_libdir} -name '*.la' -delete -print
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %pre
 getent group  nm-openvpn >/dev/null || groupadd -r nm-openvpn
@@ -92,14 +87,7 @@
                                                     nm-openvpn
 exit 0
 
-%post gnome
-%icon_theme_cache_post
-
-%postun gnome
-%icon_theme_cache_postun
-
 %files
-%defattr(-,root,root,-)
 %doc README
 %{_libdir}/NetworkManager/libnm-vpn-plugin-openvpn.so
 %{_libdir}/NetworkManager/libnm-vpn-plugin-openvpn-editor.so
@@ -112,9 +100,7 @@
 %{_sysconfdir}/dbus-1/system.d/nm-openvpn-service.conf
 
 %files gnome
-%defattr(-,root,root,-)
 %{_datadir}/appdata/network-manager-openvpn.metainfo.xml
-%{_datadir}/gnome-vpn-properties/
 %{_libdir}/NetworkManager/libnm-openvpn-properties.so*
 %{_libexecdir}/nm-openvpn-auth-dialog
 

++++++ NetworkManager-openvpn-1.2.10.tar.xz -> 
NetworkManager-openvpn-1.8.0.tar.xz ++++++
++++ 33907 lines of diff (skipped)


Reply via email to