Hello community,
here is the log from the commit of package NetworkManager-vpnc for
openSUSE:Factory checked in at 2016-10-18 10:35:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager-vpnc (Old)
and /work/SRC/openSUSE:Factory/.NetworkManager-vpnc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager-vpnc"
Changes:
--------
--- /work/SRC/openSUSE:Factory/NetworkManager-vpnc/NetworkManager-vpnc.changes
2016-09-21 18:27:17.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.NetworkManager-vpnc.new/NetworkManager-vpnc.changes
2016-10-18 10:35:08.000000000 +0200
@@ -1,0 +2,19 @@
+Mon Oct 3 16:52:12 UTC 2016 - [email protected]
+
+- Update to version 1.2.4:
+ + Prefer building against stable libsecret API.
+ + Split libnm-vpn-plugin-vpnc.so into a GTK-free core plugin
+ usable by nmcli and a UI plugin for nm-applet and gnome
+ components.
+ + Support NM_VPN_LOG_LEVEL environment variable to control debug
+ logging from NetworkManager.
+ + Support multiple concurrent VPNC connections.
+ + Various cleanups.
+ + Updated translations.
+- Conditionally apply translations-update-upstream BuildRequires
+ and macro for non-openSUSE only.
+- Replace pkgconfig(libsecret-unstable) for pkgconfig(libsecret-1)
+ BuildRequires following upstreams changes.
+- Drop obsolete clean section.
+
+-------------------------------------------------------------------
Old:
----
NetworkManager-vpnc-1.2.2.tar.xz
New:
----
NetworkManager-vpnc-1.2.4.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ NetworkManager-vpnc.spec ++++++
--- /var/tmp/diff_new_pack.eKkLuk/_old 2016-10-18 10:35:10.000000000 +0200
+++ /var/tmp/diff_new_pack.eKkLuk/_new 2016-10-18 10:35:10.000000000 +0200
@@ -20,24 +20,26 @@
Summary: NetworkManager VPN Support for vpnc
License: GPL-2.0+
Group: Productivity/Networking/System
-Version: 1.2.2
+Version: 1.2.4
Release: 0
Url: http://www.gnome.org/projects/NetworkManager
Source0:
http://download.gnome.org/sources/NetworkManager-vpnc/1.2/%{name}-%{version}.tar.xz
BuildRequires: intltool
+%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
+%endif
BuildRequires: update-desktop-files
-BuildRequires: pkgconfig(NetworkManager) >= 0.9.6
+BuildRequires: pkgconfig(NetworkManager) >= 1.2.0
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gtk+-3.0)
-BuildRequires: pkgconfig(libnm-glib) >= 0.9.6
-BuildRequires: pkgconfig(libnm-glib-vpn) >= 0.9.6
-BuildRequires: pkgconfig(libnm-gtk) >= 0.9.9.0
-BuildRequires: pkgconfig(libnm-util) >= 0.9.6
-BuildRequires: pkgconfig(libnma) >= 1.1.0
-BuildRequires: pkgconfig(libsecret-unstable)
+BuildRequires: pkgconfig(libnm-glib) >= 1.2.0
+BuildRequires: pkgconfig(libnm-glib-vpn) >= 1.2.0
+BuildRequires: pkgconfig(libnm-gtk) >= 1.2.0
+BuildRequires: pkgconfig(libnm-util) >= 1.2.0
+BuildRequires: pkgconfig(libnma) >= 1.2.0
+BuildRequires: pkgconfig(libsecret-1)
Requires: %{name}-frontend
-Requires: NetworkManager >= 0.9.10
+Requires: NetworkManager >= 1.2.0
Requires: vpnc
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -60,7 +62,9 @@
%lang_package
%prep
%setup -q
+%if !0%{?is_opensuse}
translation-update-upstream
+%endif
%build
%configure\
@@ -72,9 +76,6 @@
%find_lang %{name} %{?no_lang_C}
find %{buildroot}%{_libdir} -name '*.la' -delete -print
-%clean
-rm -rf $RPM_BUILD_ROOT
-
%post gnome
%icon_theme_cache_post
@@ -91,6 +92,7 @@
%{_libexecdir}/NetworkManager/VPN/nm-vpnc-service.name
%config %{_sysconfdir}/NetworkManager/VPN/nm-vpnc-service.name
%config %{_sysconfdir}/dbus-1/system.d/nm-vpnc-service.conf
+%{_libdir}/NetworkManager/libnm-vpn-plugin-vpnc-editor.so
%files gnome
%defattr(-,root,root,0755)
++++++ NetworkManager-vpnc-1.2.2.tar.xz -> NetworkManager-vpnc-1.2.4.tar.xz
++++++
++++ 20566 lines of diff (skipped)