diff --git a/disomaster.spec b/disomaster.spec index 161200d..65edc98 100644 --- a/disomaster.spec +++ b/disomaster.spec @@ -1,10 +1,10 @@ Name: disomaster -Version: 5.0.1 -Release: 1 +Version: 5.0.7 +Release: 3.01 Summary: Library to manipulate DISC burning License: GPLv3+ URL: https://github.com/linuxdeepin/%{name} -Source0: %{url}/archive/%{version}/%{name}_%{version}.orig.tar.xz +Source0: %{name}_%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: pkgconfig(Qt5Core) BuildRequires: libisoburn-devel @@ -46,5 +46,9 @@ export PATH=%{_qt5_bindir}:$PATH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Nov 13 2023 hanshuang - 5.0.7-3.01 +- fix: fix dde-file-manager compile problem 5.0.7-3.01 + * Fri Aug 7 2020 weidong - 5.0.1-1 - Initial release for OpenEuler + diff --git a/disomaster.yaml b/disomaster.yaml deleted file mode 100644 index 96587a7..0000000 --- a/disomaster.yaml +++ /dev/null @@ -1,5 +0,0 @@ -version_control: github -src_repo: linuxdeepin/disomaster -tag_prefix: "" -seperator: "." - diff --git a/disomaster_5.0.1.orig.tar.xz b/disomaster_5.0.1.orig.tar.xz deleted file mode 100644 index 6ec880f..0000000 Binary files a/disomaster_5.0.1.orig.tar.xz and /dev/null differ diff --git a/disomaster_5.0.7.tar.gz b/disomaster_5.0.7.tar.gz new file mode 100644 index 0000000..79151e2 Binary files /dev/null and b/disomaster_5.0.7.tar.gz differ