diff --git a/.gitignore b/.gitignore index 47b8fc8..e4d80d7 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ NetworkManager-pptp-0.8.1.tar.bz2 /NetworkManager-pptp-1.1.91.tar.xz /NetworkManager-pptp-1.1.92.tar.xz /NetworkManager-pptp-1.1.93.tar.xz +/NetworkManager-pptp-1.2.2.tar.xz diff --git a/NetworkManager-pptp.spec b/NetworkManager-pptp.spec index 6db588e..a8a0354 100644 --- a/NetworkManager-pptp.spec +++ b/NetworkManager-pptp.spec @@ -3,26 +3,26 @@ Summary: NetworkManager VPN plugin for PPTP Name: NetworkManager-pptp Epoch: 1 -Version: 1.2.0 +Version: 1.2.2 Release: 1%{?dist} License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ Group: System Environment/Base -Source0: https://download.gnome.org/sources/NetworkManager-pptp/1.2/%{name}-1.2.0.tar.xz +Source0: https://download.gnome.org/sources/NetworkManager-pptp/1.2/%{name}-%{version}.tar.xz BuildRequires: gtk3-devel BuildRequires: NetworkManager-devel -BuildRequires: NetworkManager-glib-devel >= 1:1.1.0 -BuildRequires: NetworkManager-libnm-devel >= 1:1.1.0 +BuildRequires: NetworkManager-glib-devel >= 1:1.2.0 +BuildRequires: NetworkManager-libnm-devel >= 1:1.2.0 BuildRequires: glib2-devel BuildRequires: ppp-devel BuildRequires: libtool intltool gettext BuildRequires: libsecret-devel BuildRequires: libnm-gtk-devel >= 0.9 -BuildRequires: libnma-devel >= 1.1.0 +BuildRequires: libnma-devel >= 1.2.0 Requires: dbus -Requires: NetworkManager >= 1:1.1.0 +Requires: NetworkManager >= 1:1.2.0 Requires: pptp Requires: ppp @@ -50,9 +50,6 @@ the PPTP server with NetworkManager (GNOME files). %setup -q %build -if [ ! -f configure ]; then - ./autogen.sh -fi %configure \ --disable-static \ --enable-more-warnings=yes \ @@ -85,9 +82,12 @@ rm -f %{buildroot}%{_libdir}/pppd/%{ppp_version}/*.la %dir %{_datadir}/gnome-vpn-properties/pptp %{_datadir}/gnome-vpn-properties/pptp/nm-pptp-dialog.ui %{_sysconfdir}/NetworkManager/VPN/nm-pptp-service.name -%{_datadir}/appdata/network-manager-pptp.appdata.xml +%{_datadir}/appdata/network-manager-pptp.metainfo.xml %changelog +* Wed May 11 2016 Lubomir Rintel - 1.2.2-1 +- Update to 1.2.2 release + * Wed Apr 20 2016 Lubomir Rintel - 1.2.0-1 - Update to 1.2.0 release diff --git a/sources b/sources index fb5cd26..faf33a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1ed01ab077dcea91d1f95cfcba11d50 NetworkManager-pptp-1.2.0.tar.xz +e1d0021eff80fcf6ad1c445b4fa0451d NetworkManager-pptp-1.2.2.tar.xz