rpms/aiccu/devel .cvsignore, 1.2, 1.3 aiccu-reload.patch, 1.1, 1.2 aiccu.spec, 1.2, 1.3 sources, 1.2, 1.3

Matt Domsch (mdomsch) fedora-extras-commits at redhat.com
Sun Sep 24 04:34:21 UTC 2006


Author: mdomsch

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

Modified Files:
	.cvsignore aiccu-reload.patch aiccu.spec sources 
Log Message:
upgrade to 2006.07.25


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/aiccu/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 Jun 2006 20:31:09 -0000	1.2
+++ .cvsignore	24 Sep 2006 04:34:20 -0000	1.3
@@ -1 +1 @@
-aiccu_2005.01.31.tar.gz
+aiccu_2006.07.25.tar.gz

aiccu-reload.patch:

Index: aiccu-reload.patch
===================================================================
RCS file: /cvs/extras/rpms/aiccu/devel/aiccu-reload.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aiccu-reload.patch	28 Jun 2006 20:31:09 -0000	1.1
+++ aiccu-reload.patch	24 Sep 2006 04:34:20 -0000	1.2
@@ -1,21 +1,11 @@
---- doc/aiccu.init.rpm.orig	2006-04-22 16:09:38.000000000 -0500
-+++ doc/aiccu.init.rpm	2006-04-22 16:10:07.000000000 -0500
-@@ -87,6 +87,9 @@
-   restart)
-   	restart
+--- aiccu_2006.07.25/doc/aiccu.init.rpm.orig	2006-09-03 15:05:44.000000000 -0500
++++ aiccu_2006.07.25/doc/aiccu.init.rpm	2006-09-03 15:05:59.000000000 -0500
+@@ -85,6 +85,8 @@ case "$1" in
+   	stop
  	;;
-+  reload)
-+        restart
+   restart)
++	restart
 +	;;
-   status)
-   	rhstatus
- 	;;
-@@ -94,7 +97,7 @@
-   	[ -f /var/lock/subsys/aiccu ] && restart || :
+   reload)
+   	restart
  	;;
-   *)
--	echo $"Usage: $0 {start|stop|restart|status|condrestart}"
-+	echo $"Usage: $0 {start|stop|restart|reload|status|condrestart}"
- 	exit 1
- esac
- 


Index: aiccu.spec
===================================================================
RCS file: /cvs/extras/rpms/aiccu/devel/aiccu.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- aiccu.spec	3 Sep 2006 01:37:59 -0000	1.2
+++ aiccu.spec	24 Sep 2006 04:34:20 -0000	1.3
@@ -8,17 +8,16 @@
 
 Summary:   AICCU - SixXS Automatic IPv6 Connectivity Client Utility
 Name:      aiccu
-Version:   2005.01.31
-Release:   5%{?dist}
+Version:   2006.07.25
+Release:   1%{?dist}
 License:   BSDish
 Group:	   System Environment/Daemons
 URL:       http://www.sixxs.net/tools/aiccu/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source:    http://www.sixxs.net/archive/sixxs/aiccu/unix/aiccu_%{version}.tar.gz
+# upstream author acks this patch, will include in a future release
 Patch1:	   aiccu-reload.patch
-Patch2:	   aiccu-chkconfig.patch
-Patch3:	   aiccu-no-strip.patch
-Patch4:	   aiccu-cflags.patch
+BuildRequires: gnutls-devel
 Requires:  iproute
 Requires(post): chkconfig
 Requires(preun): chkconfig, initscripts
@@ -33,10 +32,7 @@
 
 %prep
 %setup -q -n %{name}
-%patch1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch1 -p1
 # fix executable permissions on non-executable content
 # so debuginfo can pick them up properly
 find . -type f -not -name rules -and -not -name *init* -exec chmod a-x \{\} \;
@@ -77,6 +73,10 @@
 %{_sysconfdir}/init.d/aiccu
 
 %changelog
+* Sat Sep 23 2006 Matt Domsch <matt at domsch.com> 2006.07.25-1
+- upgrade to latest upstream, drop all applied patches
+- add BR gnutls-devel now used for obtaining tunnel info
+
 * Sat Sep  2 2006 Matt Domsch <matt at domsch.com> 2005.01.31-5
 - rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/aiccu/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Jun 2006 20:31:09 -0000	1.2
+++ sources	24 Sep 2006 04:34:20 -0000	1.3
@@ -1 +1 @@
-7c3da5feab3d59fb5a99a45203e0ca56  aiccu_2005.01.31.tar.gz
+0df76e92eb34f4ce8aa3cfcf6896f271  aiccu_2006.07.25.tar.gz




More information about the scm-commits mailing list