Hello community,
here is the log from the commit of package vacuum-im-plugins-spellchecker for
openSUSE:Factory checked in at 2012-08-04 13:39:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vacuum-im-plugins-spellchecker (Old)
and /work/SRC/openSUSE:Factory/.vacuum-im-plugins-spellchecker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vacuum-im-plugins-spellchecker", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/vacuum-im-plugins-spellchecker/vacuum-im-plugins-spellchecker.changes
2011-11-07 14:33:41.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.vacuum-im-plugins-spellchecker.new/vacuum-im-plugins-spellchecker.changes
2012-08-04 13:39:06.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jul 31 17:55:45 UTC 2012 - [email protected]
+
+- update to 0.0.7
+ * code refactoring
+ * rebuild dict menu
+
+-------------------------------------------------------------------
Old:
----
vacuum-im-plugins-spellchecker-0.0.3.tar.bz2
New:
----
fix_cmake_rule.patch
vacuum-im-plugins-spellchecker-0.0.7.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vacuum-im-plugins-spellchecker.spec ++++++
--- /var/tmp/diff_new_pack.9rJ3ou/_old 2012-08-04 13:39:07.000000000 +0200
+++ /var/tmp/diff_new_pack.9rJ3ou/_new 2012-08-04 13:39:07.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package vacuum-im-plugins-spellchecker
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright Andrey Karepin <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -18,33 +18,38 @@
#
-%define app_name vacuum
-
+%define app_name vacuum-im
Name: vacuum-im-plugins-spellchecker
Summary: Vacuum-IM spellchecker plugin
-Version: 0.0.3
-Release: 1
+License: GPL-3.0
+Group: System/Libraries
+Version: 0.0.7
+Release: 0
%if 0%{?suse_version} < 1120
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif
-
-License: GPL-3.0
-Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
+Patch0: fix_cmake_rule.patch
Url: http://www.vacuum-im.org/
-BuildRequires: aspell aspell-devel libqt4-devel libvacuumutils1_7
vacuum-im-devel
-BuildRequires: cmake fdupes
+BuildRequires: aspell
+BuildRequires: aspell-devel
+BuildRequires: cmake
+BuildRequires: fdupes
+BuildRequires: libqt4-devel
+BuildRequires: libvacuumutils1_17
+BuildRequires: vacuum-im-devel
%description
Highlights words that may not be spelled correctly.
%prep
%setup -q -n %{name}
+%patch0 -p1
%build
%{__mkdir} build
cd build
-cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=%{_prefix}
-DINSTALL_LIB_DIR=%{_lib} -DVACUUM_SRC_PATH=%{_includedir}/%{app_name}
-DVACUUM_LIB_PATH=%{_lib} -DSPELLCHECKER_BACKEND=ASPELL
+cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=%{_prefix}
-DINSTALL_LIB_DIR=%{_lib} -DINSTALL_APP_DIR=%{app_name}
-DINSTALL_DOC_DIR=%{_defaultdocdir} -DSPELLCHECKER_BACKEND=ASPELL
%{__make} %{?_smp_mflags}
%install
@@ -54,9 +59,6 @@
%fdupes %{buildroot}%{_datadir}
-%clean
-rm -rf %{buildroot}
-
%files
%defattr(-,root,root)
%{_libdir}/%{app_name}
++++++ fix_cmake_rule.patch ++++++
diff -r ece2bc9810cd cmake/config.cmake
--- a/cmake/config.cmake Thu Jun 21 02:53:57 2012 +0400
+++ b/cmake/config.cmake Sun Jun 24 06:26:16 2012 +0400
@@ -4,10 +4,11 @@
set(INSTALL_LIB_DIR "Frameworks")
set(INSTALL_RES_DIR "Resources")
elseif (UNIX)
- set(INSTALL_PREFIX "/usr/local")
- set(INSTALL_APP_DIR "vacuum")
+ set(INSTALL_PREFIX "/usr/local" CACHE STRING "")
+ set(INSTALL_APP_DIR "vacuum" CACHE STRING "")
set(INSTALL_LIB_DIR "lib" CACHE STRING "Name of directory for shared
libraries on target system")
set(INSTALL_RES_DIR "share")
+ set(INSTALL_DOC_DIR "${INSTALL_RES_DIR}/doc" CACHE STRING "")
elseif (WIN32)
set(INSTALL_PREFIX "C:")
set(INSTALL_APP_DIR "vacuum")
@@ -41,7 +42,7 @@
set(INSTALL_LIBS "${INSTALL_LIB_DIR}")
set(INSTALL_PLUGINS "${INSTALL_LIB_DIR}/${INSTALL_APP_DIR}/plugins")
set(INSTALL_RESOURCES "${INSTALL_RES_DIR}/${INSTALL_APP_DIR}/resources")
- set(INSTALL_DOCUMENTS "${INSTALL_RES_DIR}/doc/${INSTALL_APP_DIR}")
+ set(INSTALL_DOCUMENTS "${INSTALL_DOC_DIR}/${INSTALL_APP_DIR}")
set(INSTALL_TRANSLATIONS
"${INSTALL_RES_DIR}/${INSTALL_APP_DIR}/translations")
set(INSTALL_INCLUDES "include/${INSTALL_APP_DIR}")
endif (WIN32)
++++++ vacuum-im-plugins-spellchecker-0.0.3.tar.bz2 ->
vacuum-im-plugins-spellchecker-0.0.7.tar.bz2 ++++++
++++ 2379 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]