Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2019-04-02 09:19:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old)
 and      /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MozillaThunderbird"

Tue Apr  2 09:19:54 2019 rev:209 rq:690073 version:60.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes    
2019-03-28 22:46:15.983078789 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new.25356/MozillaThunderbird.changes
 2019-04-02 09:20:02.560584397 +0200
@@ -1,0 +2,6 @@
+Sat Mar 30 11:36:41 UTC 2019 - Manfred Hollstein <manfre...@gmx.net>
+
+- Add patch to fix build using rust-1.33: (boo#1130694)
+  * mozilla-bmo1519629.patch (bmo#1519629)
+
+-------------------------------------------------------------------

New:
----
  mozilla-bmo1519629.patch

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

Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.bMWFhM/_old  2019-04-02 09:20:07.104588654 +0200
+++ /var/tmp/diff_new_pack.bMWFhM/_new  2019-04-02 09:20:07.108588658 +0200
@@ -122,6 +122,7 @@
 Patch9:         mozilla-i586-DecoderDoctorLogger.patch
 Patch10:        mozilla-i586-domPrefs.patch
 Patch11:        mozilla-bmo1463035.patch
+Patch12:        mozilla-bmo1519629.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         coreutils fileutils textutils /bin/sh
 Recommends:     libcanberra0
@@ -205,6 +206,7 @@
 %patch10 -p1
 %endif
 %patch11 -p1
+%patch12 -p1
 
 %build
 # no need to add build time to binaries

++++++ mozilla-bmo1519629.patch ++++++
diff -rup thunderbird-60.6.1.orig/servo/components/style/lib.rs 
thunderbird-60.6.1/servo/components/style/lib.rs
--- thunderbird-60.6.1.orig/servo/components/style/lib.rs       2019-03-25 
02:38:41.000000000 +0100
+++ thunderbird-60.6.1/servo/components/style/lib.rs    2019-03-30 
14:46:10.491001809 +0100
@@ -23,7 +23,7 @@
 //! [cssparser]: ../cssparser/index.html
 //! [selectors]: ../selectors/index.html
 
-#![deny(missing_docs)]
+/// #![deny(missing_docs)]
 
 extern crate app_units;
 extern crate arrayvec;
diff -rup thunderbird-60.6.1.orig/servo/components/style_traits/values.rs 
thunderbird-60.6.1/servo/components/style_traits/values.rs
--- thunderbird-60.6.1.orig/servo/components/style_traits/values.rs     
2019-03-25 02:38:43.000000000 +0100
+++ thunderbird-60.6.1/servo/components/style_traits/values.rs  2019-03-30 
12:31:55.070634646 +0100
@@ -135,6 +135,7 @@ where
     }
 }
 
+/// Documentation needed here, but the macro appears to be unused anyway...
 #[macro_export]
 macro_rules! serialize_function {
     ($dest: expr, $name: ident($( $arg: expr, )+)) => {
@@ -404,6 +405,8 @@ impl_to_css_for_predefined_type!(::csspa
 impl_to_css_for_predefined_type!(::cssparser::Color);
 impl_to_css_for_predefined_type!(::cssparser::UnicodeRange);
 
+
+/// Define an enum type with unit variants that each correspond to a CSS 
keyword.
 #[macro_export]
 macro_rules! define_css_keyword_enum {
     (pub enum $name:ident { $($variant:ident = $css:expr,)+ }) => {


Reply via email to