rpms/obby/devel .cvsignore, 1.2, 1.3 obby.spec, 1.10, 1.11 sources, 1.2, 1.3

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Nov 27 05:52:55 UTC 2005


Author: lmacken

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

Modified Files:
	.cvsignore obby.spec sources 
Log Message:
* Sat Nov 26 2005 Luke Macken <lmacken at redhat.com> - 0.3.0-1.rc3
- Remove calls to aclocal and autoconf
- Bump to 0.3.0rc3




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/obby/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	6 Oct 2005 06:43:46 -0000	1.2
+++ .cvsignore	27 Nov 2005 05:52:53 -0000	1.3
@@ -1 +1 @@
-obby-0.2.0.tar.gz
+obby-0.3.0rc3.tar.gz


Index: obby.spec
===================================================================
RCS file: /cvs/extras/rpms/obby/devel/obby.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- obby.spec	14 Nov 2005 18:21:28 -0000	1.10
+++ obby.spec	27 Nov 2005 05:52:53 -0000	1.11
@@ -1,15 +1,17 @@
+%define _rc rc3
+
 Name:           obby
-Version:        0.2.0
-Release:        8%{?dist}
+Version:        0.3.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, howl-devel
+BuildRequires:  net6-devel, gmp-devel, gettext-devel, libsigc++
 
 %description
 libobby is a library which provides synced document buffers. It supports
@@ -21,7 +23,7 @@
 Summary:        Development libraries for obby
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       pkgconfig, net6-devel, gmp-devel, howl-devel
+Requires:       pkgconfig, net6-devel, gmp-devel
 
 %description devel
 libobby is a library which provides synced document buffers. This package
@@ -29,12 +31,11 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_rc}
 
 
 %build
-#aclocal && autoconf
-%configure --disable-static --with-howl
+%configure --disable-static
 make %{?_smp_mflags}
 
 
@@ -66,6 +67,14 @@
 
 
 %changelog
+* Sat Nov 26 2005 Luke Macken <lmacken at redhat.com> - 0.3.0-1.rc3
+- Remove calls to aclocal and autoconf
+- Bump to 0.3.0rc3
+
+* Wed Nov 16 2005 Luke Macken <lmacken at redhat.com> - 0.3.0-1.rc1
+- Bump to 0.3.0rc1
+- Remove howl support
+
 * Mon Nov 14 2005 Luke Macken <lmacken at redhat.com> - 0.2.0-8
 - Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/obby/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 Oct 2005 06:43:46 -0000	1.2
+++ sources	27 Nov 2005 05:52:53 -0000	1.3
@@ -1 +1 @@
-6bd46f9b8c7652d7bfa8413ed2c2af4b  obby-0.2.0.tar.gz
+7f6eae742cd20ceb239604bd2415a09a  obby-0.3.0rc3.tar.gz




More information about the fedora-extras-commits mailing list