Hello community,

here is the log from the commit of package kdesvn for openSUSE:Factory checked 
in at 2016-06-02 09:39:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesvn (Old)
 and      /work/SRC/openSUSE:Factory/.kdesvn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesvn"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesvn/kdesvn.changes    2016-01-28 
17:26:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdesvn.new/kdesvn.changes       2016-06-02 
09:39:12.000000000 +0200
@@ -1,0 +2,34 @@
+Tue May 31 13:23:20 UTC 2016 - [email protected]
+
+- update to 1.7.0
+  * Bug 322021 - Action and notification strings are not really translatable
+  * Bug 322182 - kdesvn mangles options passed to external conflict resolver
+  * Bug 323403 - Add "Revert" option to context menu for files
+  * Bug 323712 - Subversion 1.6.x support
+  * Bug 324158 - kdesvn crash when a directory name contains the at (@) symbol
+  * Bug 325074, 330624 - kdesvn crashed when getting logs.
+  * Bug 332863 - Wish: Please add an "Unselect all"-buttton to commit dialoge
+  * Bug 340772 - Committing two moves together leads to out-of-date errors
+  * Bug 357297 - kdesvn crash after entering password
+  * Bug 358032 - Crash after closing KDESVN
+  * ubuntu bug: 619249 tcp ports specified in urls are being ignored when 
using svn:https
+  * speedup db insertions into log-cache
+  * various code cleanups (krazy, cppcheck, preparation for KF5)
+  * libsvnqt is no longer a public api
+  * remove last pieces from Qt3support
+  * don't show disabled actions in contextmenu
+  * highlight trailing spaces in diff output on modified lines
+  * fix filtering in commit dialog
+- Drop upstreamed patches:
+  * fix_bug_address.patch
+  * fix_crash_when_getting_logs.patch
+  * let-kdelibs-create-uninstall-target.patch
+  * KDE-BUG-357297-Run-ssh-add-every-time.patch
+- Drop the libsvnqt7 and libsvnqt-devel subpackages, there is no
+  shared libsvnqt andy more, and move its translations into the
+  main package
+- Add Do-not-install-svnqt-static-lib.patch from upstream, we don't
+  want to install libsvnqt.a
+- Adjust file lists
+
+-------------------------------------------------------------------

Old:
----
  KDE-BUG-357297-Run-ssh-add-every-time.patch
  fix_bug_address.patch
  fix_crash_when_getting_logs.patch
  kdesvn-1.6.0.tar.bz2
  let-kdelibs-create-uninstall-target.patch

New:
----
  Do-not-install-svnqt-static-lib.patch
  kdesvn-1.7.0.tar.xz

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

Other differences:
------------------
++++++ kdesvn.spec ++++++
--- /var/tmp/diff_new_pack.y3mdQE/_old  2016-06-02 09:39:13.000000000 +0200
+++ /var/tmp/diff_new_pack.y3mdQE/_new  2016-06-02 09:39:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdesvn
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,14 @@
 
 
 Name:           kdesvn
-Version:        1.6.0
+Version:        1.7.0
 Release:        0
 Summary:        KDE Subversion Client
 License:        GPL-2.0+
 Group:          Development/Tools/Version Control
 Url:            http://kdesvn.alwins-world.de/
-Source:         %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM fix_bug_address.patch -- Send the bug reports to 
bugs.kde.org
-Patch0:         fix_bug_address.patch
-# PATCH-FIX_UPSTREAM fix_crash_when_getting_logs.patch boo#931401, kde#325074, 
kde#330624
-Patch1:         fix_crash_when_getting_logs.patch
-# PATCH-FIX_UPSTREAM let-kdelibs-create-uninstall-target.patch -- fix build 
when CMake's CMP002 policy is set to NEW (with kdelibs4 >= 4.14.11)
-Patch2:         let-kdelibs-create-uninstall-target.patch
-# PATCH-FIX_UPSTREAM kde#357297
-Patch3:         KDE-BUG-357297-Run-ssh-add-every-time.patch
+Source:         %{name}-%{version}.tar.xz
+Patch:          Do-not-install-svnqt-static-lib.patch
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
 BuildRequires:  openldap2-devel
