rpms/mISDN/FC-6 .cvsignore, 1.2, 1.3 mISDN.spec, 1.1, 1.2 sources, 1.2, 1.3 mISDN-libdir.patch, 1.1, NONE mISDN-soname.patch, 1.1, NONE

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Sat Dec 16 17:26:45 UTC 2006


Author: dwmw2

Update of /cvs/extras/rpms/mISDN/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3150

Modified Files:
	.cvsignore mISDN.spec sources 
Removed Files:
	mISDN-libdir.patch mISDN-soname.patch 
Log Message:
1.0.3


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mISDN/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	17 Oct 2006 13:48:06 -0000	1.2
+++ .cvsignore	16 Dec 2006 17:26:15 -0000	1.3
@@ -1 +1 @@
-mISDNuser-20061010.tar.gz
+mISDNuser-1_0_3.tar.gz


Index: mISDN.spec
===================================================================
RCS file: /cvs/extras/rpms/mISDN/FC-6/mISDN.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mISDN.spec	17 Oct 2006 13:48:06 -0000	1.1
+++ mISDN.spec	16 Dec 2006 17:26:15 -0000	1.2
@@ -1,24 +1,19 @@
-%define snap 20061010
-
 # Don't build the debugging utils by default.
 %bcond_with utils
 
 Name:		mISDN
-Version:	0
-Release:	1.cvs%{snap}%{?dist}
+Version:	1.0.3
+Release:	1
 Summary:	Userspace part of Modular ISDN stack
 
 Group:		System Environment/Libraries
 License:	LGPL
 URL:		http://www.isdn4linux.de/mISDN/
-# export CVSROOT=:pserver:anonymous:readonly at cvs.isdn4linux.de:/i4ldev
-# cvs co -D%{snap} mISDNuser
-Source0:	mISDNuser-20061010.tar.gz
-# cvs co -D%{snap}  mISDN/include/linux/mISDNif.h
+Source0:	http://www.misdn.org/downloads/releases/mISDNuser-1_0_3.tar.gz
+# From mISDN-1.0.4
 Source1:	mISDNif.h
 Source2:	mISDN.rules
-Patch0:		mISDN-libdir.patch
-Patch1:		mISDN-soname.patch
+Patch0:		mISDN-build.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(pre): fedora-usermgmt
@@ -55,15 +50,14 @@
 code. This package contains test utilities for mISDN.
 
 %prep
-%setup -q -n mISDNuser
+%setup -q -n mISDNuser-1_0_3
 %patch0 -p0
-%patch1 -p0
 mkdir include/linux
 cp %SOURCE1 include/linux
 rm -rf voip
 
 %build
-make %{?_smp_mflags} CFLAGS="-I`pwd`/include $RPM_OPT_FLAGS -fPIC" MISDNDIR=`pwd`
+make CFLAGS="-I`pwd`/include $RPM_OPT_FLAGS" MISDNDIR=`pwd`
 
 
 %install
@@ -108,5 +102,8 @@
 %endif
 
 %changelog
+* Sat Dec 16 2006 David Woodhouse <dwmw2 at infradead.org> 1.0.3-1
+- Update to 1.0.3-1
+
 * Tue Oct 17 2006 David Woodhouse <dwmw2 at infradead.org> 0-1.cvs20061010
 - Initial import


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mISDN/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	17 Oct 2006 13:48:06 -0000	1.2
+++ sources	16 Dec 2006 17:26:15 -0000	1.3
@@ -1 +1 @@
-4a4f27ef94d36ca547bf047fa81dc766  mISDNuser-20061010.tar.gz
+c1c36841386222c2a35c110c8e63f3bc  mISDNuser-1_0_3.tar.gz


--- mISDN-libdir.patch DELETED ---


--- mISDN-soname.patch DELETED ---




More information about the fedora-extras-commits mailing list