Hello community, here is the log from the commit of package codelite for openSUSE:Factory checked in at 2019-03-26 15:43:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/codelite (Old) and /work/SRC/openSUSE:Factory/.codelite.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "codelite" Tue Mar 26 15:43:31 2019 rev:14 rq:686310 version:12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/codelite/codelite.changes 2018-11-10 17:01:45.815578672 +0100 +++ /work/SRC/openSUSE:Factory/.codelite.new.25356/codelite.changes 2019-03-26 15:44:10.824166830 +0100 @@ -1,0 +2,19 @@ +Mon Mar 18 22:45:56 UTC 2019 - Mariusz Fik <[email protected]> + +- Fix again rpath for plugins. + +------------------------------------------------------------------- +Fri Mar 1 11:47:36 UTC 2019 - Martin Pluskal <[email protected]> + +- Small packaging cleanups + +------------------------------------------------------------------- +Tue Feb 26 09:27:46 UTC 2019 - Francescodario Cuzzocrea <[email protected]> + +- Update to upstream version 12.0: + * Plenty of changes - see https://wiki.codelite.org/pmwiki.php/Main/ReleaseNotesCodeLite12 +- Remove upstreamed patches" + * fix-use-system-sqlite3.patch + * fix-no-return-in-nonvoid-function.patch + +------------------------------------------------------------------- Old: ---- codelite-8.1.tar.gz fix-no-return-in-nonvoid-function.patch fix-use-system-sqlite3.patch New: ---- codelite-12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ codelite.spec ++++++ --- /var/tmp/diff_new_pack.nSgLlO/_old 2019-03-26 15:44:12.924164368 +0100 +++ /var/tmp/diff_new_pack.nSgLlO/_new 2019-03-26 15:44:12.928164364 +0100 @@ -1,8 +1,8 @@ # # spec file for package codelite # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2012-2014 Mariusz Fik <[email protected]>. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2012-2019 Mariusz Fik <[email protected]>. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -26,7 +26,7 @@ %bcond_without clang %endif Name: codelite -Version: 8.1 +Version: 12.0 Release: 0 Summary: Code editor for C, C++, PHP and Node.js # parts of package contain LGPL-3.0 licenced code thus license needs to be @@ -39,11 +39,6 @@ Source1: %{name}-rpmlintrc # PATCH-FEATURE-OPENSUSE codelite-disable-new-version-check.patch [email protected] -- Disable 'new version' check on startup Patch0: %{name}-disable-new-version-check.patch -# TODO: Remove following patch next release -# PATCH-FIX-UPSTREAM fix-use-system-sqlite3.patch -- Use system sqlite3 version instead of projects own version. Fixed already upstream in git commit: fe554119c772d8579094b2c3315e0bab92cd4afe -Patch1: fix-use-system-sqlite3.patch -# PATH-FIX-UPSTREAM fix-no-return-in-nonvoid-function.patch -- Fix non void function without return to avoid rpmlint error. Reported Upstream: https://github.com/eranif/codelite/issues/946 -Patch2: fix-no-return-in-nonvoid-function.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ @@ -52,7 +47,7 @@ BuildRequires: update-desktop-files BuildRequires: wxWidgets-3_0-devel >= 3.0.0 BuildRequires: wxWidgets-devel >= 3.0.0 -BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(hunspell) BuildRequires: pkgconfig(libssh) BuildRequires: pkgconfig(sqlite3) @@ -72,8 +67,6 @@ %prep %setup -q %patch0 -%patch1 -p1 -%patch2 -p1 %build %cmake \ @@ -82,6 +75,7 @@ %endif -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=%{_lib} \ + -DCMAKE_SHARED_LINKER_FLAGS="" \ -DCMAKE_SKIP_RPATH=OFF %make_jobs @@ -91,9 +85,6 @@ ### Add mime types mkdir -p %{buildroot}%{_datadir}/mime/packages/ cp -p %{name}.xml %{buildroot}%{_datadir}/mime/packages/ -mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/mimetypes/ -ln -s %{_datadir}/%{name}/images/cubes.png %{buildroot}%{_datadir}/icons/hicolor/32x32/mimetypes/application-x-%{name}-workspace.png -ln -s %{_datadir}/%{name}/images/cubes.png %{buildroot}%{_datadir}/icons/hicolor/32x32/mimetypes/application-x-%{name}-project.png %fdupes %{buildroot}%{_prefix} ### Update translation in desktop menu entry and add IDE as category %suse_update_desktop_file %{name} IDE @@ -110,15 +101,18 @@ %license COPYING %doc about.html AUTHORS %{_bindir}/%{name}* -%{_bindir}/clg++ -%{_bindir}/clgcc %{_libdir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/32x32/apps/%{name}.png +%{_datadir}/icons/hicolor/128x128/apps/%{name}.png +%exclude %{_datadir}/icons/hicolor/128x128@2x/apps/%{name}.png +%{_datadir}/icons/hicolor/256x256/apps/%{name}.png +%exclude %{_datadir}/icons/hicolor/256x256@2x/apps/%{name}.png +%exclude %{_datadir}/icons/hicolor/32x32@2x/apps/%{name}.png +%{_datadir}/icons/hicolor/64x64/apps/%{name}.png +%exclude %{_datadir}/icons/hicolor/64x64@2x/apps/%{name}.png %{_mandir}/man1/%{name}*.1%{?ext_man} %{_datadir}/mime/packages/%{name}.xml -%{_datadir}/icons/hicolor/32x32/mimetypes/application-x-%{name}-workspace.png -%{_datadir}/icons/hicolor/32x32/mimetypes/application-x-%{name}-project.png %changelog ++++++ codelite-8.1.tar.gz -> codelite-12.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/codelite/codelite-8.1.tar.gz /work/SRC/openSUSE:Factory/.codelite.new.25356/codelite-12.0.tar.gz differ: char 12, line 1
