From 5c05d3b66214c8a89d7865db84d92231c5ea852e44847fe3cf9af313d1a6aba0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 26 Jun 2017 10:02:25 +0000 Subject: [PATCH] Accepting request 505990 from home:luca_b:branches:X11:common:Factory - Update to the latest version in Debian (0.4.4) * Provide DMZ-White and DMZ-Black cursors OBS-URL: https://build.opensuse.org/request/show/505990 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/dmz-icon-theme-cursors?expand=0&rev=7 --- dmz-cursor-theme_0.4.4.tar.gz | 3 +++ dmz-cursors.tar.bz2 | 3 --- dmz-icon-theme-cursors.changes | 6 ++++++ dmz-icon-theme-cursors.spec | 14 +++++++------- 4 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 dmz-cursor-theme_0.4.4.tar.gz delete mode 100644 dmz-cursors.tar.bz2 diff --git a/dmz-cursor-theme_0.4.4.tar.gz b/dmz-cursor-theme_0.4.4.tar.gz new file mode 100644 index 0000000..ed6cf16 --- /dev/null +++ b/dmz-cursor-theme_0.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46af4cf1356df799f9ee94451f05d0bdbb8d82e54bdeae3f32fa107602359981 +size 1077832 diff --git a/dmz-cursors.tar.bz2 b/dmz-cursors.tar.bz2 deleted file mode 100644 index a4b61e2..0000000 --- a/dmz-cursors.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e029f1087fab975d12a5824016ba304debb4e6ed68e2b44f1874b4745cd09be -size 199065 diff --git a/dmz-icon-theme-cursors.changes b/dmz-icon-theme-cursors.changes index 932ac6c..97e8c80 100644 --- a/dmz-icon-theme-cursors.changes +++ b/dmz-icon-theme-cursors.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jun 24 06:51:50 UTC 2017 - lbeltrame@kde.org + +- Update to the latest version in Debian (0.4.4) + * Provide DMZ-White and DMZ-Black cursors + ------------------------------------------------------------------- Thu Jan 17 16:42:54 UTC 2013 - vuntz@opensuse.org diff --git a/dmz-icon-theme-cursors.spec b/dmz-icon-theme-cursors.spec index b443697..ff745fa 100644 --- a/dmz-icon-theme-cursors.spec +++ b/dmz-icon-theme-cursors.spec @@ -1,7 +1,7 @@ # # spec file for package dmz-icon-theme-cursors # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # 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: dmz-icon-theme-cursors -Version: 11.2.0 +Version: 11.3.0 Release: 0 # As documented on http://packages.debian.org/changelogs/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_0.4.3/dmz-cursor-theme.copyright Summary: DMZ Cursor Theme License: CC-BY-SA-3.0 Group: System/GUI/GNOME -Source: dmz-cursors.tar.bz2 +Source: dmz-cursor-theme_0.4.4.tar.gz Requires: hicolor-icon-theme Provides: icon-theme-dmz-cursors = %{version} Obsoletes: icon-theme-dmz-cursors < %{version} @@ -34,17 +34,17 @@ BuildArch: noarch This package contains the DMZ cursor theme for X. %prep -%setup -q -n dmz-cursors +%setup -q -n dmz-cursor-theme-0.4.4 %build %install mkdir -p %{buildroot}%{_datadir}/icons -cp -a DMZ DMZ-AA %{buildroot}%{_datadir}/icons/ +cp -a DMZ-Black DMZ-White %{buildroot}%{_datadir}/icons/ %files %defattr (-, root, root) -%{_datadir}/icons/DMZ -%{_datadir}/icons/DMZ-AA +%{_datadir}/icons/DMZ-Black +%{_datadir}/icons/DMZ-White %changelog