diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh deleted file mode 100644 index 64a5becbaecd7b85c89b7a7916b079dba94bf778..0000000000000000000000000000000000000000 --- a/make-git-snapshot.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -proto=$1 -branch=$2 - -if [ -z "$proto" ]; then - echo "Usage: $0 []" - exit 1 -fi - -dirname=$proto-$( date +%Y%m%d ) - -rm -rf $dirname -git clone git://git.freedesktop.org/git/xorg/proto/$proto $dirname -cd $dirname -if [ -z "$branch" ]; then - git log | head -1 -else - git checkout $branch -fi -sha=`git rev-list --max-count=1 --abbrev-commit HEAD` -git repack -a -d -cd .. - -# append sha to dirname -mv $dirname $dirname-git$sha -dirname=$dirname-git$sha -tarball=$dirname.tar.bz2 -tar jcf $tarball $dirname -rm -rf $dirname -echo "$tarball is now available" diff --git a/xorg-x11-proto-devel.spec b/xorg-x11-proto-devel.spec index c86a2079456c73fee9bcbb08a12057811468fad9..146928dd5a9d8bdba50af1e258f85a1d92a518da 100644 --- a/xorg-x11-proto-devel.spec +++ b/xorg-x11-proto-devel.spec @@ -1,11 +1,10 @@ Name: xorg-x11-proto-devel -Version: 2023.2 +Version: 2024.1 Release: 1 -License: MIT +License: BSD-2-Clause AND HPND AND HPND-sell-variant AND ICU AND MIT AND MIT-open-group AND SGI-B-2.0 AND SMLNJ AND X11 AND X11-distribute-modifications-variant Summary: X.Org X11 Protocol headers URL: https://www.x.org Source0: https://www.x.org/pub/individual/proto/xorgproto-%{version}.tar.xz -Source1: make-git-snapshot.sh BuildRequires: gcc pkgconfig meson >= 0.56.0 @@ -28,10 +27,13 @@ X.Org X11 Protocol headers %license COPYING-* %doc *.txt %{_includedir}/* -%{_datadir}/* +%{_datadir}/pkgconfig/*.pc %{_docdir}/* %changelog +* Mon Aug 12 2024 Funda Wang - 2024.1-1 +- update to 2024.1 + * Sun Aug 20 2023 Funda Wang - 2023.2-1 - update to 2023.2 diff --git a/xorgproto-2023.2.tar.xz b/xorgproto-2023.2.tar.xz deleted file mode 100644 index 16a32514ddd1f9009608acbc052f63c410e31838..0000000000000000000000000000000000000000 Binary files a/xorgproto-2023.2.tar.xz and /dev/null differ diff --git a/xorgproto-2024.1.tar.xz b/xorgproto-2024.1.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..7cf46c367443933fd5d2585bcbbcb0c4a1adde71 Binary files /dev/null and b/xorgproto-2024.1.tar.xz differ