Hello community,

here is the log from the commit of package lonote for openSUSE:Factory checked 
in at 2012-10-23 19:39:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lonote (Old)
 and      /work/SRC/openSUSE:Factory/.lonote.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lonote", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/lonote/lonote.changes    2012-05-08 
12:28:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lonote.new/lonote.changes       2012-10-23 
19:39:59.000000000 +0200
@@ -1,0 +2,15 @@
+Mon Oct 22 02:40:36 UTC 2012 - i...@marguerite.su
+
+-  Update to 1.8.7
+   * fix: xdg warning now fixed. (issue 19)
+   * fix: delete iframe object on page navgation.
+          to avoid youtube object remains on screen after page nav. (issue 12)
+
+-------------------------------------------------------------------
+Sat Sep  8 09:48:12 UTC 2012 - i...@marguerite.su
+
+- Update to 1.8.6
+ * fix: crash when deleting page in 1.8.5
+ * fix: non-sync loading crash in openSUSE in 1.8.5
+
+-------------------------------------------------------------------

Old:
----
  lonote-1.7.9.tar.bz2

New:
----
  lonote-1.8.7.tar.bz2

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

Other differences:
------------------
++++++ lonote.spec ++++++
--- /var/tmp/diff_new_pack.LoeUDa/_old  2012-10-23 19:40:11.000000000 +0200
+++ /var/tmp/diff_new_pack.LoeUDa/_new  2012-10-23 19:40:11.000000000 +0200
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           lonote
-Version:        1.7.9
+Version:        1.8.7
 Release:        0
-License:        GPL-3.0 and Apache-2.0
 Summary:        A personal note-taking application by Python3-qt4
-Url:            http://code.google.com/p/lonote
+License:        GPL-3.0 and Apache-2.0
 Group:          Productivity/Office/Organizers
+Url:            http://code.google.com/p/lonote
 Source0:        %{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  python3-devel
@@ -40,22 +41,28 @@
 
 %prep
 %setup -q
-sed -i "s/\r$//" doc/*.txt # Fix wrong EOL encoding
 sed -i "s|#!/usr/bin/python3||" lonote/google_dmp/diff_match_patch.py # Fix 
non-executable script
-sed -i 
"s|Categories=Office|Categories=Office;ProjectManagement;Utility;X-SuSE-DesktopUtility;|"
 xdg/lonote.desktop
+sed -i 
"s|Office;Development;ProjectManagement;|Qt;KDE;Utility;X-SuSE-DesktopUtility;|"
 xdg/lonote.desktop
 
 %build
 python3 setup.py build
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-rm -rf %{buildroot}%{_datadir}/doc/%{name}/ # Remove wrongly installed docs
+# python-bytecode-wrong-magic-value
+%if 0%{?suse_version} > 1220
+pushd %{buildroot}%{python3_sitelib}/%{name}/__pycache__/
+%py3_compile ./
+popd
+%endif
+# Remove wrongly installed docs
+rm -rf %{buildroot}%{_datadir}/doc/%{name}/ 
 %fdupes %{buildroot}
 %find_lang %{name}
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc doc/*.txt
+%doc doc/{Apache_License,GNU_General_Public_License,LICENSE,localization}
 %{_bindir}/lonote
 %{python3_sitelib}/*
 %{_datadir}/applications/%{name}.desktop

++++++ lonote-1.7.9.tar.bz2 -> lonote-1.8.7.tar.bz2 ++++++
++++ 8810 lines of diff (skipped)

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

Reply via email to