commit libxkbfile for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libxkbfile for openSUSE:Factory checked in at 2023-01-01 09:38:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxkbfile (Old) and /work/SRC/openSUSE:Factory/.libxkbfile.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libxkbfile" Sun Jan 1 09:38:24 2023 rev:13 rq:1045919 version:1.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libxkbfile/libxkbfile.changes 2022-10-19 13:17:17.353173880 +0200 +++ /work/SRC/openSUSE:Factory/.libxkbfile.new.1563/libxkbfile.changes 2023-01-01 09:38:27.826648958 +0100 @@ -1,0 +2,7 @@ +Thu Dec 8 20:55:13 UTC 2022 - Dirk M��ller <dmueller@suse.com> + +- update to 1.1.2: + * configure: Use AC_SYS_LARGEFILE to enable large file support +- modernize spec file, install license to licensedir + +------------------------------------------------------------------- Old: ---- libxkbfile-1.1.1.tar.xz New: ---- libxkbfile-1.1.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxkbfile.spec ++++++ --- /var/tmp/diff_new_pack.jIrHNY/_old 2023-01-01 09:38:28.246651254 +0100 +++ /var/tmp/diff_new_pack.jIrHNY/_new 2023-01-01 09:38:28.254651298 +0100 @@ -16,21 +16,18 @@ # -Name: libxkbfile %define lname libxkbfile1 -Version: 1.1.1 +Name: libxkbfile +Version: 1.1.2 Release: 0 Summary: X11 keyboard file manipulation library License: MIT Group: Development/Libraries/C and C++ -URL: http://xorg.freedesktop.org/ - +URL: https://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libxkbfile #Git-Web: http://cgit.freedesktop.org/xorg/lib/libxkbfile/ Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build - BuildRequires: autoconf >= 2.60 BuildRequires: automake BuildRequires: libtool @@ -43,56 +40,54 @@ libxkbfile is used by the X servers and utilities to parse the XKB configuration data files. -%package -n %lname +%package -n %{lname} Summary: X11 keyboard file manipulation library # O/P added for 12.2 Group: System/Libraries -Provides: xorg-x11-libxkbfile = 7.6_%version-%release -Obsoletes: xorg-x11-libxkbfile < 7.6_%version-%release Requires: xkeyboard-config +Provides: xorg-x11-libxkbfile = 7.6_%{version}-%{release} +Obsoletes: xorg-x11-libxkbfile < 7.6_%{version}-%{release} -%description -n %lname +%description -n %{lname} libxkbfile is used by the X servers and utilities to parse the XKB configuration data files. %package devel Summary: Development files for the X11 keyboard file manipulation library Group: Development/Libraries/C and C++ -Requires: %lname = %version +Requires: %{lname} = %{version} # O/P added for 12.2 -Provides: xorg-x11-libxkbfile-devel = 7.6_%version-%release -Obsoletes: xorg-x11-libxkbfile-devel < 7.6_%version-%release +Provides: xorg-x11-libxkbfile-devel = 7.6_%{version}-%{release} +Obsoletes: xorg-x11-libxkbfile-devel < 7.6_%{version}-%{release} %description devel libxkbfile is used by the X servers and utilities to parse the XKB configuration data files. This package contains the development headers for the library found -in %lname. +in %{lname}. %prep %setup -q %build %configure --disable-static -make %{?_smp_mflags} +%make_build %install -make install DESTDIR="%buildroot" -rm -f "%buildroot/%_libdir"/*.la - -%post -n %lname -p /sbin/ldconfig +%make_install +find %{buildroot} -type f -name "*.la" -delete -print -%postun -n %lname -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig -%files -n %lname -%defattr(-,root,root) -%_libdir/libxkbfile.so.1* +%files -n %{lname} +%license COPYING +%{_libdir}/libxkbfile.so.1* %files devel -%defattr(-,root,root) -%_includedir/X11/* -%_libdir/libxkbfile.so -%_libdir/pkgconfig/xkbfile.pc +%{_includedir}/X11/* +%{_libdir}/libxkbfile.so +%{_libdir}/pkgconfig/xkbfile.pc %changelog ++++++ libxkbfile-1.1.1.tar.xz -> libxkbfile-1.1.2.tar.xz ++++++ ++++ 7679 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libxkbfile-1.1.1/ChangeLog new/libxkbfile-1.1.2/ChangeLog --- old/libxkbfile-1.1.1/ChangeLog 2022-10-18 04:04:17.000000000 +0200 +++ new/libxkbfile-1.1.2/ChangeLog 2022-12-08 17:07:36.000000000 +0100 @@ -1,3 +1,19 @@ +commit 3c0bca45d61982295ae0051fb874d57dc3d6f327 +Author: Matt Turner <mattst88@gmail.com> +Date: Thu Dec 8 10:39:07 2022 -0500 + + libxkbfile 1.1.2 + + Signed-off-by: Matt Turner <mattst88@gmail.com> + +commit b7c76402831a91a4f0867c03e2f403c9c4c7dca1 +Author: Matt Turner <mattst88@gmail.com> +Date: Tue Nov 29 12:07:53 2022 -0500 + + configure: Use AC_SYS_LARGEFILE to enable large file support + + Signed-off-by: Matt Turner <mattst88@gmail.com> + commit f855ea9cf3aecc74c3b07da924ff2e36944e4be1 Author: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Mon Oct 17 19:00:30 2022 -0700 @@ -242,7 +258,7 @@ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> commit 9fa04388dcbb5bf205319569f540a62c03754688 -Author: J��rg Sonnenberger <joerg@NetBSD.org> +Author: J��rg Sonnenberger <joerg@NetBSD.org> Date: Wed Nov 26 14:33:38 2014 +0100 Remove unnecessary check. @@ -877,20 +893,20 @@ Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems commit e5ddd6b3020045b7d8426618fd2515bc02ca045d -Author: S��ren Sandmann Pedersen <sandmann@daimi.au.dk> +Author: S��ren Sandmann Pedersen <sandmann@daimi.au.dk> Date: Mon Jun 13 22:54:28 2005 +0000 Makefile.am: Add $(top_srcdir)/include to INCLUDES commit 019fc282d476d3dd8f79e0472d3868f6a0785a56 -Author: S��ren Sandmann Pedersen <sandmann@daimi.au.dk> +Author: S��ren Sandmann Pedersen <sandmann@daimi.au.dk> Date: Mon Jun 13 21:51:46 2005 +0000 Add xkbfile to symlink.sh, conditionally include "config.h" in xc/lib/xkbfile commit 43a2d4898c64c11101b500ab12466570d747ce5f -Author: S��ren Sandmann Pedersen <sandmann@daimi.au.dk> +Author: S��ren Sandmann Pedersen <sandmann@daimi.au.dk> Date: Mon Jun 13 21:49:05 2005 +0000 - Add xkbfile build system diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libxkbfile-1.1.1/config.h.in new/libxkbfile-1.1.2/config.h.in --- old/libxkbfile-1.1.1/config.h.in 2022-10-18 04:04:10.000000000 +0200 +++ new/libxkbfile-1.1.2/config.h.in 2022-12-08 17:07:33.000000000 +0100 @@ -79,3 +79,9 @@ /* Version number of package */ #undef VERSION + +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libxkbfile-1.1.1/configure.ac new/libxkbfile-1.1.2/configure.ac --- old/libxkbfile-1.1.1/configure.ac 2022-10-18 04:04:04.000000000 +0200 +++ new/libxkbfile-1.1.2/configure.ac 2022-12-08 17:07:30.000000000 +0100 @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libxkbfile], [1.1.1], +AC_INIT([libxkbfile], [1.1.2], [https://gitlab.freedesktop.org/xorg/lib/libxkbfile/-/issues], [libxkbfile]) AC_CONFIG_SRCDIR([Makefile.am]) @@ -48,6 +48,9 @@ # Obtain compiler/linker options for dependencies PKG_CHECK_MODULES(XKBFILE, x11 kbproto) +# Checks for typedefs, structures, and compiler characteristics. +AC_SYS_LARGEFILE + AC_CONFIG_FILES([Makefile src/Makefile xkbfile.pc])
participants (1)
-
Source-Sync