Hello community,

here is the log from the commit of package kdesvn for openSUSE:Factory checked 
in at 2013-10-30 15:38:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2013-04-18 
10:23:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdesvn.new/kdesvn.changes       2013-10-30 
15:38:13.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jul  7 15:42:32 UTC 2013 - [email protected]
+
+- Add fix_bug_address.patch. Redirects bug reports to bugs.kde.org
+
+-------------------------------------------------------------------

New:
----
  fix_bug_address.patch

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

Other differences:
------------------
++++++ kdesvn.spec ++++++
--- /var/tmp/diff_new_pack.sJm4XD/_old  2013-10-30 15:38:14.000000000 +0100
+++ /var/tmp/diff_new_pack.sJm4XD/_new  2013-10-30 15:38:14.000000000 +0100
@@ -24,6 +24,8 @@
 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
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
 BuildRequires:  openldap2-devel
@@ -57,15 +59,14 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
   %cmake_kde4 -d build
   %make_jobs
 
 %install
-  cd build
-  %make_install
-  cd ..
+  %kde4_makeinstall -C build
   rm -rf %{buildroot}%{_kde4_servicesdir}/svn*.protocol
   %suse_update_desktop_file -G "SVN Client" %{name} Development RevisionControl
   %find_lang %{name}

++++++ fix_bug_address.patch ++++++
--- src/main.cpp.old    2013-07-07 17:37:05.617114521 +0200
+++ src/main.cpp        2013-07-07 17:37:20.322929644 +0200
@@ -40,7 +40,6 @@
                      KAboutData::License_GPL,ki18n("(C) 2005-2009 Rajko 
Albrecht"));
     about.addAuthor( ki18n("Rajko 
Albrecht"),ki18n("Developer"),QByteArray("[email protected]"),QByteArray());
     about.setHomepage("http://kdesvn.alwins-world.de/";);
-    about.setBugAddress("[email protected]");
 
     KCmdLineArgs::init(argc, argv, &about);
     KCmdLineOptions options;
--- src/kdesvn_part.cpp.old     2013-07-07 17:37:41.415664472 +0200
+++ src/kdesvn_part.cpp 2013-07-07 17:37:53.484512746 +0200
@@ -174,7 +174,6 @@
     about.addAuthor(ki18n("Rajko Albrecht"), ki18n("Original author and 
maintainer"), "[email protected]" );
     about.setOtherText(m_Extratext);
     about.setHomepage("http://kdesvn.alwins-world.de/";);
-    about.setBugAddress("[email protected]");
     about.setProgramIconName("kdesvn");
     about.setTranslator(ki18n("kdesvn: NAME OF TRANSLATORS\\nYour names"),
         ki18n("kdesvn: EMAIL OF TRANSLATORS\\nYour emails"));
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to