Page MenuHomeSolus

D6730.id.diff
No OneTemporary

D6730.id.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -2,11 +2,9 @@
libX11-xcb.so.1
libX11.so.6
libXcomposite.so.1
-libXcursor.so.1
libXdamage.so.1
libXext.so.6
libXfixes.so.3
-libXi.so.6
libXrender.so.1
libXt.so.6
libatk-1.0.so.0
@@ -27,7 +25,6 @@
libgio-2.0.so.0
libglib-2.0.so.0
libgobject-2.0.so.0
-libgthread-2.0.so.0
libgtk-3.so.0
libgtk-x11-2.0.so.0
libhunspell-1.7.so.0
@@ -37,15 +34,12 @@
libnss3.so
libnssutil3.so
libpango-1.0.so.0
-libpangocairo-1.0.so.0
-libpangoft2-1.0.so.0
libpixman-1.so.0
libplc4.so
libplds4.so
libpthread.so.0
librt.so.1
libsmime3.so
-libsoftokn3.so
libssl3.so
libstartup-notification-1.so.0
libstdc++.so.6
diff --git a/files/rust-1.33.patch b/files/rust-1.33.patch
--- a/files/rust-1.33.patch
+++ b/files/rust-1.33.patch
@@ -1,22 +1,30 @@
-diff -up thunderbird-60.7.0/servo/components/style/gecko/regen_atoms.py.rust-1.33-build thunderbird-60.7.0/servo/components/style/gecko/regen_atoms.py
---- thunderbird-60.7.0/servo/components/style/gecko/regen_atoms.py.rust-1.33-build 2019-05-17 14:05:38.000000000 +0200
-+++ thunderbird-60.7.0/servo/components/style/gecko/regen_atoms.py 2019-05-20 15:01:06.284881858 +0200
-@@ -202,6 +202,7 @@ RULE_TEMPLATE = ('("{atom}") =>\n '
- ' }}}};')
+diff -up thunderbird-60.8.0/servo/components/style_traits/values.rs.rust-1.33-build thunderbird-60.8.0/servo/components/style_traits/values.rs
+--- thunderbird-60.8.0/servo/components/style_traits/values.rs.rust-1.33-build 2019-07-03 17:25:28.000000000 +0200
++++ thunderbird-60.8.0/servo/components/style_traits/values.rs 2019-07-11 13:38:53.687318154 +0200
+@@ -135,6 +135,7 @@ where
+ }
+ }
- MACRO = '''
-+/// Returns a static atom by passing the literal string it represents.
++/// Some comment
#[macro_export]
- macro_rules! atom {{
- {}
-diff -up thunderbird-60.7.0/servo/components/style/properties/properties.mako.rs.rust-1.33-build thunderbird-60.7.0/servo/components/style/properties/properties.mako.rs
---- thunderbird-60.7.0/servo/components/style/properties/properties.mako.rs.rust-1.33-build 2019-05-17 14:05:38.000000000 +0200
-+++ thunderbird-60.7.0/servo/components/style/properties/properties.mako.rs 2019-05-20 15:01:06.286881852 +0200
+ macro_rules! serialize_function {
+ ($dest: expr, $name: ident($( $arg: expr, )+)) => {
+@@ -404,6 +405,7 @@ impl_to_css_for_predefined_type!(::csspa
+ impl_to_css_for_predefined_type!(::cssparser::Color);
+ impl_to_css_for_predefined_type!(::cssparser::UnicodeRange);
+
++/// Some comment
+ #[macro_export]
+ macro_rules! define_css_keyword_enum {
+ (pub enum $name:ident { $($variant:ident = $css:expr,)+ }) => {
+diff -up thunderbird-60.8.0/servo/components/style/properties/properties.mako.rs.old thunderbird-60.8.0/servo/components/style/properties/properties.mako.rs
+--- thunderbird-60.8.0/servo/components/style/properties/properties.mako.rs.old 2019-07-11 14:22:51.393784701 +0200
++++ thunderbird-60.8.0/servo/components/style/properties/properties.mako.rs 2019-07-11 14:24:03.182578100 +0200
@@ -55,6 +55,7 @@ use style_adjuster::StyleAdjuster;
pub use self::declaration_block::*;
-+/// Generated
++/// Neco
#[cfg(feature = "gecko")]
#[macro_export]
macro_rules! property_name {
@@ -25,7 +33,7 @@
}
-// NOTE(emilio): Callers are responsible to deal with prefs.
-+/// Callers are responsible to deal with prefs.
++/// NOTE(emilio): Callers are responsible to deal with prefs.
#[macro_export]
macro_rules! css_properties_accessors {
($macro_name: ident) => {
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,15 +1,15 @@
name : thunderbird
-version : 60.7.2
-release : 74
+version : 60.8.0
+release : 75
source :
- - https://ftp.mozilla.org/pub/thunderbird/releases/60.7.2/source/thunderbird-60.7.2.source.tar.xz : fc89a5f66b17d554fc0b9c153483edcc74b1bacc916dfd6dccead8478060af31
- - https://getsol.us/sources/mozilla/thunderbird-60.7.2-langpacks.tar.xz : 3a9bf920d3e48e41656dd75bc101a7a186759793552a935d8f4d40b6810555f4
+ - https://ftp.mozilla.org/pub/thunderbird/releases/60.8.0/source/thunderbird-60.8.0.source.tar.xz : 1e7a13e64b63476d2235aaac6823fdab949af45cfcd5a25ee710cbae08c2f5d1
+ - https://getsol.us/sources/mozilla/thunderbird-60.8.0-langpacks.tar.xz : 8ca4a716de337ae207fad7c3cd74246815a144cdb16b8a3ee4d445f76a70b831
license :
- GPL-2.0-or-later
- LGPL-2.1-or-later
- MPL-2.0
component : network.mail
-clang : no
+clang : yes
networking : yes
summary : Thunderbird Email Client
description: |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>thunderbird</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<License>LGPL-2.1-or-later</License>
@@ -192,12 +192,12 @@
</Files>
</Package>
<History>
- <Update release="74">
- <Date>2019-06-21</Date>
- <Version>60.7.2</Version>
+ <Update release="75">
+ <Date>2019-07-11</Date>
+ <Version>60.8.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Apr 24 2023, 11:16 PM (15 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5792253
Default Alt Text
D6730.id.diff (5 KB)

Event Timeline