commit frescobaldi for openSUSE:Factory

2020-04-14 Thread root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2020-04-14 15:12:06

Comparing /work/SRC/openSUSE:Factory/frescobaldi (Old)
 and  /work/SRC/openSUSE:Factory/.frescobaldi.new.2738 (New)


Package is "frescobaldi"

Tue Apr 14 15:12:06 2020 rev:18 rq:793796 version:3.1.2

Changes:

--- /work/SRC/openSUSE:Factory/frescobaldi/frescobaldi.changes  2020-01-06 
15:21:21.876455306 +0100
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new.2738/frescobaldi.changes
2020-04-14 16:19:19.363469183 +0200
@@ -1,0 +2,53 @@
+Tue Apr 14 09:30:21 UTC 2020 - Cor Blom 
+
+- Add appstream-glib-devel to BuildRequires to make it build on
+  Leap 15.1 and 15.2
+- Update the %suse_update_desktop_file line to follow the categories
+  more of the package itself more closely.
+
+---
+Mon Apr 13 13:54:32 UTC 2020 - Cor Blom 
+
+- Update frescobaldi to 3.1.2:
+  * Bug fixes:
+- fixed #1255, AttributeError: 'NoneType' object has no 
+  attribute 'cursor'
+- fixed "Two Pages (first page right)" for both modes, other
+  should be "left"
+- fixed pinch gesture zoom in music view on Mac
+- fixed #30, Printing score under Mac OS X
+- fixed #860, OSX: Frescobaldi overrides critical cursor
+  navigation keyboard shortcuts; new shortcuts:
+  - next document: ctrl+tab
+  - previous document: ctrl+shift+tab
+  - start of line: cmd+left
+  - end of line: cmd+right
+- fixed #1087, File names in document tabs are not shown
+  correctly on Mac
+- fixed #1272, Global menu with no windows on Mac is not
+  working
+- fixed #1232, Error using convert-ly in Frescobaldi 3.1 Mac
+  app
+  * Improvements:
+- add DE hyphen patterns and copyright info (#1275)
+  * Translations:
+- Userguide now has its own PO files in i18n/userguide, and the
+  Frescobaldi application itself has the PO files in
+  i18n/frescobaldi, see README-translations.
+- updated nl translation by Wilbert Berendsen
+- updated Italian translation by Davide Liessi
+- Update python-ly to 0.9.6:
+  * Various improvements to the experimental MusicXML output
+- Fixed #32 Correctly export measures without the help of 
+  explicit barchecks
+- Fixed #102 MusicXML: \mark is not exported
+- Fixed #107 MusicXML: scale_rest bug
+- Fixed #110 MusicXML: stem direction is not supported
+- Fixed #114 Empty measures created with no attributes
+- Many improvements by Felippe Roza, Peter Bjuhr, Urs Liska, 
+  Endre Oma and others, thanks!
+  - Fixed Frescobaldi#1213 eps-file -> epsfile
+  - improved indentation of Scheme code, thanks to Paul Morris 
+(#132)
+
+---

Old:

  frescobaldi-3.1.1.tar.gz
  python-ly-0.9.5.tar.gz

New:

  frescobaldi-3.1.2.tar.gz
  python-ly-0.9.6.tar.gz



Other differences:
--
++ frescobaldi.spec ++
--- /var/tmp/diff_new_pack.JVxR6q/_old  2020-04-14 16:19:20.211469790 +0200
+++ /var/tmp/diff_new_pack.JVxR6q/_new  2020-04-14 16:19:20.211469790 +0200
@@ -20,7 +20,7 @@
 Summary:Lilypond editor
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Version:3.1.1
+Version:3.1.2
 Release:0
 URL:http://www.frescobaldi.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -28,7 +28,8 @@
 # New package, was before part of frescobaldi
 # Url: https://pypi.python.org/pypi/python-ly
 # Keep in this package, because frescobaldi is the only one using it.
-Source1:
https://files.pythonhosted.org/packages/01/ca/e86c73614a690d778ec9831adee0a728a495f4fb717fab263b5e4887b086/python-ly-0.9.5.tar.gz
+Source1:
https://files.pythonhosted.org/packages/6f/2a/879b2e46a5e7968eb974831ae67c208ab437e067f92e3031abcab729674f/python-ly-0.9.6.tar.gz
+BuildRequires:  appstream-glib-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python3-devel
 BuildRequires:  update-desktop-files
@@ -56,16 +57,18 @@
 
 %build
 rm -rf %{name}_app/icons/Tango
+rm setup.cfg
 python3 setup.py build
 make -C i18n
+make -C linux
 
 %install
-%suse_update_desktop_file %{name} Multimedia AudioVideoEditing
 # first install python-ly
-cd python-ly-0.9.5
+cd python-ly-0.9.6
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 cd ..
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%suse_update_desktop_file org.frescobaldi.Frescobaldi AudioVideo Music
 
 %files
 %defattr (-,root,root)
@@ -74,8 +77,9 @@
 %doc %{_mandir}/man1/frescobaldi*
 %{_bindir}/frescobaldi
 %{_bindir}/ly*

commit frescobaldi for openSUSE:Factory

2020-01-06 Thread root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2020-01-06 15:21:15

Comparing /work/SRC/openSUSE:Factory/frescobaldi (Old)
 and  /work/SRC/openSUSE:Factory/.frescobaldi.new.6675 (New)


Package is "frescobaldi"

Mon Jan  6 15:21:15 2020 rev:17 rq:760985 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/frescobaldi/frescobaldi.changes  2019-12-30 
12:35:24.951823350 +0100
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new.6675/frescobaldi.changes
2020-01-06 15:21:21.876455306 +0100
@@ -1,0 +2,8 @@
+Sun Jan  5 15:37:25 UTC 2020 - Cor Blom 
+
+- Update to 3.1.1:
+  * Bugfix release, among which: make pinch in music view work
+- Add python3-pycups as Recommends. This is necessary for printing,
+  but frescobaldi works without it
+
+---

Old:

  frescobaldi-3.1.tar.gz

New:

  frescobaldi-3.1.1.tar.gz



Other differences:
--
++ frescobaldi.spec ++
--- /var/tmp/diff_new_pack.XqqKqh/_old  2020-01-06 15:21:22.600455681 +0100
+++ /var/tmp/diff_new_pack.XqqKqh/_new  2020-01-06 15:21:22.604455683 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frescobaldi
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:Lilypond editor
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Version:3.1
+Version:3.1.1
 Release:0
 URL:http://www.frescobaldi.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,6 +38,7 @@
 Requires:   python3-qtwebengine-qt5
 Requires:   python3-sip
 Recommends: libportmidi0
+Recommends: python3-pycups
 BuildArch:  noarch
 
 %description

++ frescobaldi-3.1.tar.gz -> frescobaldi-3.1.1.tar.gz ++
/work/SRC/openSUSE:Factory/frescobaldi/frescobaldi-3.1.tar.gz 
/work/SRC/openSUSE:Factory/.frescobaldi.new.6675/frescobaldi-3.1.1.tar.gz 
differ: char 13, line 1




commit frescobaldi for openSUSE:Factory

2019-12-30 Thread root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2019-12-30 12:35:23

Comparing /work/SRC/openSUSE:Factory/frescobaldi (Old)
 and  /work/SRC/openSUSE:Factory/.frescobaldi.new.6675 (New)


Package is "frescobaldi"

Mon Dec 30 12:35:23 2019 rev:16 rq:759962 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/frescobaldi/frescobaldi.changes  2019-12-28 
13:40:32.934933884 +0100
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new.6675/frescobaldi.changes
2019-12-30 12:35:24.951823350 +0100
@@ -1,0 +2,11 @@
+Sun Dec 29 23:48:05 UTC 2019 - Cor Blom 
+
+- Also build translations
+
+---
+Sun Dec 29 23:09:44 UTC 2019 - Cor Blom 
+
+- Add python3-qtwebengine-qt5 to Requires, is needed to run
+  frescobaldi
+
+---



Other differences:
--
++ frescobaldi.spec ++
--- /var/tmp/diff_new_pack.n2uR0A/_old  2019-12-30 12:35:25.579823688 +0100
+++ /var/tmp/diff_new_pack.n2uR0A/_new  2019-12-30 12:35:25.579823688 +0100
@@ -35,6 +35,7 @@
 Requires:   lilypond
 Requires:   python3-poppler-qt5
 Requires:   python3-qt5
+Requires:   python3-qtwebengine-qt5
 Requires:   python3-sip
 Recommends: libportmidi0
 BuildArch:  noarch
@@ -55,6 +56,7 @@
 %build
 rm -rf %{name}_app/icons/Tango
 python3 setup.py build
+make -C i18n
 
 %install
 %suse_update_desktop_file %{name} Multimedia AudioVideoEditing




commit frescobaldi for openSUSE:Factory

2019-12-28 Thread root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2019-12-28 13:40:26

Comparing /work/SRC/openSUSE:Factory/frescobaldi (Old)
 and  /work/SRC/openSUSE:Factory/.frescobaldi.new.6675 (New)


Package is "frescobaldi"

Sat Dec 28 13:40:26 2019 rev:15 rq:759696 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/frescobaldi/frescobaldi.changes  2018-06-28 
15:14:40.619454588 +0200
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new.6675/frescobaldi.changes
2019-12-28 13:40:32.934933884 +0100
@@ -1,0 +2,57 @@
+Fri Dec 27 13:02:42 UTC 2019 - Cor Blom 
+
+- Update to 3.1:
+  * Requirement changes:
+- Frescobaldi now requires Python3.3+
+  * New features:
+- New "Document Fonts" dialog supporting text and music fonts
+  and providing a font sample previewer
+- Possibility to load external extensions
+- New "First System Only" option in Custom Engrave
+- Goto Line command (#927, feature request #676)
+- Rename file command (#1057, feature request #980)
+- Music view:
+  - Copy to Image can copy/export to SVG, PDF and EPS in addtion to PNG/JPG
+  - New toolbar button to show/hide the magnifier
+  - New preference Horizontal / Vertical
+  - New preference Continuous / non-continuous (displays only current 
page(s))
+  - New commands to rotate left / right
+  - New raster layout mode (displays as many pages as fit in a View)
+  - View settings are remembered per-document
+- Manuscript viewer:
+  - Toolbar buttons to rotate the pages left / right
+  - New toolbar button to show/hide the magnifier
+  * Bug fixes:
+- fixed #895 seeking in MIDI player during playing stops sound
+- fixed #768, now paper orientation is properly handled in New Score Wizard
+- fixed #705, discrepancy of LilyPond vs. system version of GhostScript
+  on Linux (#926)
+- fixed #1094, includepaths on Windows (#1095)
+- fixed #1121, NameError: name 'widgets' is not defined
+  * Improvements:
+- Score Wizard: Titles and Headers are shown in preview (#1216)
+- Score Wizard: checkbox to write/omit pitches after \relative command
+- Score Wizard: allow "none" for instrument names on first system (#1141)
+- Smarter behaviour of the autocompletion popup (#918, #922)
+- New command File->Rename/Move... (#980)
+- Sessions can be grouped in the Sessions menu
+- Show absolute path of include files in tooltip (#941)
+- Restructure Tools Menu (#1080)
+- File Open toolbar button shows recent files menu on long click
+- Added "Blank Sheet Music" template snippet (#1139)
+  * Internals:
+- Multithreaded Job Queue preparing multicore support (#1103)
+- Rewrite code handling external processes/jobs (#1100)
+- Music (pre)views could previously only display PDF documents; this has 
been
+  rewritten so that many more formats can be displayed like SVG and images,
+  which will open up new possibilities for the music view and the 
manuscript
+  viewer (#1202)
+- The SVG view and the LilyPond documentation browser now use QtWebEngine
+  instead of the deprecated QtWebKit
+  * Translations:
+- Userguide now has its own PO files. PO files for userguide and 
Frescobaldi
+  both are in 'i18n/xx_CC' directories, see README-translations
+- updated nl translation by Wilbert Berendsen
+- updated Italian translation by Federico Bruni
+
+---

Old:

  frescobaldi-3.0.0.tar.gz

New:

  frescobaldi-3.1.tar.gz



Other differences:
--
++ frescobaldi.spec ++
--- /var/tmp/diff_new_pack.jSpnhj/_old  2019-12-28 13:40:34.198934521 +0100
+++ /var/tmp/diff_new_pack.jSpnhj/_new  2019-12-28 13:40:34.206934525 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frescobaldi
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,15 +20,15 @@
 Summary:Lilypond editor
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Version:3.0.0
+Version:3.1
 Release:0
-Url:http://www.frescobaldi.org/
+URL:http://www.frescobaldi.org/
 BuildRoot:  

commit frescobaldi for openSUSE:Factory

2018-06-28 Thread root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2018-06-28 15:14:38

Comparing /work/SRC/openSUSE:Factory/frescobaldi (Old)
 and  /work/SRC/openSUSE:Factory/.frescobaldi.new (New)


Package is "frescobaldi"

Thu Jun 28 15:14:38 2018 rev:14 rq:619447 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/frescobaldi/frescobaldi.changes  2017-05-08 
19:04:12.729988944 +0200
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi.changes 
2018-06-28 15:14:40.619454588 +0200
@@ -1,0 +2,12 @@
+Wed Jun 27 19:56:01 UTC 2018 - corne...@solcon.nl
+
+- Revert use %find_lang macro: is not working
+- Using %license tag for file with license
+
+---
+Wed Jun 27 14:08:46 UTC 2018 - edog...@aon.at
+
+- fixed dependency, require python3-poppler-qt5 
+- added %find_lang to stop rpmlint warnings
+
+---



Other differences:
--
++ frescobaldi.spec ++
--- /var/tmp/diff_new_pack.o3IsNv/_old  2018-06-28 15:14:41.183453555 +0200
+++ /var/tmp/diff_new_pack.o3IsNv/_new  2018-06-28 15:14:41.187453548 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package frescobaldi
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   frescobaldi
 Summary:Lilypond editor
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Version:3.0.0
 Release:0
@@ -33,7 +33,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  update-desktop-files
 Requires:   lilypond
-Requires:   python-poppler-qt5
+Requires:   python3-poppler-qt5
 Requires:   python3-qt5
 Requires:   python3-sip
 Recommends: libportmidi0
@@ -66,7 +66,8 @@
 
 %files
 %defattr (-,root,root)
-%doc README.md THANKS COPYING ChangeLog
+%doc README.md THANKS ChangeLog
+%license COPYING
 %doc %{_mandir}/man1/frescobaldi*
 %{_bindir}/frescobaldi
 %{_bindir}/ly*




commit frescobaldi for openSUSE:Factory

2017-05-08 Thread root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2017-05-08 19:03:33

Comparing /work/SRC/openSUSE:Factory/frescobaldi (Old)
 and  /work/SRC/openSUSE:Factory/.frescobaldi.new (New)


Package is "frescobaldi"

Mon May  8 19:03:33 2017 rev:13 rq:493255 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/frescobaldi/frescobaldi.changes  2017-03-31 
15:05:53.550879270 +0200
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi.changes 
2017-05-08 19:04:12.729988944 +0200
@@ -1,0 +2,14 @@
+Wed Feb 22 21:13:17 UTC 2017 - corne...@solcon.nl
+
+- Update to 3.0.0:
+  * Requirement changes:
+- Frescobaldi now requires Python3.2+, Qt5, PyQt5, python-poppler-qt5
+  * New features:
+- Zoom with pinch gesture in Music View, contributed by David Rydh
+- An option (enabled by default) to move the cursor to the end of the line 
+  when PageDown is pressed on the last line, and to move the cursor to the 
+  start of the first line if PageUp is pressed on the first line
+  * Improvements:
+- Retina display support in Music View, contributed by David Rydh
+
+---

Old:

  frescobaldi-2.20.0.tar.gz

New:

  frescobaldi-3.0.0.tar.gz



Other differences:
--
++ frescobaldi.spec ++
--- /var/tmp/diff_new_pack.YSkFqr/_old  2017-05-08 19:04:14.093796283 +0200
+++ /var/tmp/diff_new_pack.YSkFqr/_new  2017-05-08 19:04:14.097795718 +0200
@@ -20,7 +20,7 @@
 Summary:Lilypond editor
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Version:2.20.0
+Version:3.0.0
 Release:0
 Url:http://www.frescobaldi.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,8 +33,8 @@
 BuildRequires:  python3-devel
 BuildRequires:  update-desktop-files
 Requires:   lilypond
-Requires:   python-poppler-qt4
-Requires:   python3-qt4
+Requires:   python-poppler-qt5
+Requires:   python3-qt5
 Requires:   python3-sip
 Recommends: libportmidi0
 BuildArch:  noarch

++ frescobaldi-2.20.0.tar.gz -> frescobaldi-3.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/frescobaldi/frescobaldi-2.20.0.tar.gz 
/work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi-3.0.0.tar.gz differ: 
char 13, line 1




commit frescobaldi for openSUSE:Factory

2017-03-31 Thread root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2017-03-31 15:05:52

Comparing /work/SRC/openSUSE:Factory/frescobaldi (Old)
 and  /work/SRC/openSUSE:Factory/.frescobaldi.new (New)


Package is "frescobaldi"

Fri Mar 31 15:05:52 2017 rev:12 rq:459719 version:2.20.0

Changes:

--- /work/SRC/openSUSE:Factory/frescobaldi/frescobaldi.changes  2016-05-31 
12:24:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi.changes 
2017-03-31 15:05:53.550879270 +0200
@@ -1,0 +2,40 @@
+Wed Feb 22 14:10:48 UTC 2017 - corne...@solcon.nl
+
+- Update frescobaldi to 2.20.0:
+  * New features:
+- New Manuscript viewer tool, displaying an "engraver's copy",
+  contributed by Peter Bjuhr and Urs Liska
+- Copy selected text in Music View
+- New command Edit->Move to include file...
+- New quick remove actions to remove beams and ligatures from selected 
music
+- Search tool in the keyboard shortcuts preferences page (#690)
+  * Improvements:
+- Fit Width in Music View now fits two pages in width, if in two-page mode
+- the Music View now remembers the page layout mode
+- Jump to next or previous bookmark now respects surrounding lines setting
+- Better default save path, looking at last edited document (#162)
+  * Bug fixes:
+- fix #716 position of open document tab bar changes on engrave
+- Midi input fixes by David Rydh:
+  * fix #797 and #853, now honour Midi input port setting
+  * in Midi input, ces and bis now have the correct octave
+  * fix interruption of Midi input by other events than note events
+- Midi input now uses correct channel, fix by David Kastrup
+- fix #857 UnicodeDecodeError on some types of \displayMusic command output
+- fix #891 QTextBlock not hashable anymore
+- fix #862 midi not loaded on first document load
+  * Translations:
+- new Swedish translation contributed by Dag Odenhall
+- updated Dutch by Wilbert Berendsen
+- updated Italian by Federico Bruni
+- updated Spanish by Francisco Vila
+- updated German by Henning Hraban Ramm
+- updated Czech by Pavel Fric
+- Update python-ly to 0.9.5:
+  * basic support for tokenizing the MUP format 
+  * fix wbsoft/frescobaldi#832: wrong duration handling with \partial when
+changing durations
+  * xml export tests now work correctly with Python3
+  * fix #74 traversing events fails in empty \alternative
+
+---

Old:

  frescobaldi-2.19.0.tar.gz
  python-ly-0.9.4.tar.gz

New:

  frescobaldi-2.20.0.tar.gz
  python-ly-0.9.5.tar.gz



Other differences:
--
++ frescobaldi.spec ++
--- /var/tmp/diff_new_pack.8fyAEF/_old  2017-03-31 15:05:54.542739048 +0200
+++ /var/tmp/diff_new_pack.8fyAEF/_new  2017-03-31 15:05:54.542739048 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package frescobaldi
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,15 @@
 Summary:Lilypond editor
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Version:2.19.0
+Version:2.20.0
 Release:0
 Url:http://www.frescobaldi.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.gz
 # 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.4.tar.gz
+# Keep in this package, because frescobaldi is the only one using it.
+Source1:python-ly-0.9.5.tar.gz
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python3-devel
 BuildRequires:  update-desktop-files
@@ -59,7 +59,7 @@
 %install
 %suse_update_desktop_file %{name} Multimedia AudioVideoEditing
 # first install python-ly
-cd python-ly-0.9.4
+cd python-ly-0.9.5
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 cd ..
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

++ frescobaldi-2.19.0.tar.gz -> frescobaldi-2.20.0.tar.gz ++
/work/SRC/openSUSE:Factory/frescobaldi/frescobaldi-2.19.0.tar.gz 
/work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi-2.20.0.tar.gz differ: 
char 24, line 1

++ python-ly-0.9.4.tar.gz -> python-ly-0.9.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ly-0.9.4/ChangeLog 
new/python-ly-0.9.5/ChangeLog
--- old/python-ly-0.9.4/ChangeLog   

commit frescobaldi for openSUSE:Factory

2016-05-31 Thread h_root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2016-05-31 12:24:53

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-12-29 
12:59:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi.changes 
2016-05-31 12:24:55.0 +0200
@@ -1,0 +2,7 @@
+Sun May 29 20:52:51 UTC 2016 - corne...@solcon.nl
+
+- Update frescobaldi to 2.19.0:
+  Changes: https://github.com/wbsoft/frescobaldi/blob/master/ChangeLog
+- Update python-ly to 0.9.4
+
+---

Old:

  frescobaldi-2.18.2.tar.gz
  python-ly-0.9.3.tar.gz

New:

  frescobaldi-2.19.0.tar.gz
  python-ly-0.9.4.tar.gz



Other differences:
--
++ frescobaldi.spec ++
--- /var/tmp/diff_new_pack.dGP6a5/_old  2016-05-31 12:24:56.0 +0200
+++ /var/tmp/diff_new_pack.dGP6a5/_new  2016-05-31 12:24:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package frescobaldi
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:Lilypond editor
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Version:2.18.2
+Version:2.19.0
 Release:0
 Url:http://www.frescobaldi.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -28,7 +28,7 @@
 # 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.3.tar.gz
+Source1:python-ly-0.9.4.tar.gz
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python3-devel
 BuildRequires:  update-desktop-files
@@ -59,7 +59,7 @@
 %install
 %suse_update_desktop_file %{name} Multimedia AudioVideoEditing
 # first install python-ly
-cd python-ly-0.9.3
+cd python-ly-0.9.4
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 cd ..
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -69,7 +69,7 @@
 %doc README.md THANKS COPYING ChangeLog
 %doc %{_mandir}/man1/frescobaldi*
 %{_bindir}/frescobaldi
-%{_bindir}/ly
+%{_bindir}/ly*
 %{_datadir}/applications/frescobaldi.desktop
 %{_datadir}/icons/hicolor/scalable/apps/frescobaldi.svg
 %{python3_sitelib}/*

++ frescobaldi-2.18.2.tar.gz -> frescobaldi-2.19.0.tar.gz ++
/work/SRC/openSUSE:Factory/frescobaldi/frescobaldi-2.18.2.tar.gz 
/work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi-2.19.0.tar.gz differ: 
char 16, line 1

++ python-ly-0.9.3.tar.gz -> python-ly-0.9.4.tar.gz ++
 8556 lines of diff (skipped)




commit frescobaldi for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2015-12-29 12:59:47

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-09-11 
09:04:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi.changes 
2015-12-29 12:59:51.0 +0100
@@ -1,0 +2,26 @@
+Sun Dec 27 22:22:39 UTC 2015 - corne...@solcon.nl
+
+- Update to 2.18.2:
+  * Requirement changes:
+- Frescobaldi now requires python-ly 0.9.3
+  * Improvements:
+- More flexible colored HTML export and copy
+- Tabs now show the push-pin icon when a document is always engraved
+- Autocomplete correctly again after '\markup' without opening bracket
+- Enable Ctrl-Enter in Custom Engrave dialog (issue #691)
+  * Bug fixes:
+- fix AttributeError: 'SourceViewer' object has no attribute '_reply' 
(issue
+  #789)
+- fix TypeError: QPen(): argument 1 has unexpected type QBrush
+- fix some bugs in Quick Insert panel
+  * Translations:
+- updated: Dutch, French, Italian, Ukrainian
+- Update python-ly to 0.9.3:
+  * Fix issue #35: do not insert duration after a tie
+  * Added ly.rhythm.music_items() for a more robust way of iterating through
+chords and notes (awaiting fully fledged editing support through ly.music 
or
+ly.xml)
+  * More configurability in ly.colorize, thanks to Urs Liska
+  * MusicXML export various improvements and bug fixes, contributed by Peter 
Bjuhr
+
+---

Old:

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

New:

  frescobaldi-2.18.2.tar.gz
  python-ly-0.9.3.tar.gz



Other differences:
--
++ frescobaldi.spec ++
--- /var/tmp/diff_new_pack.7GWyB5/_old  2015-12-29 12:59:53.0 +0100
+++ /var/tmp/diff_new_pack.7GWyB5/_new  2015-12-29 12:59:53.0 +0100
@@ -20,7 +20,7 @@
 Summary:Lilypond editor
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Version:2.18.1
+Version:2.18.2
 Release:0
 Url:http://www.frescobaldi.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -28,7 +28,7 @@
 # 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.2.tar.gz
+Source1:python-ly-0.9.3.tar.gz
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python3-devel
 BuildRequires:  update-desktop-files
@@ -59,7 +59,7 @@
 %install
 %suse_update_desktop_file %{name} Multimedia AudioVideoEditing
 # first install python-ly
-cd python-ly-0.9.2
+cd python-ly-0.9.3
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 cd ..
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

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

++ python-ly-0.9.2.tar.gz -> python-ly-0.9.3.tar.gz ++
 2118 lines of diff (skipped)




commit frescobaldi for openSUSE:Factory

2015-09-11 Thread h_root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2015-09-11 09:04:42

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-06-23 
11:57:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi.changes 
2015-09-11 09:04:48.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 10 13:02:20 UTC 2015 - corne...@solcon.nl
+
+- Added python3-sip and python3-qt4 to Requires, they are needed to
+  frescolbaldi.
+
+---



Other differences:
--
++ frescobaldi.spec ++
--- /var/tmp/diff_new_pack.87WOoa/_old  2015-09-11 09:04:49.0 +0200
+++ /var/tmp/diff_new_pack.87WOoa/_new  2015-09-11 09:04:49.0 +0200
@@ -34,6 +34,8 @@
 BuildRequires:  update-desktop-files
 Requires:   lilypond
 Requires:   python-poppler-qt4
+Requires:   python3-qt4
+Requires:   python3-sip
 Recommends: libportmidi0
 BuildArch:  noarch
 




commit frescobaldi for openSUSE:Factory

2015-06-23 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi.changes 
2015-06-23 11:57:29.0 +0200
@@ -1,0 +2,43 @@
+Thu Jun 11 20:56:39 UTC 2015 - corne...@solcon.nl
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.w0PX6J/_new  2015-06-23 11:57:30.0 +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 - 

commit frescobaldi for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2015-03-16 09:38:45

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-02-16 
07:36:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi.changes 
2015-03-16 09:38:48.0 +0100
@@ -1,0 +2,67 @@
+Sun Mar  8 15:02:25 UTC 2015 - corne...@solcon.nl
+
+- Update to 2.18:
+  * Important notes about installing and for packagers/distributors:
+- Frescobaldi is now dependent on the package 'python-ly'. This package
+  needs to be installed so that Frescobaldi can run.
+  It is listed among the dependencies in the INSTALL file and it can be 
found
+  at https://pypi.python.org/pypi/python-ly.
+  Previously, this python package was contained in the frescobaldi_app 
folder.
+  So, when overwriting previous Frescobaldi installations, be sure that any
+  remnants from the old 'ly' package are removed, with a command like:
+  rm -r /usr/local/python site-packagesdir/frescobaldi_app/ly
+  Otherwise, Frescobaldi won't find the new ly module and will fail to run.
+  Python-ly version 0.9 is required for Frescobaldi 2.18.
+- Python 3.2 (or higher) is supported and recommended! But Python 2.7 will
+  continue to be supported during the full Frescobaldi 2 lifecycle.
+  * New features:
+- Midi import, using the LilyPond-provided midi2ly tool
+- ABC import, using the LilyPond-provided abc2ly tool
+- In the Editor Preferences, you can select which quotes will be used as
+  single and double (primary and secondary) typographical quotes (issue 
#529)
+- The music view now can display a PDF document with two pages next to each
+  other, starting with a right or left page, and in single pages (issue 
#575)
+- A new pitch tool, Mode shift, which can be used to change all or selected
+  notes to a specified mode or scale.
+- Commands to convert rests to spaces or vice versa, and to convert pitched
+  rests (like c'4\rest) to normal rests, contributed by Peter Bjuhr.
+- Command to open LilyPond data directory (useful if you want to study 
Lily's
+  own init- and Scheme files).
+  * Improvements:
+   - The Insert menu got renamed to Snippets, making more clear how it is used
+  and can be changed. When copying text to a new snippet, the snippet is 
added
+  to the menu by default, but the user can change that while editing.
+- Ctrl+Break (LilyPond → Abort Engraving Job) also stops an autocompile job
+  if one is running.
+- The SVG View now displays a default gray background when no document is
+  loaded, which is more helpful than a white background.
+- When right-clicking in the editor, the editor does not scroll anymore to
+  show more surrounding lines.
+- Multi-line block comments are now also foldable (issue #587)
+- The magnifying glass in the Music View does not clip to the page borders
+  anymore, which was annoying when showing many pages in a small size.
+- To save space in the toolbar, the almost never used Save As... button was
+  removed. But when holding the Save button longer, three choices pop up:
+  Save, Save As and Save All.
+- Ctrl-Mousewheel zooming the LilyPond Log now works properly.
+  * Bugfixes:
+- The german (deutsch) pitch names asas and heses are now handled 
correctly.
+  Previously, when translating the nederlands beses to german, it was 
output
+  as bes, instead of heses. Same for norsk and suomi (issue #415)
+- If the preference Open default viewer after successful compile is 
enabled,
+  the viewer to be opened is determined from the actual results, instead of
+  the default output format. This fixes the PDF view opening instead of the
+  SVG view, when the SVG format was chosen in the Engrave Custom dialog.
+- fix AttributeError: 'unicode' object has no attribute 'insert' (issue 
#543)
+- the transpose functions will not transpose the chord after \stringTuning
+  anymore (issue #539).
+- fix error when opening a recent file that has been deleted (issue #597)
+- Quick Insert articulations etc. now also work with q (repeated) chords
+  (issue #628, fixed in python-ly)
+- Quick Insert: do not add articulation to the duration of a \tuplet 
command
+(issue #631, fixed in python-ly)
+  * Translations:
+- updated: nl, fr, ru, it
+* Added required python-ly as part of this package, should be split off in 
future
+
+---

Old:

  frescobaldi-2.17.2.tar.gz

New:

  

commit frescobaldi for openSUSE:Factory

2015-02-15 Thread h_root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2015-02-16 07:36:29

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-01-23 
15:47:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi.changes 
2015-02-16 07:36:33.0 +0100
@@ -1,0 +2,9 @@
+Fri Feb 13 22:24:56 UTC 2015 - corne...@solcon.nl
+
+- Update to version 2.17.2:
+  * Bugfixes:
+- fix AttributeError: 'unicode' object has no attribute 'insert' (issue 
#543)
+  * Translations:
+- updated: nl, fr, it
+
+---

Old:

  frescobaldi-2.17.1.tar.gz

New:

  frescobaldi-2.17.2.tar.gz



Other differences:
--
++ frescobaldi.spec ++
--- /var/tmp/diff_new_pack.hHzW3d/_old  2015-02-16 07:36:34.0 +0100
+++ /var/tmp/diff_new_pack.hHzW3d/_new  2015-02-16 07:36:34.0 +0100
@@ -20,7 +20,7 @@
 Summary:Lilypond editor
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Version:2.17.1
+Version:2.17.2
 Release:0
 Url:http://www.frescobaldi.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ frescobaldi-2.17.1.tar.gz - frescobaldi-2.17.2.tar.gz ++
/work/SRC/openSUSE:Factory/frescobaldi/frescobaldi-2.17.1.tar.gz 
/work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi-2.17.2.tar.gz differ: 
char 13, line 1

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



commit frescobaldi for openSUSE:Factory

2015-01-23 Thread h_root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2015-01-23 15:47:43

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-01-06 
09:07:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi.changes 
2015-01-23 15:47:51.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 22 22:25:44 UTC 2015 - corne...@solcon.nl
+
+- Frescobaldi is a lilypond editor, so let's require lilypond
+- Portmidi is now in factory: recommends portmidi instead of just suggests
+
+---



Other differences:
--
++ frescobaldi.spec ++
--- /var/tmp/diff_new_pack.d35nmx/_old  2015-01-23 15:47:52.0 +0100
+++ /var/tmp/diff_new_pack.d35nmx/_new  2015-01-23 15:47:52.0 +0100
@@ -28,8 +28,9 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
+Requires:   lilypond
 Requires:   python-poppler-qt4
-Suggests:   libportmidi0
+Recommends: libportmidi0
 BuildArch:  noarch
 
 %description

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



commit frescobaldi for openSUSE:Factory

2015-01-06 Thread h_root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2015-01-06 09:07:06

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  2014-06-18 
22:04:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi.changes 
2015-01-06 09:07:25.0 +0100
@@ -1,0 +2,54 @@
+Mon Jan  5 13:55:32 UTC 2015 - corne...@solcon.nl
+
+- Update to version 2.17.1:
+  * Bugfix:
+- on quit, respect cancel (issue #531)
+- Update to version 2.17:
+  * New features:
+- Preference for the number of contextual lines to show at least, when the
+  text view is scrolled to a cursor position (e.g. by clicking on a link, 
or
+  when jumping between search results. Wish: issue #488)
+- Session import/export, contributed by Peter Bjuhr
+- A session can have its own list of include paths, that can be used either
+  instead of or in addition to the global list of include paths, 
contributed
+  by Peter Bjuhr
+- Relative mode for MIDI input, contributed by Alex Schreiber (pull request
+  #521)
+  * Improvements:
+- When saving a new file for the first time, a default filename is 
provided,
+  based on composer and title of the score (wish: issue #472)
+- Printing the music PDF now honors the duplex settings
+- MusicXML export has improved by using the ly.music module that has a 
notion
+  of the music events and time/duration of those events. Although ly.music 
is
+  authored and maintained by Wilbert Berendsen, the MusicXML export module 
is
+  contributed by Peter Bjuhr
+- workaround a LilyPond buglet in point-and-click highlighting of quoted
+  strings: although the textedit uri points to the closing quote, the 
string
+  is correctly highlighted
+- dont disable run button of Engrave Custom dialog for autocompile jobs
+- let autocompile jobs finish before starting a new one (comments issue 
#120)
+- dont always run autocompile job for the first opened document
+- after a successful compile the default music viewer (pdf or svg) is
+  activated. This can be suppressed in the LilyPond prefs (wish: issue 
#435)
+- the music view does not switch documents anymore when a compile is 
finished
+  but the user is working on a different document (wish: issue #513)
+- tooltips for the panel title and float/close buttons
+- error handling in I/O-related operations has improved
+- Ctrl+C in editor view does not copy HTML, only plain text (issue #517)
+- Features that are in development can be enabled by checking Preferences→
+  General→Experimental Features→Enable Experimental Features. Some features
+  that are not completely finished are hidden by default but become visible
+  when this preference is enabled. New features are enabled after a 
restart,
+  or when a new main window is created using Window→New.
+  * Bugfixes:
+- fix AttributeError: 'bool' object has no attribute 'endswith' in
+  lilypondinfo.py, toolcommand()
+- fix AttributeError: 'NoneType' object has no attribute '_register_cursor'
+  (cause in music.py, get_included_document_node())
+  * Installation:
+- Python 2.7 is now required.
+  * Translations:
+- updated: nl, pt_BR, fr, it, de
+- new (partial): Chinese Traditional, Simplified and Hong Kong by Anthony 
Fok
+
+---

Old:

  frescobaldi-2.0.16.tar.gz

New:

  frescobaldi-2.17.1.tar.gz



Other differences:
--
++ frescobaldi.spec ++
--- /var/tmp/diff_new_pack.Tn2JEY/_old  2015-01-06 09:07:27.0 +0100
+++ /var/tmp/diff_new_pack.Tn2JEY/_new  2015-01-06 09:07:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frescobaldi
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:Lilypond editor
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Version:2.0.16
+Version:2.17.1
 Release:0
 Url:http://www.frescobaldi.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ frescobaldi-2.0.16.tar.gz - frescobaldi-2.17.1.tar.gz ++
/work/SRC/openSUSE:Factory/frescobaldi/frescobaldi-2.0.16.tar.gz 

commit frescobaldi for openSUSE:Factory

2014-06-18 Thread h_root
Hello community,

here is the log from the commit of package frescobaldi for openSUSE:Factory 
checked in at 2014-06-18 22:04:40

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  2014-04-11 
13:28:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi.changes 
2014-06-18 22:04:54.0 +0200
@@ -1,0 +2,40 @@
+Tue Jun 17 16:58:21 UTC 2014 - corne...@solcon.nl
+
+- Update to version 2.0.16:
+  * Translations:
+- updated: nl, fr, it
+  * New features
+- preference to automatically strip trailing whitespace on save (issue 
#274)
+- in Tools - Rhythm: new command to remove duration scalings that contain
+  a fraction value (the action was already available for some time, but it
+  wasn't in the menu)
+- new option to copy only the styled HTML contents to the clipboard
+  wrapped in a pre tag, not a full HTML document
+  * Improvements:
+- jumps in the Document Outline also allow navigating back
+- autocompile does only happen when a document has toplevel markup or music
+- LilyPond instance can be selected in convert-ly dialog (wish #311)
+- Score Wizard: In the midi section the \tempo x=y syntax is now used when
+  LilyPond version = 2.16 is used (issue #337)
+- Score Wizard: new brass instruments contributed by Ryan Michael McClure
+- in the builtin manual, if there is no Next: page, add a link to the 
next
+  page of the first parent page that has a next page. The link is called
+  Next Chapter: and allows for continuous reading of the manual.
+- some missing commands and functions were added to highlighting and
+  autocompletion
+- the Document Fonts snippet doesn't require setting the staffize anymore
+- View - Folding - Fold all now folds all subregions as well, making
+  gradual unfolding easier (wish #394)
+  * Bugfixes:
+- fix sticky document setting lost on reload (issue #409)
+- fix html export and copy not using the correct color scheme
+- fix AttributeError in handle_lyricmode while typing \lyricmode
+- fix LilyPond version chooser not defaulting to the default LilyPond 
version
+- fix indenter aligning on comment
+- fix AttributeError: QStackedWidget object has no attribute 
cursorForPosition
+  on doubleclick in the text, reported by an Apple user
+- fix AttributeError: 'ScoreWizard' object has no attribute 
'showInsertDialog'
+  reported by an Apple user
+- fix UnicodeDecodeError in lilypondinfo datadir method 
+
+---

Old:

  frescobaldi-2.0.15.tar.gz

New:

  frescobaldi-2.0.16.tar.gz



Other differences:
--
++ frescobaldi.spec ++
--- /var/tmp/diff_new_pack.U8v1qL/_old  2014-06-18 22:04:55.0 +0200
+++ /var/tmp/diff_new_pack.U8v1qL/_new  2014-06-18 22:04:55.0 +0200
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:  frescobaldi
+Summary:Lilypond editor
 License:   GPL-2.0+
 Group: Productivity/Multimedia/Sound/Editors and Convertors
-Summary:   Lilypond editor
-Version:   2.0.15
+Version:2.0.16
 Release:   0
-URL:   http://www.frescobaldi.org/
+Url:http://www.frescobaldi.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-build
 Source:%{name}-%{version}.tar.gz
 BuildRequires:  hicolor-icon-theme
@@ -52,7 +53,6 @@
 %suse_update_desktop_file %{name} Multimedia AudioVideoEditing
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-
 %files
 %defattr (-,root,root)
 %doc README THANKS COPYING ChangeLog

++ frescobaldi-2.0.15.tar.gz - frescobaldi-2.0.16.tar.gz ++
/work/SRC/openSUSE:Factory/frescobaldi/frescobaldi-2.0.15.tar.gz 
/work/SRC/openSUSE:Factory/.frescobaldi.new/frescobaldi-2.0.16.tar.gz differ: 
char 13, line 1

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