diff --git a/libxcvt-0.1.1.tar.xz b/libxcvt-0.1.1.tar.xz deleted file mode 100644 index 645f553..0000000 Binary files a/libxcvt-0.1.1.tar.xz and /dev/null differ diff --git a/libxcvt-0.1.2.tar.xz b/libxcvt-0.1.2.tar.xz new file mode 100644 index 0000000..ad1641e Binary files /dev/null and b/libxcvt-0.1.2.tar.xz differ diff --git a/libxcvt.spec b/libxcvt.spec index fa6c950..5f901cf 100644 --- a/libxcvt.spec +++ b/libxcvt.spec @@ -1,8 +1,8 @@ %global enable_cvt 0 Name: libxcvt -Version: 0.1.1 -Release: 2 +Version: 0.1.2 +Release: 1 Summary: VESA CVT standard timing modelines generator License: MIT URL: https://gitlab.freedesktop.org/xorg/lib/libxcvt/ @@ -23,7 +23,6 @@ Requires: pkgconfig The %{name}-devel package contains libraries and header files for developing applications that use %{name}. -%if %{enable_cvt} %package -n cvt Summary: Command line tool to calculate VESA CVT mode lines Conflicts: xorg-x11-server-Xorg < 1.21 @@ -32,16 +31,11 @@ Conflicts: xorg-x11-server-Xorg < 1.21 A standalone version of the command line tool cvt copied from the Xorg implementation and is meant to be a direct replacement to the version provided by the Xorg server. -%endif %prep %autosetup -n %{name}-%{version} %build -%if !%{enable_cvt} -sed -i "/subdir('cvt')/d" meson.build -%endif - %meson %meson_build @@ -58,15 +52,14 @@ sed -i "/subdir('cvt')/d" meson.build %{_includedir}/libxcvt/*.h %{_libdir}/libxcvt.so -%if %{enable_cvt} %files -n cvt %{_bindir}/cvt %{_mandir}/man1/cvt.1* -%else -%exclude %{_mandir}/man1/cvt.1* -%endif %changelog +* Fri Nov 17 2023 lwg - 0.1.2-1 +- update to version 0.1.2 + * Wed Jul 27 2022 lin zhang - 0.1.1-2 - remove cvt subpackage - fix issue #I5J3LC diff --git a/libxcvt.yaml b/libxcvt.yaml index a7c725c..fd75805 100644 --- a/libxcvt.yaml +++ b/libxcvt.yaml @@ -1,4 +1,4 @@ version_control: git src_repo: https://xorg.freedesktop.org/archive/individual/lib/ tag_prefix: ^v -seperator: _ +separator: _