[rabbitvcs/f14/master] Updates to 0.14.1.1

Juan Manuel Rodriguez Moreno nushio at fedoraproject.org
Mon Feb 14 21:02:41 UTC 2011


commit 97eed36bb1c5f8078d9c7d68a616e3a8fba33405
Author: Juan Rodriguez <nushio at fedoraproject.org>
Date:   Mon Feb 14 15:02:59 2011 -0600

    Updates to 0.14.1.1

 .gitignore     |    2 ++
 rabbitvcs.spec |   49 +++++++++++++++++++++++++++++++++++++++++++------
 sources        |    2 +-
 3 files changed, 46 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..27439a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+rabbitvcs-0.14.1.1.tar.gz
+.project
diff --git a/rabbitvcs.spec b/rabbitvcs.spec
index f1fbead..8ae24f6 100644
--- a/rabbitvcs.spec
+++ b/rabbitvcs.spec
@@ -7,8 +7,8 @@
 %global title RabbitVCS
 
 Name:           rabbitvcs  
-Version:        0.13.3
-Release:        2%{?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
+* Thu Nov 11 2010 Juan Rodriguez <nushio at fedoraproject.org> - 0.14.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
+
 * Sat Jul 31 2010 Thomas Spura <tomspur at fedoraproject.org> - 0.13.3-2
 - Rebuild for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 8895dfd..a3fe53f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-09d36f29df9a0ae3c9470b471b00569a  rabbitvcs-0.13.3.tar.gz
+f9cc7e667cabf8c54bcdc7718d3cfb68  rabbitvcs-0.14.1.1.tar.gz


More information about the scm-commits mailing list