chore: upgrade dingtalk and wechat

This commit is contained in:
wildlife 2024-11-08 15:19:36 +08:00
parent ef7ed8dc30
commit c251e0a481
3 changed files with 17 additions and 6 deletions

1
SOURCES/.gitignore vendored
View File

@ -1 +1,2 @@
*.deb *.deb
*.rpm

View File

@ -5,7 +5,7 @@
# https://dtapp-pub.dingtalk.com/dingtalk-desktop/xc_dingtalk_update/linux_deb/Update/other/amd64/linux_dingtalk_update_package_gray.json # https://dtapp-pub.dingtalk.com/dingtalk-desktop/xc_dingtalk_update/linux_deb/Update/other/amd64/linux_dingtalk_update_package_gray.json
Name: dingtalk Name: dingtalk
Version: 7.5.20.40605 Version: 7.6.15.4102301
Release: 1%{?dist} Release: 1%{?dist}
Summary: dingtalk Summary: dingtalk
License: Proprietary License: Proprietary
@ -28,7 +28,7 @@ Requires: libstdc++.so.6()(64bit)
dpkg -X %{S:0} %{_builddir}/%{name}-%{version} dpkg -X %{S:0} %{_builddir}/%{name}-%{version}
%build %build
rm -rf %{_builddir}/%{name}-%{version}/opt/apps/com.alibabainc.dingtalk/files/*Release*/{libm.so*,libstdc++.so*} rm -rf %{_builddir}/%{name}-%{version}/opt/apps/com.alibabainc.dingtalk/files/*Release*/{libm.so*,libstdc++.so*,libharfbuzz.so*,libGLX.so*,libGLdispatch.so*}
%install %install
install -d %{buildroot}/opt/dingtalk install -d %{buildroot}/opt/dingtalk
@ -46,6 +46,13 @@ install -Dm755 %{S:3} -t %{buildroot}%{_bindir}
/opt/dingtalk/ /opt/dingtalk/
%changelog %changelog
* Fri Nov 8 2024 nobody <nobody@nobody.com> - 7.6.15.4102301
-【功能】组织面板升级
-【功能】合并转发支持更多消息种类,可嵌套
-【功能】支持存储空间管理
-【问题】支持主窗口拖出屏幕
-【问题】修复若干 bug & 稳定性问题
* Thu Jun 13 2024 nobody <nobody@nobody.com> - 7.5.20.40605 * Thu Jun 13 2024 nobody <nobody@nobody.com> - 7.5.20.40605
-【功能】左侧导航栏功能入口开放 -【功能】左侧导航栏功能入口开放
-【兼容性】剪切板卡顿问题修复 -【兼容性】剪切板卡顿问题修复

View File

@ -4,18 +4,18 @@
%undefine __arch_install_post %undefine __arch_install_post
Name: wechat Name: wechat
Version: 4.0.0.21 Version: 4.0.0.30
Release: 1%{?dist} Release: 1%{?dist}
Summary: WeChat Summary: WeChat
License: Proprietary License: Proprietary
URL: https://weixin.qq.com URL: https://weixin.qq.com
Source0: https://archive2.kylinos.cn/DEB/KYLIN_DEB/pool/main/deb/wechat/wechat-beta_%{version}_amd64.deb Source0: https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_x86_64.rpm
Source1: wechat.desktop Source1: wechat.desktop
Source2: wechat.svg Source2: wechat.svg
Source3: wechat Source3: wechat
AutoReqProv: no AutoReqProv: no
BuildRequires: dpkg BuildRequires: rpm, cpio
Requires: libbz2.so.1()(64bit) Requires: libbz2.so.1()(64bit)
%description %description
@ -23,7 +23,7 @@ WeChat from Tencent
%prep %prep
%setup -T -c %{name}-%{version} %setup -T -c %{name}-%{version}
dpkg -X %{S:0} %{_builddir}/%{name}-%{version} rpm2cpio %{S:0} | cpio -idmv --no-absolute-filenames -D %{_builddir}/%{name}-%{version}
%build %build
@ -43,6 +43,9 @@ install -Dm755 %{S:3} -t %{buildroot}%{_bindir}
/opt/wechat/ /opt/wechat/
%changelog %changelog
* Fri Nov 8 2024 nobody <nobody@nobody.com> - 4.0.0.30
- new version
* Mon Nov 4 2024 nobody <nobody@nobody.com> - 4.0.0.21 * Mon Nov 4 2024 nobody <nobody@nobody.com> - 4.0.0.21
- new version - new version