diff --git a/.gitignore b/.gitignore index 1d78e78..72d09e6 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ NetworkManager-pptp-0.8.1.tar.bz2 /NetworkManager-pptp-1.0.0.tar.xz /NetworkManager-pptp-1.1.0.20150428git695d4f2.tar.bz2 /NetworkManager-pptp-1.2.0.tar.xz +/NetworkManager-pptp-1.1.90.tar.xz diff --git a/NetworkManager-pptp.spec b/NetworkManager-pptp.spec index dfe8cc6..3d0424b 100644 --- a/NetworkManager-pptp.spec +++ b/NetworkManager-pptp.spec @@ -1,15 +1,15 @@ -%global snapshot .20151223gitde50986 +%global snapshot .beta1 %global ppp_version %(rpm -q ppp-devel --queryformat '%{VERSION}') Summary: NetworkManager VPN plugin for PPTP Name: NetworkManager-pptp Epoch: 1 Version: 1.2.0 -Release: 0.1%{?snapshot}%{?dist} +Release: 0.2%{?snapshot}%{?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}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/NetworkManager-pptp/1.1/%{name}-1.1.90.tar.xz BuildRequires: gtk3-devel BuildRequires: NetworkManager-devel @@ -48,7 +48,7 @@ This package contains software for integrating VPN capabilities with the PPTP server with NetworkManager (GNOME files). %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-1.1.90 %build if [ ! -f configure ]; then @@ -88,6 +88,9 @@ rm -f %{buildroot}%{_libdir}/pppd/%{ppp_version}/*.la %{_sysconfdir}/NetworkManager/VPN/nm-pptp-service.name %changelog +* Tue Jan 19 2016 Lubomir Rintel - 1:1.2.0-0.2.beta1 +- Update to NetworkManager-pptp 1.2-beta1 + * Wed Dec 23 2015 Lubomir Rintel - 1:1.2.0-0.1.20151223gitde50986 - Update the git snapshot diff --git a/sources b/sources index 30f2385..1c4d1cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d32558cbf966d89f34e2a1e9863b6c08 NetworkManager-pptp-1.2.0.tar.xz +f982f44fbb7115f4cc68274482d82c19 NetworkManager-pptp-1.1.90.tar.xz