- 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:
parent
31e48cbf6e
commit
035659bf79
@ -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
3
xmag-1.0.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:009936cc5a2706084079127b26cf55c713767650a34cb69e5682d60e33ce7461
|
||||||
|
size 137660
|
11
xmag.changes
11
xmag.changes
@ -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>
|
Fri Mar 12 21:55:31 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xmag
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xmag
|
Name: xmag
|
||||||
Version: 1.0.6
|
Version: 1.0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Screen magnifier
|
Summary: Screen magnifier
|
||||||
License: X11
|
License: X11
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
URL: https://xorg.freedesktop.org/
|
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
|
Source1: xmag.desktop
|
||||||
Source2: xmag.png
|
Source2: xmag.png
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -53,7 +53,7 @@ install -m0644 -D %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/xmag.png
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc ChangeLog README
|
%doc ChangeLog README.md
|
||||||
%{_bindir}/xmag
|
%{_bindir}/xmag
|
||||||
%{_datadir}/applications/xmag.desktop
|
%{_datadir}/applications/xmag.desktop
|
||||||
%{_datadir}/pixmaps/xmag.png
|
%{_datadir}/pixmaps/xmag.png
|
||||||
|
Loading…
Reference in New Issue
Block a user