Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2012-03-20 17:47:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/subversion (Old)
 and      /work/SRC/openSUSE:Factory/.subversion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "subversion", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/subversion/subversion.changes    2012-03-01 
17:28:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes       
2012-03-20 17:47:54.000000000 +0100
@@ -1,0 +2,25 @@
+Thu Mar  8 00:00:00 UTC 2012 - [email protected]
+
+- update to upstream 1.7.4
+
+  User-visible changes:
+    * fix 'svn log --diff' for moved paths
+    * fix ra_serf problem with reading directory entries via HTTPv2
+    * prepend "sqlite:" to error messages from SQLite
+    * fix randomly missing "Merged via" notifications in 'svn log -g'
+    * fix spurious conflict when merging deleted symbolic link (issue #4052)
+    * fix URL-to-WC copy of externals on Windows (issue #4123)
+    * improve an FSFS sanity-check error message
+    * fix regressions with symlinks pointing at externals (issue #4102)
+    * fix 'svn log --diff' output ordering issue on Windows
+
+  Developer-visible changes:
+    * don't build mod_dontdothat if not building with httpd
+    * fix the testsuite to avoid FAILs on APR hash order
+
+-------------------------------------------------------------------
+Sat Mar  3 13:20:33 UTC 2012 - [email protected]
+
+- add bash completion subpackage
+
+-------------------------------------------------------------------

Old:
----
  subversion-1.7.3.tar.bz2

New:
----
  subversion-1.7.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ subversion.spec ++++++
--- /var/tmp/diff_new_pack.jMgFWW/_old  2012-03-20 17:47:57.000000000 +0100
+++ /var/tmp/diff_new_pack.jMgFWW/_new  2012-03-20 17:47:57.000000000 +0100
@@ -40,8 +40,14 @@
 
 %bcond_without regression_tests
 
+%if 0%{?sles_version} > 10 && 0%{?sles_version} < 12
+%define with_bashcomp 0
+%else
+%define with_bashcomp 1
+%endif
+
 Name:           subversion
-Version:        1.7.3
+Version:        1.7.4
 Release:        0
 # in-tree SWIG version to use for the build:
 %define swig_version   1.3.36
@@ -58,6 +64,9 @@
 BuildRequires:  python-xml
 BuildRequires:  update-alternatives
 BuildRequires:  zlib-devel
+%if %with_bashcomp
+BuildRequires:  bash-completion
+%endif #with_bashcomp
 %if %with_python_ctypes
 BuildRequires:  ctypesgen
 %endif
@@ -284,6 +293,23 @@
 
 %endif # with_gnome_keyring
 
+%if %with_bashcomp
+
+%package bash-completion
+Summary:        Bash Completion for %{name}
+Group:          Development/Tools/Version Control
+Requires:       %{name} = %{version}
+Requires:       bash-completion
+%if %{?suse_version} >= 1130
+BuildArch:      noarch
+%endif
+
+%description bash-completion
+Bash command line completion support for %{name} - completion of subcommands,
+parameters and keywords for the svn command and other tools.
+
+%endif # with_bashcomp
+
 %prep
 %if %with_intree_swig
 %setup -q -n subversion-%{version} -a 4 -b 90
@@ -550,6 +576,10 @@
 fi
 rm -f %{buildroot}/var/adm/perl-modules/subversion
 
+%if %with_bashcomp
+%__install -D -m0644 tools/client-side/bash_completion 
"%{buildroot}/etc/bash_completion.d/%{name}"
+%endif #with_bashcomp
+
 %check
 
 %if %{with regression_tests}
@@ -754,4 +784,11 @@
 %{_libdir}/libsvn_auth_kwallet-1.so.0.*
 %endif # with_kde4_kwallet
 
+%if %with_bashcomp
+
+%files bash-completion
+%defattr(-,root,root)
+%config %{_sysconfdir}/bash_completion.d/%{name}
+%endif #with_bashcomp
+
 %changelog

++++++ subversion-1.7.3.tar.bz2 -> subversion-1.7.4.tar.bz2 ++++++
++++ 8424 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to