@@ -40,35 +33,16 @@
 Recommends:     kio_svn
 Provides:       kde4-kdesvn = %{version}
 Obsoletes:      kde4-kdesvn < %{version}
+Obsoletes:      libsvnqt7 < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
 %description
 kdesvn is a GUI client for subversion repositories.
 
-%define lname libsvnqt7
-%package -n %{lname}
-Summary:        KDE Subversion Client
-Group:          Development/Tools/Version Control
-%requires_ge    libqt4
-
-%description -n %{lname}
-kdesvn is a GUI client for subversion repositories.
-
-%package -n libsvnqt-devel
-Summary:        KDE Subversion Client
-Group:          Development/Tools/Version Control
-Requires:       %{lname} >= %{version}
-
-%description -n libsvnqt-devel
-kdesvn is a GUI client for subversion repositories.
-
 %prep
 %setup -q
-%patch0 -p0
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -p1
 
 %build
   %cmake_kde4 -d build
@@ -82,10 +56,6 @@
   %fdupes -s %{buildroot}%{_datadir}
   %kde_post_install
 
-%post -n %{lname} -p /sbin/ldconfig
-
-%postun -n %{lname} -p /sbin/ldconfig
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING COPYING.OpenSSL
@@ -97,6 +67,9 @@
 %{_datadir}/applications/kde4/kdesvn.desktop
 %{_datadir}/dbus-1/interfaces/org.kde.kdesvnd.xml
 %{_datadir}/icons/hicolor
+%dir %{_datadir}/svnqt
+%dir %{_datadir}/svnqt/i18n
+%{_datadir}/svnqt/i18n/svnqt_*.qm
 %_kde_share_dir/apps/kdesvn
 %_kde_share_dir/apps/kdesvnpart
 %_kde_share_dir/apps/kconf_update/kdesvn-use-external-update.sh
@@ -108,17 +81,8 @@
 %_kde_share_dir/services/kdesvnpart.desktop
 %_kde_share_dir/services/ksvn*.protocol
 %{_mandir}/man1/kdesvn*
-
-%files -n libsvnqt-devel
-%defattr(-,root,root)
-%{_includedir}/svnqt
-%{_libdir}/libsvnqt.so
-
-%files -n %{lname}
-%defattr(-,root,root)
-%dir %{_datadir}/svnqt
-%dir %{_datadir}/svnqt/i18n
-%{_libdir}/libsvnqt.so.*
-%{_datadir}/svnqt/i18n/svnqt_*.qm
+%dir %{_mandir}/uk
+%dir %{_mandir}/uk/man1
+%{_mandir}/*/man1/kdesvn*
 
 %changelog

++++++ Do-not-install-svnqt-static-lib.patch ++++++
From: Christian Ehrlicher <[email protected]>
Date: Sat, 23 Jan 2016 18:15:30 +0000
Subject: Do not install svnqt static lib
X-Git-Url: 
http://quickgit.kde.org/?p=kdesvn.git&a=commitdiff&h=9bd7cc088419b43514d2dc898ba8d1e55955fdd6
---
Do not install svnqt static lib
---


--- a/src/svnqt/CMakeLists.txt
+++ b/src/svnqt/CMakeLists.txt
@@ -135,11 +135,6 @@
     target_link_libraries(testlink svnqt)
 endif()
 
-# install rules
-install(TARGETS svnqt LIBRARY DESTINATION ${LIB_INSTALL_DIR}
-        RUNTIME DESTINATION ${BIN_INSTALL_DIR}
-        ARCHIVE DESTINATION ${LIB_INSTALL_DIR})
-
 if(KDE4_BUILD_TESTS)
   add_subdirectory(tests)
   add_subdirectory(cache/test)


Reply via email to