2 Commits

Author SHA256 Message Date
096103cfe9 Accepting request 1284497 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1284497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/transset?expand=0&rev=19
2025-06-11 14:23:29 +00:00
b0830b2b30 Accepting request 1284495 from home:sndirsch:branches:X11:Utilities
- Update to version 1.0.4
  * Remove "All rights reserved" from Oracle copyright notices
  * Select correct client window in WM’s using virtual roots (#1)
  * Mark some pointers const as suggested by cppcheck

OBS-URL: https://build.opensuse.org/request/show/1284495
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/transset?expand=0&rev=11
2025-06-10 14:15:31 +00:00
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fe38f30dddd0dd88b5f05f121e5c6632315915468cd6a49d65fc0b17aa3e6fe
size 121592

3
transset-1.0.4.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a77250b8a71794a5e289d3f214875e37e46c7bcdb6d137ab7ed65dd1b9de85b9
size 12879

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 10 13:59:44 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.0.4
* Remove "All rights reserved" from Oracle copyright notices
* Select correct client window in WMs using virtual roots (#1)
* Mark some pointers const as suggested by cppcheck
-------------------------------------------------------------------
Sun Dec 4 21:27:16 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package transset
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,21 @@
Name: transset
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: pkgconfig
BuildRequires: pkgconfig(xcomposite)
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xrender)
URL: https://gitlab.freedesktop.org/xorg/app/transset
Version: 1.0.3
Version: 1.0.4
Release: 0
Summary: Simple program to make windows transparent
License: MIT
Group: System/X11/Utilities
Source: transset-%{version}.tar.xz
Source: transset-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -39,6 +42,7 @@ windows transparent.
%setup -n %{name}-%{version}
%build
autoreconf -fi
%configure
%make_build
@@ -51,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%license COPYING
%doc README.md ChangeLog
%doc README.md
%{_bindir}/transset
%{_mandir}/man1/transset.1%{?ext_man}