Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: libdmx version to 1.1.5 #11142

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/libdmx/libdmx.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libdmx-1.1.4.tar.bz2": "253f90005d134fa7a209fbcbc5a3024335367c930adf0f3203e754cf32747243"
"libdmx-1.1.5.tar.xz": "35a4e26a8b0b2b4fe36441dca463645c3fa52d282ac3520501a38ea942cbf74f"
}
}
}
16 changes: 10 additions & 6 deletions SPECS-EXTENDED/libdmx/libdmx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ Distribution: Azure Linux

Summary: X.Org X11 DMX runtime library
Name: libdmx
Version: 1.1.4
Release: 8%{?dist}
Version: 1.1.5
Release: 1%{?dist}
License: MIT
URL: http://www.x.org
URL: https://www.x.org

%if 0%{?gitdate}
Source0: %{tarball}-%{gitdate}.tar.bz2
Source0: %{tarball}-%{gitdate}.tar.xz
Source1: make-git-snapshot.sh
Source2: commitid
%else
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz
%endif

Requires: libX11 >= 1.6.0
Expand All @@ -37,7 +37,7 @@ Requires: %{name} = %{version}-%{release}
The X.Org X11 DMX (Distributed Multihead X) development files.

%prep
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
%autosetup -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}

%build
autoreconf -v --install --force
Expand Down Expand Up @@ -67,6 +67,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_includedir}/X11/extensions/dmxext.h

%changelog
* Tue Nov 19 2024 Jyoti Kanase <[email protected]> - 1.1.5-1
- Update to 1.1.5
- License verified

* Thu Oct 14 2021 Pawel Winogrodzki <[email protected]> - 1.1.4-8
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
- Converting the 'Release' tag to the '[number].[distribution]' format.
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9051,8 +9051,8 @@
"type": "other",
"other": {
"name": "libdmx",
"version": "1.1.4",
"downloadUrl": "https://xorg.freedesktop.org/archive/individual/lib/libdmx-1.1.4.tar.bz2"
"version": "1.1.5",
"downloadUrl": "https://xorg.freedesktop.org/archive/individual/lib/libdmx-1.1.5.tar.xz"
}
}
},
Expand Down