Hello community,

here is the log from the commit of package codelite for openSUSE:Factory 
checked in at 2013-07-18 15:47:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/codelite (Old)
 and      /work/SRC/openSUSE:Factory/.codelite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "codelite"

Changes:
--------
--- /work/SRC/openSUSE:Factory/codelite/codelite.changes        2013-06-13 
16:20:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.codelite.new/codelite.changes   2013-07-18 
15:48:26.000000000 +0200
@@ -1,0 +2,13 @@
+Tue Jul 16 11:10:31 UTC 2013 - fi...@opensuse.org
+
+- Update to 5.2:
+  + Added disassemble window to the debugger
+  + Better dark theme visualization
+  + Improved tab appearance
+  + Debugger pretty printing improvements
+  + Various dialogs were re-designed (setters/getters)
+  + Improved code completion
+  + and much more
+- Enable db explorer plugin with mariadb/mysql support.
+
+-------------------------------------------------------------------

Old:
----
  codelite-5.1-gtk.src.tar.gz

New:
----
  codelite-5.2-gtk.src.tar.gz

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

Other differences:
------------------
++++++ codelite.spec ++++++
--- /var/tmp/diff_new_pack.EKnHsg/_old  2013-07-18 15:48:27.000000000 +0200
+++ /var/tmp/diff_new_pack.EKnHsg/_new  2013-07-18 15:48:27.000000000 +0200
@@ -18,13 +18,13 @@
 
 
 Name:           codelite
-Version:        5.1
+Version:        5.2
 Release:        0
 Summary:        Powerful open-source, cross platform code editor for the C/C++
 License:        GPL-3.0+
 Group:          Development/Tools/IDE
 Url:            http://codelite.org/
-Source0:        %{name}-%{version}-gtk.src.tar.gz
+Source0:        
http://downloads.sourceforge.net/project/codelite/Releases/%{name}-%{version}/%{name}-%{version}-gtk.src.tar.gz
 Source1:        %{name}.desktop
 # PATCH-FIX-OPENSUSE codelite-date-time-usage-fix.patch fi...@opensuse.org -- 
It removes usage of __DATE__ and __TIME__
 Patch0:         %{name}-date-time-usage-fix.patch
@@ -37,6 +37,7 @@
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %endif
+BuildRequires:  libmysqlclient-devel
 BuildRequires:  llvm-clang-devel
 BuildRequires:  wxWidgets-devel >= 2.9.4
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -54,16 +55,16 @@
 %setup -q
 %patch0 -p0
 %patch1 -p0
-mkdir build
 
 %build
-pushd build
+mkdir build && cd build
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
 
 cmake .. \
     -DCMAKE_BUILD_TYPE=Debug \
     -DENABLE_CLANG=1 \
+    -DWITH_MYSQL=1 \
     -DWITH_WXC=0 \
     -DCOPY_WX_LIBS=0
 
@@ -96,11 +97,13 @@
 ### Fix for wrong-script-end-of-line-encoding
 dos2unix %{buildroot}%{_bindir}/%{name}_kill_children
 
-### Fix unstripped-binary-or-object warning for SLE
+### Fix unstripped-binary-or-object warning for SLE and openSUSE
 %if 0%{?sles_version} == 11
 strip -s -v %{buildroot}%{_bindir}/%{name}{,_indexer,_cppcheck,gcc,-clang}
 strip -s -v %{buildroot}%{_libdir}/%{name}/*.so
 strip -s -v %{buildroot}%{_libdir}/%{name}/debuggers/*.so
+%else
+strip -s -v %{buildroot}%{_libdir}/%{name}/libclang.so
 %endif
 
 %clean
@@ -110,6 +113,8 @@
 %defattr(-,root,root)
 %doc about.html AUTHORS 
 %{_bindir}/%{name}*
+%{_bindir}/clg++
+%{_bindir}/clgcc
 %{_libdir}/%{name}
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop

++++++ codelite-5.1-gtk.src.tar.gz -> codelite-5.2-gtk.src.tar.gz ++++++
/work/SRC/openSUSE:Factory/codelite/codelite-5.1-gtk.src.tar.gz 
/work/SRC/openSUSE:Factory/.codelite.new/codelite-5.2-gtk.src.tar.gz differ: 
char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to