mirror of
https://github.com/lanseyujie/rpmbuild.git
synced 2025-01-23 14:32:17 +08:00
chore: upgrade dingtalk and wechat
dingtalk version: 7.6.25.4112601 wechat version: 4.0.1.7
This commit is contained in:
parent
c251e0a481
commit
d5b4ae392b
@ -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
|
||||
Name: dingtalk
|
||||
Version: 7.6.15.4102301
|
||||
Version: 7.6.25.4112601
|
||||
Release: 1%{?dist}
|
||||
Summary: dingtalk
|
||||
License: Proprietary
|
||||
@ -46,6 +46,10 @@ install -Dm755 %{S:3} -t %{buildroot}%{_bindir}
|
||||
/opt/dingtalk/
|
||||
|
||||
%changelog
|
||||
* Thu Dec 12 2024 nobody <nobody@nobody.com> - 7.6.25.4112601
|
||||
-【功能】新增 Beta 功能:极速模式聊天(需要在 [设置]-[高级] 中开启,如果遇到问题,可以随时关闭极速模式聊天)
|
||||
-【问题】修复若干 bug & 稳定性问题 & 安全性升级
|
||||
|
||||
* Fri Nov 8 2024 nobody <nobody@nobody.com> - 7.6.15.4102301
|
||||
-【功能】组织面板升级
|
||||
-【功能】合并转发支持更多消息种类,可嵌套
|
||||
|
@ -3,8 +3,9 @@
|
||||
%define _build_id_links none
|
||||
%undefine __arch_install_post
|
||||
|
||||
# https://linux.weixin.qq.com
|
||||
Name: wechat
|
||||
Version: 4.0.0.30
|
||||
Version: 4.0.1.7
|
||||
Release: 1%{?dist}
|
||||
Summary: WeChat
|
||||
License: Proprietary
|
||||
@ -30,7 +31,6 @@ rpm2cpio %{S:0} | cpio -idmv --no-absolute-filenames -D %{_builddir}/%{name}-%{v
|
||||
%install
|
||||
install -d %{buildroot}/opt/wechat/
|
||||
cp -r %{_builddir}/%{name}-%{version}/opt/wechat*/* %{buildroot}/opt/wechat/
|
||||
cp -L /usr/lib64/libbz2.so.1 %{buildroot}/opt/wechat/libbz2.so.1.0
|
||||
install -Dm644 %{S:1} -t %{buildroot}%{_datarootdir}/applications/
|
||||
# Icon From: https://github.com/vinceliuice/WhiteSur-icon-theme
|
||||
install -Dm644 %{S:2} -t %{buildroot}%{_datarootdir}/icons/hicolor/scalable/apps/
|
||||
@ -43,6 +43,9 @@ install -Dm755 %{S:3} -t %{buildroot}%{_bindir}
|
||||
/opt/wechat/
|
||||
|
||||
%changelog
|
||||
* Thu Dec 12 2024 nobody <nobody@nobody.com> - 4.0.1.7
|
||||
- new version
|
||||
|
||||
* Fri Nov 8 2024 nobody <nobody@nobody.com> - 4.0.0.30
|
||||
- new version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user