rpms/net6/devel .cvsignore, 1.5, 1.6 net6.spec, 1.7, 1.8 sources, 1.5, 1.6

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Fri Apr 14 19:14:52 UTC 2006


Author: lmacken

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

Modified Files:
	.cvsignore net6.spec sources 
Log Message:
1.3.0rc1


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/net6/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	22 Dec 2005 08:53:09 -0000	1.5
+++ .cvsignore	14 Apr 2006 19:14:52 -0000	1.6
@@ -1 +1 @@
-net6-1.2.2.tar.gz
+net6-1.3.0rc1.tar.gz


Index: net6.spec
===================================================================
RCS file: /cvs/extras/rpms/net6/devel/net6.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- net6.spec	13 Feb 2006 22:11:29 -0000	1.7
+++ net6.spec	14 Apr 2006 19:14:52 -0000	1.8
@@ -1,15 +1,18 @@
+%define _rc rc1
+
 Name:           net6
-Version:        1.2.2
-Release:        2%{?dist}
+Version:        1.3.0
+Release:        1.rc1%{?dist}
 Summary:        A TCP protocol abstraction for library C++
 
 Group:          Development/Libraries
 License:        GPL
 URL:            http://releases.0x539.de/net6/
-Source0:        http://releases.0x539.de/net6/%{name}-%{version}.tar.gz
+Source0:        http://releases.0x539.de/net6/%{name}-%{version}%{_rc}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libsigc++20-devel
+BuildRequires:  libsigc++20-devel, gnutls-devel
+Requires:       gnutls
 
 %description
 net6 is a library which eases the development of network-based applications
@@ -33,7 +36,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_rc}
 
 
 %build
@@ -70,6 +73,9 @@
 
 
 %changelog
+* Fri Apr 14 2006 Luke Macken <lmacken at redhat.com> - 1.3.0-1.rc1
+- 1.3.0rc1
+
 * Mon Feb 13 2006 Luke Macken <lmacken at redhat.com> - 1.2.2-2
 - Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/net6/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	22 Dec 2005 08:53:09 -0000	1.5
+++ sources	14 Apr 2006 19:14:52 -0000	1.6
@@ -1 +1 @@
-8a551a2d9785b2b0ed431bb9eeb6cfd6  net6-1.2.2.tar.gz
+45511815c3be246cda11a2234cc4fa7b  net6-1.3.0rc1.tar.gz




More information about the fedora-extras-commits mailing list