Accepting request 143294 from KDE:Distro:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/143294 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdiff3?expand=0&rev=22
This commit is contained in:
parent
05104a980b
commit
e42bd66e8e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:10e74ec47d57ccae13f71f836fd5bab85db46a40762398ca3a515b552e75d691
|
|
||||||
size 1796595
|
|
3
kdiff3-0.9.97.tar.gz
Normal file
3
kdiff3-0.9.97.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e3b716bb449c814d8c30817ec1ca23fba0ed9eee5a635e766c1f2b90ddb75a2a
|
||||||
|
size 1803769
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 16:10:19 UTC 2012 - nico.kruber@gmail.com
|
||||||
|
|
||||||
|
- Fix the SLES build (%make_install is not expanded on SLES)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 16:08:20 UTC 2012 - nico.kruber@gmail.com
|
||||||
|
|
||||||
|
- update to 0.9.97:
|
||||||
|
* Memory usage optimized for comparison of large directories.
|
||||||
|
* In overview for two way diff show if only one side contains text.
|
||||||
|
* If text is selected in either input or output window use that in Find dialog.
|
||||||
|
* Command line option --cs doesn't change the config value permanently anymore.
|
||||||
|
* Windows 64 bit specific installer.
|
||||||
|
* Bugfixes.
|
||||||
|
- removed libkdiff3part.so (not build anymore)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 12 00:28:44 CEST 2011 - dmueller@suse.de
|
Wed Oct 12 00:28:44 CEST 2011 - dmueller@suse.de
|
||||||
|
|
||||||
|
14
kdiff3.spec
14
kdiff3.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kdiff3
|
# spec file for package kdiff3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,14 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: kdiff3
|
Name: kdiff3
|
||||||
Version: 0.9.96
|
Version: 0.9.97
|
||||||
Release: 10
|
Release: 0
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Feature-Rich Code Comparison Utility
|
Summary: Feature-Rich Code Comparison Utility
|
||||||
Url: http://kdiff3.sourceforge.net/
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
|
Url: http://kdiff3.sourceforge.net/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kdebase4-workspace-devel
|
BuildRequires: kdebase4-workspace-devel
|
||||||
@ -56,7 +55,7 @@ KDiff3 is a program that:
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
pushd build
|
pushd build
|
||||||
%make_install
|
make DESTDIR=%{buildroot} install
|
||||||
popd
|
popd
|
||||||
%suse_update_desktop_file -r kdiff3 Qt KDE Utility TextEditor X-KDE-Utilities-File
|
%suse_update_desktop_file -r kdiff3 Qt KDE Utility TextEditor X-KDE-Utilities-File
|
||||||
%kde_post_install
|
%kde_post_install
|
||||||
@ -74,7 +73,6 @@ KDiff3 is a program that:
|
|||||||
%{_kde4_appsdir}/kdiff3part/
|
%{_kde4_appsdir}/kdiff3part/
|
||||||
%{_kde4_bindir}/kdiff3
|
%{_kde4_bindir}/kdiff3
|
||||||
%{_kde4_iconsdir}/??color/*/apps/kdiff3.png
|
%{_kde4_iconsdir}/??color/*/apps/kdiff3.png
|
||||||
%{_kde4_modulesdir}/libkdiff3part.so
|
|
||||||
%{_kde4_modulesdir}/kdiff3fileitemaction.so
|
%{_kde4_modulesdir}/kdiff3fileitemaction.so
|
||||||
%{_kde4_servicesdir}/kdiff3part.desktop
|
%{_kde4_servicesdir}/kdiff3part.desktop
|
||||||
%{_kde4_servicesdir}/kdiff3fileitemaction.desktop
|
%{_kde4_servicesdir}/kdiff3fileitemaction.desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user