Hello community,

here is the log from the commit of package lilypond for openSUSE:Factory 
checked in at 2013-09-11 12:20:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lilypond (Old)
 and      /work/SRC/openSUSE:Factory/.lilypond.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lilypond"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lilypond/lilypond-doc.changes    2013-08-23 
11:07:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lilypond.new/lilypond-doc.changes       
2013-09-11 12:20:21.000000000 +0200
@@ -1,0 +2,52 @@
+Mon Sep  9 15:48:56 UTC 2013 - [email protected]
+
+- updated to 2.17.26:
+   * Decimal numbers can now be written directly in music, without a
+     hash sign.  Together with the previous change in the way object
+     properties are specified, the code to change the length of stems
+     has changed from this:
+          \override Stem #'length = #5.6
+          e' f' g' a'
+     to this:
+          \override Stem.length = 5.6
+          e' f' g' a'
+
+     One has to write a digit on both sides of the dot - values like
+     `4.' or `-.3' are not allowed.
+
+     Decimal fractions are also not accepted in `\chordmode'.
+
+   * A number of shorthands like `(', `)', `|', `[', `]', `~', `\(',
+     `\)' and others can now freely be redefined like normal commands.
+     An example would be
+
+          "\\{" = (
+          "\\}" = )
+          "(" = \melisma
+          ")" = \melismaEnd
+
+          \new Staff <<
+            \relative c' {
+              c8 \{ d e f \} % slurred
+              g ( a b c ) % no slur, but with melisma
+              c,1 \bar "|."
+             }
+             \addlyrics { Li -- ly -- pond. }
+          >>
+           [image of music]
+   * The articulation shorthand for `\staccatissimo' has been renamed
+     from `-|' to `-!'.
+
+   * Tempo change ranges are now written as `\tempo 4 = 60 - 68' rather
+     than `\tempo 4 = 60 ~ 68'.
+- make-doc-crash.patch upstreamed
+
+-------------------------------------------------------------------
+Tue Aug 13 07:52:45 UTC 2013 - [email protected]
+
+- updated to 2.17.24:
+  * bugfixes
+- make doc do not crash anymore
+  + lilypond-make-doc-crash.patch
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/lilypond/lilypond.changes        2013-08-23 
11:07:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lilypond.new/lilypond.changes   2013-09-11 
12:20:21.000000000 +0200
@@ -1,0 +2,44 @@
+Mon Sep  9 15:46:59 UTC 2013 - [email protected]
+
+- updated to 2.17.26:
+   * Decimal numbers can now be written directly in music, without a
+     hash sign.  Together with the previous change in the way object
+     properties are specified, the code to change the length of stems
+     has changed from this:
+          \override Stem #'length = #5.6
+          e' f' g' a'
+     to this:
+          \override Stem.length = 5.6
+          e' f' g' a'
+
+     One has to write a digit on both sides of the dot - values like
+     `4.' or `-.3' are not allowed.
+
+     Decimal fractions are also not accepted in `\chordmode'.
+
+   * A number of shorthands like `(', `)', `|', `[', `]', `~', `\(',
+     `\)' and others can now freely be redefined like normal commands.
+     An example would be
+
+          "\\{" = (
+          "\\}" = )
+          "(" = \melisma
+          ")" = \melismaEnd
+
+          \new Staff <<
+            \relative c' {
+              c8 \{ d e f \} % slurred
+              g ( a b c ) % no slur, but with melisma
+              c,1 \bar "|."
+             }
+             \addlyrics { Li -- ly -- pond. }
+          >>
+           [image of music]
+   * The articulation shorthand for `\staccatissimo' has been renamed
+     from `-|' to `-!'.
+
+   * Tempo change ranges are now written as `\tempo 4 = 60 - 68' rather
+     than `\tempo 4 = 60 ~ 68'.
+- make-doc-crash.patch upstreamed
+
+-------------------------------------------------------------------

Old:
----
  lilypond-2.17.24.tar.gz
  lilypond-make-doc-crash.patch

New:
----
  lilypond-2.17.26.tar.gz

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

Other differences:
------------------
++++++ lilypond-doc.spec ++++++
--- /var/tmp/diff_new_pack.OFoT8q/_old  2013-09-11 12:20:22.000000000 +0200
+++ /var/tmp/diff_new_pack.OFoT8q/_new  2013-09-11 12:20:22.000000000 +0200
@@ -20,7 +20,7 @@
 
 Name:           lilypond-doc
 %define ver     2.17
-%define plevel  24
+%define plevel  26
 Version:        %{ver}.%{plevel}
 Release:        0
 BuildRequires:  autoconf

++++++ lilypond.spec ++++++
--- /var/tmp/diff_new_pack.OFoT8q/_old  2013-09-11 12:20:22.000000000 +0200
+++ /var/tmp/diff_new_pack.OFoT8q/_new  2013-09-11 12:20:22.000000000 +0200
@@ -21,7 +21,7 @@
 
 Name:           lilypond
 %define ver     2.17
-%define plevel  24
+%define plevel  26
 Version:        %{ver}.%{plevel}
 Release:        0
 Summary:        A typesetting system for music notation
@@ -30,8 +30,6 @@
 
 Url:            http://www.lilypond.org
 Source0:        
http://download.linuxaudio.org/lilypond/sources/v%{ver}/lilypond-%{version}.tar.gz
-# upstream patch, will be in 2.17.25
-Patch0:         lilypond-make-doc-crash.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 Requires:       ghostscript >= 8.15
@@ -118,7 +116,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --without-kpathsea --disable-checking \

++++++ lilypond-2.17.24.tar.gz -> lilypond-2.17.26.tar.gz ++++++
/work/SRC/openSUSE:Factory/lilypond/lilypond-2.17.24.tar.gz 
/work/SRC/openSUSE:Factory/.lilypond.new/lilypond-2.17.26.tar.gz differ: char 
5, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to