Hello community,
here is the log from the commit of package NetworkManager-pptp for
openSUSE:Factory checked in at 2016-09-21 18:27:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager-pptp (Old)
and /work/SRC/openSUSE:Factory/.NetworkManager-pptp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager-pptp"
Changes:
--------
--- /work/SRC/openSUSE:Factory/NetworkManager-pptp/NetworkManager-pptp.changes
2016-06-03 16:27:43.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.NetworkManager-pptp.new/NetworkManager-pptp.changes
2016-09-21 18:27:48.000000000 +0200
@@ -1,0 +2,48 @@
+Sun May 15 10:24:06 UTC 2016 - [email protected]
+
+- Update to version 1.2.2:
+ + Fixed the D-Bus API for multiple concurrent connections.
+ + Use a proper name for the AppStream metadata.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Mon May 2 18:22:39 UTC 2016 - [email protected]
+
+- Update to version 1.2.0:
+ + nm-pppd-plugin: fix crash.
+ + Updated translations.
+- Drop --disable-more-warnings from configure line: no longer
+ needed.
+
+-------------------------------------------------------------------
+Thu Apr 7 06:59:38 UTC 2016 - [email protected]
+
+- Update to version 1.1.93 (1.2-rc1):
+ + No changes.
+- Changes from version 1.1.92:
+ + Bugs fixed: bgo#762938.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Thu Apr 7 06:59:37 UTC 2016 - [email protected]
+
+- Update to version 1.1.91:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Thu Apr 7 06:59:36 UTC 2016 - [email protected]
+
+- Update to version 1.1.90:
+ + Ported to libnm, libnma and GDBus.
+ + Enhanced the GUI to support agent-owned and always-ask
+ passwords.
+ + Update the UI to use modern GTK witgets instead of deprecated
+ ones.
+ + Updated translations.
+- Add pkgconfig(libnm) and pkgconfig(libnma) BuildRequires: new
+ dependencies.
+- Drop nm-pptp-desktop.patch: no longer needed.
+- Drop icon sources: as there is no .desktop file, we also do not
+ need an icon for it.
+
+-------------------------------------------------------------------
Old:
----
NetworkManager-pptp-1.0.8.tar.xz
gnome-mime-application-x-pptp-settings.png
nm-pptp-desktop.patch
New:
----
NetworkManager-pptp-1.2.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ NetworkManager-pptp.spec ++++++
--- /var/tmp/diff_new_pack.07LW4T/_old 2016-09-21 18:27:49.000000000 +0200
+++ /var/tmp/diff_new_pack.07LW4T/_new 2016-09-21 18:27:49.000000000 +0200
@@ -21,27 +21,25 @@
Summary: NetworkManager VPN support for PPTP
License: GPL-2.0+
Group: Productivity/Networking/System
-Version: 1.0.8
+Version: 1.2.2
Release: 0
-# FIXME .desktop icons are currently disabled (on purpose) in the NM tarballs.
They will re-appear later on (when nmce supports --import)
-# FIXME: --disable-more-warnings should be dropped from configure when
possible. Added with 0.9.2.0 for Gtk+ 3.3 build.
Url: http://www.gnome.org/projects/NetworkManager
-Source0:
http://download.gnome.org/sources/NetworkManager-pptp/1.0/%{name}-%{version}.tar.xz
-Source1: gnome-mime-application-x-pptp-settings.png
-Patch0: nm-pptp-desktop.patch
+Source0:
http://download.gnome.org/sources/NetworkManager-pptp/1.2/%{name}-%{version}.tar.xz
BuildRequires: grep
BuildRequires: intltool
BuildRequires: ppp-devel
-BuildRequires: pkgconfig(NetworkManager) >= 0.9.10
+BuildRequires: pkgconfig(NetworkManager) >= 1.1.0
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gtk+-3.0)
-BuildRequires: pkgconfig(libnm-glib) >= 0.9.10
-BuildRequires: pkgconfig(libnm-glib-vpn) >= 0.9.10
-BuildRequires: pkgconfig(libnm-gtk) >= 1.0.5
-BuildRequires: pkgconfig(libnm-util) >= 0.9.10
+BuildRequires: pkgconfig(libnm) >= 1.1.0
+BuildRequires: pkgconfig(libnm-glib) >= 1.1.0
+BuildRequires: pkgconfig(libnm-glib-vpn) >= 1.1.0
+BuildRequires: pkgconfig(libnm-gtk) >= 0.9.10
+BuildRequires: pkgconfig(libnm-util) >= 1.1.0
+BuildRequires: pkgconfig(libnma) >= 1.1.0
BuildRequires: pkgconfig(libsecret-unstable)
Requires: %{name}-frontend = %{version}
-Requires: NetworkManager >= 0.9.10
+Requires: NetworkManager >= 1.1.0
Requires: pptp
%requires_eq ppp
Recommends: %{name}-lang
@@ -63,27 +61,17 @@
%lang_package
%prep
%setup -q
-%patch0 -p1
-cp -a %{S:1} nm-pptp-settings.png
%build
%configure\
--disable-static \
- --with-pppd-plugin-dir=%{pppd_plugin_dir} \
- --disable-more-warnings
+ --with-pppd-plugin-dir=%{pppd_plugin_dir}
%__make %{?_smp_mflags}
%install
%makeinstall
%find_lang %{name} %{?no_lang_C}
find %{buildroot}%{_libdir} -name '*.la' -delete -print
-# FIXME: There is no MIME type definition for application/x-pptp-settings in
/usr/share/mime/packages.
-# Without it, MIME icon has no effect.
-#mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/mimetypes
-#mv
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-pptp-settings.png
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/mimetypes/
-install -D nm-pptp-settings.png
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/nm-pptp-settings.png
-# FIXME .desktop icons are currently disabled (on purpose) in the NM tarballs.
They will re-appear later on (when nmce supports --import)
-# %%suse_update_desktop_file nm-pptp GNOME Network Monitor Applet
%post gnome
%icon_theme_cache_post
@@ -94,19 +82,21 @@
%files
%defattr(-,root,root,-)
%doc README
+%{_libdir}/NetworkManager/libnm-vpn-plugin-pptp.so
%{_libexecdir}/nm-pptp-service
+%dir %{_libexecdir}/NetworkManager
+%dir %{_libexecdir}/NetworkManager/VPN
+%{_libexecdir}/NetworkManager/VPN/nm-pptp-service.name
%{_sysconfdir}/NetworkManager/VPN/nm-pptp-service.name
%{_sysconfdir}/dbus-1/system.d/nm-pptp-service.conf
%{pppd_plugin_dir}/nm-pptp-pppd-plugin.*
%files gnome
%defattr(-,root,root,-)
+%{_datadir}/appdata/network-manager-pptp.metainfo.xml
+%{_datadir}/gnome-vpn-properties/
%{_libdir}/NetworkManager/libnm-pptp-properties.so*
%{_libexecdir}/nm-pptp-auth-dialog
-# FIXME .desktop icons are currently disabled (on purpose) in the NM tarballs.
They will re-appear later on (when nmce supports --import)
-#%{_datadir}/applications/nm-pptp.desktop
-%{_datadir}/gnome-vpn-properties/
-%{_datadir}/icons/hicolor/*/*/*.png
%files lang -f %{name}.lang
++++++ NetworkManager-pptp-1.0.8.tar.xz -> NetworkManager-pptp-1.2.2.tar.xz
++++++
++++ 14056 lines of diff (skipped)