From b510be5f800495b594a72aea7e7d8457d46077c233c6237c111acb33bfa623ec Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 15 Mar 2013 22:52:29 +0000 Subject: [PATCH 1/2] xz compression OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-client?expand=0&rev=9 --- cdemu-client-2.0.0.tar.bz2 | 3 --- cdemu-client-2.0.0.tar.xz | 3 +++ cdemu-client.spec | 6 ++++-- 3 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 cdemu-client-2.0.0.tar.bz2 create mode 100644 cdemu-client-2.0.0.tar.xz diff --git a/cdemu-client-2.0.0.tar.bz2 b/cdemu-client-2.0.0.tar.bz2 deleted file mode 100644 index 7e02b43..0000000 --- a/cdemu-client-2.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6238bea426258859069b382e018bf3d299d79fea6e3fc126e6d907f25a2de0d -size 28328 diff --git a/cdemu-client-2.0.0.tar.xz b/cdemu-client-2.0.0.tar.xz new file mode 100644 index 0000000..35cc38b --- /dev/null +++ b/cdemu-client-2.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc0922ba0ac5e270bd4bd3e24990751e19bc7346a541281f034b91cf306b223 +size 27112 diff --git a/cdemu-client.spec b/cdemu-client.spec index 1549a41..cf3c0c1 100644 --- a/cdemu-client.spec +++ b/cdemu-client.spec @@ -1,7 +1,7 @@ # # spec file for package cdemu-client # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,8 @@ Url: http://cdemu.sf.net/ #Freecode-URL: https://freecode.com/projects/cdemu-for-linux #Git-Clone: git://git.code.sf.net/p/cdemu/code -Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 +#DL-URL: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 +Source: %name-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake >= 2.8.5 %if 0%{?suse_version} @@ -36,6 +37,7 @@ BuildRequires: gettext >= 0.15 %endif BuildRequires: intltool >= 0.21 BuildRequires: python >= 2.6 +BuildRequires: xz BuildArch: noarch Requires: dbus-1-python Requires: python >= 2.6 From 8f7e61129ce2ec0de4192c0a7e17dd89b3d4e1198339f460d0416c3a717f83f4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 10 Jun 2013 12:11:47 +0000 Subject: [PATCH 2/2] cdemu-client-2.1.0 OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-client?expand=0&rev=10 --- cdemu-client-2.0.0.tar.xz | 3 --- cdemu-client-2.1.0.tar.bz2 | 3 +++ cdemu-client.changes | 6 ++++++ cdemu-client.spec | 8 +++----- 4 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 cdemu-client-2.0.0.tar.xz create mode 100644 cdemu-client-2.1.0.tar.bz2 diff --git a/cdemu-client-2.0.0.tar.xz b/cdemu-client-2.0.0.tar.xz deleted file mode 100644 index 35cc38b..0000000 --- a/cdemu-client-2.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dc0922ba0ac5e270bd4bd3e24990751e19bc7346a541281f034b91cf306b223 -size 27112 diff --git a/cdemu-client-2.1.0.tar.bz2 b/cdemu-client-2.1.0.tar.bz2 new file mode 100644 index 0000000..cc5495c --- /dev/null +++ b/cdemu-client-2.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd0448368b5e51eb2acfe420f612f67e3b3d4aae4aa80fa36ce130fa0a10c9f +size 28173 diff --git a/cdemu-client.changes b/cdemu-client.changes index e7ba29b..64abdd1 100644 --- a/cdemu-client.changes +++ b/cdemu-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 10 12:10:55 UTC 2013 - jengelh@inai.de + +- Update to new upstream release 2.1.0 +* Added support for device addition/removal + ------------------------------------------------------------------- Sat Dec 22 08:23:15 UTC 2012 - jengelh@inai.de diff --git a/cdemu-client.spec b/cdemu-client.spec index cf3c0c1..a5d90f7 100644 --- a/cdemu-client.spec +++ b/cdemu-client.spec @@ -17,7 +17,7 @@ Name: cdemu-client -Version: 2.0.0 +Version: 2.1.0 Release: 0 Summary: Command-line client to control cdemu-daemon License: GPL-2.0+ @@ -26,8 +26,7 @@ Url: http://cdemu.sf.net/ #Freecode-URL: https://freecode.com/projects/cdemu-for-linux #Git-Clone: git://git.code.sf.net/p/cdemu/code -#DL-URL: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 -Source: %name-%version.tar.xz +Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake >= 2.8.5 %if 0%{?suse_version} @@ -37,7 +36,6 @@ BuildRequires: gettext >= 0.15 %endif BuildRequires: intltool >= 0.21 BuildRequires: python >= 2.6 -BuildRequires: xz BuildArch: noarch Requires: dbus-1-python Requires: python >= 2.6 @@ -50,7 +48,7 @@ CDEmu daemon, such as loading and unloading devices, displaying devices' status and retrieving/setting their debug masks. %prep -%setup -Tcqa0 +%setup -q mv po/no.po po/nb_NO.po; %build