rpms/obby/devel .cvsignore, 1.4, 1.5 obby.spec, 1.14, 1.15 sources, 1.4, 1.5

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Apr 15 20:00:23 UTC 2006


Author: lmacken

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

Modified Files:
	.cvsignore obby.spec sources 
Log Message:
0.4.0rc1


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/obby/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	22 Dec 2005 08:56:58 -0000	1.4
+++ .cvsignore	15 Apr 2006 20:00:23 -0000	1.5
@@ -1 +1 @@
-obby-0.3.0.tar.gz
+obby-0.4.0rc1.tar.gz


Index: obby.spec
===================================================================
RCS file: /cvs/extras/rpms/obby/devel/obby.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- obby.spec	15 Feb 2006 20:09:55 -0000	1.14
+++ obby.spec	15 Apr 2006 20:00:23 -0000	1.15
@@ -1,12 +1,14 @@
+%define _rc rc1
+
 Name:           obby
-Version:        0.3.0
-Release:        3%{?dist}
+Version:        0.4.0
+Release:        1.%{_rc}%{?dist}
 Summary:        A library which provides synced document buffers
 
 Group:          Development/Libraries
 License:        GPL
 URL:            http://releases.0x539.de/obby
-Source0:        http://releases.0x539.de/obby/%{name}-%{version}.tar.gz
+Source0:        http://releases.0x539.de/obby/%{name}-%{version}%{_rc}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  net6-devel, gmp-devel, gettext-devel
@@ -29,7 +31,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_rc}
 
 
 %build
@@ -65,6 +67,9 @@
 
 
 %changelog
+* Sat Apr 15 2006 Luke Macken <lmacken at redhat.com> - 0.4.0-1.rc1
+- 0.4.0rc1
+
 * Wed Feb 15 2006 Luke Macken <lmacken at redhat.com> - 0.3.0-3
 - Rebuild for FE5
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/obby/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	22 Dec 2005 08:56:58 -0000	1.4
+++ sources	15 Apr 2006 20:00:23 -0000	1.5
@@ -1 +1 @@
-b14135018a3093395296cf091f9f824f  obby-0.3.0.tar.gz
+cd7d8755a7854ad8d29c6d2b0457fa8f  obby-0.4.0rc1.tar.gz




More information about the scm-commits mailing list