Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package transset for openSUSE:Factory checked in at 2022-12-05 18:01:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/transset (Old) and /work/SRC/openSUSE:Factory/.transset.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "transset" Mon Dec 5 18:01:13 2022 rev:18 rq:1040093 version:1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/transset/transset.changes 2018-01-17 21:59:53.362775643 +0100 +++ /work/SRC/openSUSE:Factory/.transset.new.1835/transset.changes 2022-12-05 18:01:17.880613228 +0100 @@ -1,0 +2,7 @@ +Sun Dec 4 21:27:16 UTC 2022 - Stefan Dirsch <[email protected]> + +- Update to version 1.0.3 +- supersedes transset-20040120.diff, transset-df-5.diff +- specfile cleanup + +------------------------------------------------------------------- Old: ---- transset-20040120.diff transset-20040120.tar.bz2 transset-df-5.diff New: ---- transset-1.0.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ transset.spec ++++++ --- /var/tmp/diff_new_pack.J2ijsE/_old 2022-12-05 18:01:18.352615798 +0100 +++ /var/tmp/diff_new_pack.J2ijsE/_new 2022-12-05 18:01:18.360615842 +0100 @@ -1,7 +1,7 @@ # # spec file for package transset # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,15 +22,13 @@ BuildRequires: pkgconfig(xdamage) BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xrender) -Url: http://www.kde.me.uk/index.php?page=x-6.8-xcomposite-howto -Version: 20040120 +URL: https://gitlab.freedesktop.org/xorg/app/transset +Version: 1.0.3 Release: 0 Summary: Simple program to make windows transparent License: MIT Group: System/X11/Utilities -Source: transset-%{version}.tar.bz2 -Patch: transset-%{version}.diff -Patch2: transset-df-5.diff +Source: transset-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -38,28 +36,23 @@ windows transparent. %prep -%setup -n transset -%patch -%patch2 +%setup -n %{name}-%{version} %build -make CFLAGS="$RPM_OPT_FLAGS" +%configure +%make_build %install -mkdir -p $RPM_BUILD_ROOT/usr/bin -install -m 755 transset $RPM_BUILD_ROOT/usr/bin -cat >> README.SUSE <<EOF -Details: - http://gentoo-wiki.com/TIP_Xorg_X11_and_Tranparency - http://www.kde.me.uk/index.php?page=x-6.8-xcomposite-howto -EOF +%make_install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc README.SUSE README ChangeLog -/usr/bin/transset +%license COPYING +%doc README.md ChangeLog +%{_bindir}/transset +%{_mandir}/man1/transset.1%{?ext_man} %changelog
