Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2015-06-23 11:57:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frescobaldi (Old)
 and      /work/SRC/openSUSE:Factory/.frescobaldi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "frescobaldi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/frescobaldi/frescobaldi.changes  2015-03-16 
09:38:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi.changes     
2015-06-23 11:57:29.000000000 +0200
@@ -1,0 +2,43 @@
+Thu Jun 11 20:56:39 UTC 2015 - [email protected]
+
+- Update to 2.18.1:
+  * New feature:
+    - New command line option -V, showing version information of all supporting
+      modules such as Python, Poppler, Qt4, etc.
+  * Improvements:
+    - The print dialog remembers the last used printer and options
+    - Improved icons for File->Close, Snippets->Repeat last note/chord and
+      Snippets->Document Fonts
+    - Holding the engrave button also shows Engrave publish and custom actions
+    - Tab bar uses scroll buttons on Mac, like the other platforms
+    - Automatic engrave only engraves *.ly documents, not *.ily etc
+  * Bugfixes:
+    - Fix document panel is resized when engraving (issue #660)
+    - Fix convert-ly adding linefeeds / carriage return on Windows (issue #649)
+    - Fix open in running instance when using Python 3 (issue #634)
+    - Fix crash when opening non-existing file in running instance (issue #650)
+    - Fix icons missing on Windows with system icons enabled (issue #643)
+    - Fix Wrong encoding in Score Wizard with Russian locale (issue #641)
+    - Fix running LilyPond tools on Mac (pre-built app) (issues #633, #589)
+    - Fix ValueError: invalid literal for int() with base 10 (issue #669)
+    - Fix UnicodeEncodeError on convert-ly with some languages (issue #674)
+  * Translations:
+    - updated: Dutch, Czech, Ukrainian, Chinese Simplified
+- Updated python-ly to 0.9.2:
+  * add the default-language variable to the ly command; this can be set to a
+    language in case a LilyPond document uses a language different than
+    "nederlands" but does not specify it (issue #20).
+  * add the -l, --language option as shorthand for setting the default language
+  * properly support drum notes in ly.lex and ly.music
+  * updated scheme variables in ly.data.scheme* functions for LilyPond 2.18
+  * fix TypeError: expected string or buffer in dom.ly when string was a
+    dom.Reference (issue wbsoft/frescobaldi#667)
+  * Fix issue #16: Duration after `\skip` may not be removed
+  * MusicXML export improvements:
+    - support for isolated durations (a single duration without
+      explicit pitch)
+    - support for implicit starting pitch in relative mode
+      (issues #18 and wbsoft/frescobaldi#648)
+  * updated LilyPond data to 2.18
+
+-------------------------------------------------------------------

Old:
----
  frescobaldi-2.18.tar.gz
  python-ly-0.9.tar.gz

New:
----
  frescobaldi-2.18.1.tar.gz
  python-ly-0.9.2.tar.gz

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

Other differences:
------------------
++++++ frescobaldi.spec ++++++
--- /var/tmp/diff_new_pack.w0PX6J/_old  2015-06-23 11:57:30.000000000 +0200
+++ /var/tmp/diff_new_pack.w0PX6J/_new  2015-06-23 11:57:30.000000000 +0200
@@ -20,7 +20,7 @@
 Summary:        Lilypond editor
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Editors and Convertors
-Version:        2.18
+Version:        2.18.1
 Release:        0
 Url:            http://www.frescobaldi.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -28,10 +28,9 @@
 # New package, was before part of frescobaldi
 # Url: https://pypi.python.org/pypi/python-ly
 # Split off into separate package?
-Source1:        python-ly-0.9.tar.gz
+Source1:        python-ly-0.9.2.tar.gz
 BuildRequires:  hicolor-icon-theme
-# TODO: update to pythoon 3
-BuildRequires:  python-devel
+BuildRequires:  python3-devel
 BuildRequires:  update-desktop-files
 Requires:       lilypond
 Requires:       python-poppler-qt4
@@ -53,15 +52,15 @@
 
 %build
 rm -rf %{name}_app/icons/Tango
-python setup.py build
+python3 setup.py build
 
 %install
 %suse_update_desktop_file %{name} Multimedia AudioVideoEditing
 # first install python-ly
-cd python-ly-0.9
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+cd python-ly-0.9.2
+python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 cd ..
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %files
 %defattr (-,root,root)
@@ -71,6 +70,6 @@
 %{_bindir}/ly
 %{_datadir}/applications/frescobaldi.desktop
 %{_datadir}/icons/hicolor/scalable/apps/frescobaldi.svg
-%{python_sitelib}/*
+%{python3_sitelib}/*
 
 %changelog

++++++ frescobaldi-2.18.tar.gz -> frescobaldi-2.18.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/frescobaldi/frescobaldi-2.18.tar.gz 
/work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi-2.18.1.tar.gz differ: 
char 28, line 1

++++++ python-ly-0.9.tar.gz -> python-ly-0.9.2.tar.gz ++++++
++++ 2411 lines of diff (skipped)


Reply via email to