rpms/pptp/devel pptp.spec, 1.5, 1.6 sources, 1.3, 1.4 .cvsignore, 1.3, 1.4

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Mon Feb 13 12:46:24 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/pptp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv710

Modified Files:
	pptp.spec sources .cvsignore 
Log Message:
- new upstream version 1.7.1 (fixes #166394)
- include new document PROTOCOL-SECURITY
- cosmetic change: replace variables with macros



Index: pptp.spec
===================================================================
RCS file: /cvs/extras/rpms/pptp/devel/pptp.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pptp.spec	10 Aug 2005 13:41:34 -0000	1.5
+++ pptp.spec	13 Feb 2006 12:46:24 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           pptp
-Version:        1.7.0
-Release:        2%{?dist}
+Version:        1.7.1
+Release:        1%{?dist}
 Summary:        Point-to-Point Tunneling Protocol (PPTP) Client
 
 Group:          Applications/Internet
@@ -21,20 +21,20 @@
 %{__sed} -i -e 's/install -o root -m 555 pptp/install -m 755 pptp/' Makefile
 
 %build
-%{__make} %{?_smp_mflags} CFLAGS="-Wall $RPM_OPT_FLAGS"
+%{__make} %{?_smp_mflags} CFLAGS="-Wall %{optflags}"
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
-%{__install} -d -m 750 $RPM_BUILD_ROOT%{_localstatedir}/run/pptp
+%{__rm} -rf %{buildroot}
+%{__make} DESTDIR=%{buildroot} install
+%{__install} -d -m 750 %{buildroot}%{_localstatedir}/run/pptp
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root,0755)
 %doc AUTHORS COPYING DEVELOPERS NEWS README TODO USING
-%doc ChangeLog Documentation/DESIGN.PPTP
+%doc ChangeLog Documentation/DESIGN.PPTP PROTOCOL-SECURITY
 %{_sbindir}/pptp
 %{_mandir}/man8/pptp.8*
 %dir %attr(750,root,root) %{_localstatedir}/run/pptp
@@ -43,6 +43,11 @@
 %config(noreplace) /etc/ppp/options.pptp
 
 %changelog
+* Mon Feb 13 2006 Paul Howarth <paul at city-fan.org> 1.7.1-1
+- new upstream version 1.7.1 (fixes #166394)
+- include new document PROTOCOL-SECURITY
+- cosmetic change: replace variables with macros
+
 * Wed Aug 10 2005 Paul Howarth <paul at city-fan.org> 1.7.0-2
 - own directory %{_localstatedir}/run/pptp
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pptp/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	28 Jul 2005 15:26:10 -0000	1.3
+++ sources	13 Feb 2006 12:46:24 -0000	1.4
@@ -1 +1 @@
-0bc7dbd1c265e4263008fa7883de58dd  pptp-1.7.0.tar.gz
+b47735ba5d6d37dfdbccb85afc044ede  pptp-1.7.1.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pptp/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	28 Jul 2005 15:26:10 -0000	1.3
+++ .cvsignore	13 Feb 2006 12:46:24 -0000	1.4
@@ -1 +1 @@
-pptp-1.7.0.tar.gz
+pptp-1.7.1.tar.gz




More information about the scm-commits mailing list