SHA256
1
0
forked from pool/xmag

- Update to version 1.0.7

* Update README for gitlab migration
  * Update configure.ac bug URL for gitlab migration
  * Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * Build xz tarballs instead of bzip2
  * Use _CONST_X_STRING to make libXt declare String as const char *

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xmag?expand=0&rev=11
This commit is contained in:
Stefan Dirsch 2022-07-12 22:53:46 +00:00 committed by Git OBS Bridge
parent 31e48cbf6e
commit 035659bf79
4 changed files with 18 additions and 7 deletions

View File

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

3
xmag-1.0.7.tar.xz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jul 12 22:50:55 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.0.7
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Build xz tarballs instead of bzip2
* Use _CONST_X_STRING to make libXt declare String as const char *
-------------------------------------------------------------------
Fri Mar 12 21:55:31 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package xmag
#
# Copyright (c) 2021 SUSE LLC
# 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
@ -17,13 +17,13 @@
Name: xmag
Version: 1.0.6
Version: 1.0.7
Release: 0
Summary: Screen magnifier
License: X11
Group: System/X11/Utilities
URL: https://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
Source1: xmag.desktop
Source2: xmag.png
BuildRequires: pkgconfig
@ -53,7 +53,7 @@ install -m0644 -D %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/xmag.png
%files
%license COPYING
%doc ChangeLog README
%doc ChangeLog README.md
%{_bindir}/xmag
%{_datadir}/applications/xmag.desktop
%{_datadir}/pixmaps/xmag.png