rpms/mISDN/devel .cvsignore, 1.3, 1.4 mISDN-build.patch, 1.1, 1.2 mISDN.spec, 1.2, 1.3 mISDNif.h, 1.1, 1.2 sources, 1.3, 1.4

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Fri Feb 23 16:50:56 UTC 2007


Author: dwmw2

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

Modified Files:
	.cvsignore mISDN-build.patch mISDN.spec mISDNif.h sources 
Log Message:
1.1.0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mISDN/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	16 Dec 2006 16:27:34 -0000	1.3
+++ .cvsignore	23 Feb 2007 16:50:23 -0000	1.4
@@ -1 +1 @@
-mISDNuser-1_0_3.tar.gz
+mISDNuser-1_1_0.tar.gz

mISDN-build.patch:

Index: mISDN-build.patch
===================================================================
RCS file: /cvs/extras/rpms/mISDN/devel/mISDN-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mISDN-build.patch	16 Dec 2006 16:27:34 -0000	1.1
+++ mISDN-build.patch	23 Feb 2007 16:50:23 -0000	1.2
@@ -33,9 +33,9 @@
  	$(RANLIB) $@
  
 -libisdnnet.so: $(ISDNNET_OBJ)
--	$(CC) -shared -Xlinker -x -o $@ $^
+-	$(CC) $(CFLAGS) -shared -Xlinker -x -o $@ $^
 +libisdnnet.so.$(SOVERSION): $(ISDNNET_PICOBJ)
-+	$(CC) -shared -Xlinker -x -Wl,-soname,libisdnnet.so.$(SOMAJOR) -o $@ $^
++	$(CC) $(CFLAGS) -shared -Xlinker -x -Wl,-soname,libisdnnet.so.$(SOMAJOR) -o $@ $^
  
  .c.o:
  	$(CC) $(CFLAGS) -o $@ -c $<
@@ -74,9 +74,9 @@
  	$(RANLIB) $@
  
 -libmISDN.so: $(LIBMISDN_OBJS)
--	$(CC) -shared -Xlinker -x -o $@ $^
+-	$(CC) $(CFLAGS) -shared -Xlinker -x -o $@ $^
 +libmISDN.so.$(SOVERSION): $(LIBMISDN_PICOBJS)
-+	$(CC) -shared -Xlinker -x  -Wl,-soname,libmISDN.so.$(SOMAJOR) -o $@ $^
++	$(CC) $(CFLAGS) -shared -Xlinker -x  -Wl,-soname,libmISDN.so.$(SOMAJOR) -o $@ $^
  
  .c.o:
  	$(CC) $(CFLAGS) -o $@ -c $<


Index: mISDN.spec
===================================================================
RCS file: /cvs/extras/rpms/mISDN/devel/mISDN.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mISDN.spec	16 Dec 2006 16:27:34 -0000	1.2
+++ mISDN.spec	23 Feb 2007 16:50:23 -0000	1.3
@@ -2,14 +2,14 @@
 %bcond_with utils
 
 Name:		mISDN
-Version:	1.0.3
+Version:	1.1.0
 Release:	1
 Summary:	Userspace part of Modular ISDN stack
 
 Group:		System Environment/Libraries
 License:	LGPL
 URL:		http://www.isdn4linux.de/mISDN/
-Source0:	http://www.misdn.org/downloads/releases/mISDNuser-1_0_3.tar.gz
+Source0:	http://www.misdn.org/downloads/releases/mISDNuser-1_1_0.tar.gz
 # From mISDN-1.0.4
 Source1:	mISDNif.h
 Source2:	mISDN.rules
@@ -50,7 +50,7 @@
 code. This package contains test utilities for mISDN.
 
 %prep
-%setup -q -n mISDNuser-1_0_3
+%setup -q -n mISDNuser-1_1_0
 %patch0 -p0
 mkdir include/linux
 cp %SOURCE1 include/linux
@@ -102,8 +102,11 @@
 %endif
 
 %changelog
+* Fri Feb 23 2007 David Woodhouse <dwmw2 at infradead.org> 1.1.0-1
+- Update to 1.1.0
+
 * Sat Dec 16 2006 David Woodhouse <dwmw2 at infradead.org> 1.0.3-1
-- Update to 1.0.3-1
+- Update to 1.0.3
 
 * Tue Oct 17 2006 David Woodhouse <dwmw2 at infradead.org> 0-1.cvs20061010
 - Initial import


Index: mISDNif.h
===================================================================
RCS file: /cvs/extras/rpms/mISDN/devel/mISDNif.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mISDNif.h	17 Oct 2006 13:48:06 -0000	1.1
+++ mISDNif.h	23 Feb 2007 16:50:23 -0000	1.2
@@ -728,6 +728,7 @@
 	ie_info_t	called_nr;
 	ie_info_t	called_sub;
 	ie_info_t	redirect_nr;
+	ie_info_t	redirect_dn;
 	ie_info_t	transit_net_sel;
 	ie_info_t	restart_ind;
 	ie_info_t	llc;


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mISDN/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	16 Dec 2006 16:27:34 -0000	1.3
+++ sources	23 Feb 2007 16:50:23 -0000	1.4
@@ -1 +1 @@
-c1c36841386222c2a35c110c8e63f3bc  mISDNuser-1_0_3.tar.gz
+eaa1c1bfdd9be74fd4b36e1ec4ef68a9  mISDNuser-1_1_0.tar.gz




More information about the scm-commits mailing list