Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2017-12-12 21:20:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old)
 and      /work/SRC/openSUSE:Factory/.MozillaThunderbird.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MozillaThunderbird"

Tue Dec 12 21:20:43 2017 rev:186 rq:555851 version:52.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes    
2017-11-30 12:42:00.173310226 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
    2017-12-12 21:20:47.560732854 +0100
@@ -1,0 +2,12 @@
+Fri Dec  8 15:53:30 UTC 2017 - dims...@opensuse.org
+
+- Explicitly buildrequires python2-xml: The build system relies on
+  it. We wrongly relied on other packages pulling it in for us.
+
+-------------------------------------------------------------------
+Thu Dec  7 11:13:41 UTC 2017 - dims...@opensuse.org
+
+- Escape the usage of %{VERSION} when calling out to rpm.
+  RPM 4.14 has %{VERSION} defined as 'the main packages version'.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.NOAE8m/_old  2017-12-12 21:20:54.956375835 +0100
+++ /var/tmp/diff_new_pack.NOAE8m/_new  2017-12-12 21:20:54.960375641 +0100
@@ -44,6 +44,7 @@
 BuildRequires:  mozilla-nspr-devel >= 4.13.1
 BuildRequires:  mozilla-nss-devel >= 3.28.6
 BuildRequires:  python
+BuildRequires:  python2-xml
 BuildRequires:  startup-notification-devel
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
@@ -128,8 +129,8 @@
 %define __find_requires sh %{SOURCE7}
 %global provfind sh -c "grep -v '.so' | %__find_provides"
 %global __find_provides %provfind
-Requires:       mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}' 
mozilla-nspr)
-Requires:       mozilla-nss >= %(rpm -q --queryformat '%{VERSION}' mozilla-nss)
+Requires:       mozilla-nspr >= %(rpm -q --queryformat '%%{VERSION}' 
mozilla-nspr)
+Requires:       mozilla-nss >= %(rpm -q --queryformat '%%{VERSION}' 
mozilla-nss)
 Conflicts:      thunderbird-esr
 %define progname thunderbird
 %define progdir %{_prefix}/%_lib/thunderbird
@@ -171,8 +172,8 @@
 %package devel
 Summary:        Mozilla Thunderbird SDK
 Group:          Development/Libraries/Other
-Requires:       mozilla-nspr-devel >= %(rpm -q --queryformat '%{VERSION}' 
mozilla-nspr-devel)
-PreReq:         mozilla-nss-devel >= %(rpm -q --queryformat '%{VERSION}' 
mozilla-nss-devel)
+Requires:       mozilla-nspr-devel >= %(rpm -q --queryformat '%%{VERSION}' 
mozilla-nspr-devel)
+PreReq:         mozilla-nss-devel >= %(rpm -q --queryformat '%%{VERSION}' 
mozilla-nss-devel)
 PreReq:         %{name} = %{mainversion}
 
 %description devel


Reply via email to