[rabbitvcs] Updating rabbitvcs for rawhide.

Juan Manuel Rodriguez Moreno nushio at fedoraproject.org
Mon Feb 14 19:43:40 UTC 2011


commit 31955009b65dc155b5cd0cc361eb3fe7c3b57051
Author: Juan Rodriguez <nushio at fedoraproject.org>
Date:   Mon Feb 14 13:37:18 2011 -0600

    Updating rabbitvcs for rawhide.

 rabbitvcs.spec |   49 +++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 43 insertions(+), 6 deletions(-)
---
diff --git a/rabbitvcs.spec b/rabbitvcs.spec
index d9775bf..2acc5f6 100644
--- a/rabbitvcs.spec
+++ b/rabbitvcs.spec
@@ -7,8 +7,8 @@
 %global title RabbitVCS
 
 Name:           rabbitvcs  
-Version:        0.13.3
-Release:        3%{?dist}
+Version:        0.14.1.1
+Release:        1%{?dist}
 Summary:        Graphical user interface to version control systems
 
 Group:          Development/Languages
@@ -30,7 +30,7 @@ Group:          Development/Tools
 
 Requires:       dbus-python
 Requires:       nautilus
-Requires:       nautilus-python >= 0.5.2
+Requires:       nautilus-python >= 0.7.0
 Requires:       meld
 Requires:       pygtk2-libglade
 Requires:       pygtk2
@@ -50,7 +50,7 @@ Summary:        Nautilus extension for RabbitVCS
 Group:          Development/Tools
 Requires:       rabbitvcs-core = %{version}-%{release}
 Requires:       nautilus
-Requires:       nautilus-python >= 0.5.2
+Requires:       nautilus-python >= 0.7.0
 Requires:       dbus-python
 
 #RabbitVCS is the new name for NautilusSVN. 
@@ -97,6 +97,30 @@ RabbitVCS is a set of graphical tools written to provide simple and
 straightforward access to the version control systems you use. This is the 
 extension for command line interface.
 
+%package svn
+Summary:        Git support for RabbitVCS
+Group:          Development/Tools
+Requires:       rabbitvcs-core = %{version}-%{release}
+Requires:       subversion
+Requires:       pysvn
+BuildArch:      noarch
+
+%description svn
+RabbitVCS is a set of graphical tools written to provide simple and 
+straightforward access to the version control systems you use. This adds
+svn support.
+
+%package git
+Summary:        Git support for RabbitVCS
+Group:          Development/Tools
+Requires:       rabbitvcs-core = %{version}-%{release}
+Requires:       python-dulwich
+BuildArch:      noarch
+
+%description git
+RabbitVCS is a set of graphical tools written to provide simple and 
+straightforward access to the version control systems you use. This adds
+git support. 
 
 %prep
 %setup -q
@@ -150,8 +174,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/
 %{_datadir}/icons/hicolor/scalable/*/*.svg
 %{python_sitelib}/%{name}/
-#%{python_sitelib}/%{name}-%{version}-py?.?.egg-info
-%{python_sitelib}/%{name}-0.13.2-py?.?.egg-info
+%{python_sitelib}/%{name}-%{version}-py?.?.egg-info
 
 %files nautilus
 %defattr(-, root, root,-)
@@ -170,7 +193,21 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-, root, root,-)
 %{_bindir}/%{name}
 
+%files svn
+%defattr(-, root, root,-)
+
+%files git
+%defattr(-, root, root,-)
+
 %changelog
+* Mon Feb 14 2011 Juan Rodriguez <nushio at fedoraproject.org> - 0.14.1.1-1
+- Updated Package to 0.14.1.1
+- Lots of speed improvements. 
+- Git and SVN support separated and are now optional
+- Changelog for 0.14.1.1: http://blog.rabbitvcs.org/archives/284
+- Changelog for 0.14.1: http://blog.rabbitvcs.org/archives/280
+- Changelog for 0.14: http://blog.rabbitvcs.org/archives/277
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list