Hello community,

here is the log from the commit of package cdemu-client for openSUSE:Factory 
checked in at 2014-07-17 17:31:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdemu-client (Old)
 and      /work/SRC/openSUSE:Factory/.cdemu-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cdemu-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cdemu-client/cdemu-client.changes        
2013-12-02 07:20:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cdemu-client.new/cdemu-client.changes   
2014-07-17 17:31:53.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Jul 13 08:48:46 UTC 2014 - [email protected]
+
+- Update to new upstream release 3.0.0
+* cdemu-client now allow the user to create a "blank" disc on
+  CDEmu device and write to it using CD/DVD burning software. And
+  as a side effect, the image analyzer application also gained
+  support for image conversion.
+
+-------------------------------------------------------------------

Old:
----
  cdemu-client-2.1.1.tar.bz2

New:
----
  cdemu-client-3.0.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cdemu-client.spec ++++++
--- /var/tmp/diff_new_pack.7pVHQW/_old  2014-07-17 17:31:54.000000000 +0200
+++ /var/tmp/diff_new_pack.7pVHQW/_new  2014-07-17 17:31:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cdemu-client
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,28 +17,22 @@
 
 
 Name:           cdemu-client
-Version:        2.1.1
+Version:        3.0.0
 Release:        0
 Summary:        Command-line client to control cdemu-daemon
 License:        GPL-2.0+
 Group:          System/Filesystems
-Url:            http://cdemu.sf.net/
+Url:            http://cdemu.sf.net/about/client/
 
-#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
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake >= 2.8.5
-%if 0%{?suse_version}
 BuildRequires:  gettext-tools >= 0.15
-%else
-BuildRequires:  gettext >= 0.15
-%endif
 BuildRequires:  intltool >= 0.21
 BuildRequires:  python >= 2.6
-BuildArch:      noarch
 Requires:       dbus-1-python
 Requires:       python >= 2.6
+BuildArch:      noarch
 
 %description
 cdemu-client is a command-line client for controlling cdemu-daemon.
@@ -47,27 +41,31 @@
 CDEmu daemon, such as loading and unloading devices, displaying
 devices' status and retrieving/setting their debug masks.
 
+%lang_package
+
 %prep
 %setup -q
-mv po/no.po po/nb_NO.po;
 
 %build
-cmake . -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
-       -DCMAKE_INSTALL_LIBDIR:PATH="%_libdir";
-make %{?_smp_mflags};
+cmake . \
+       -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
+       -DCMAKE_INSTALL_LIBDIR:PATH="%_libdir"
+make %{?_smp_mflags}
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
+%make_install
 %find_lang cdemu
 
-%files -f cdemu.lang
+%files
 %defattr(-,root,root)
-%doc README
-%dir %_sysconfdir/bash_completion.d
-%config %_sysconfdir/bash_completion.d/cdemu-client
+%doc AUTHORS COPYING NEWS README
+%dir %_sysconfdir/bash_completion.d/
+%config %_sysconfdir/bash_completion.d/cdemu-bash-completion.sh
 %_bindir/cdemu
-%_datadir/applications/cdemu-client.desktop
+%_datadir/applications/%name.desktop
+%_datadir/pixmaps/%name.svg
 %_mandir/man1/cdemu.1*
 
+%files lang -f cdemu.lang
+
 %changelog

++++++ cdemu-client-2.1.1.tar.bz2 -> cdemu-client-3.0.0.tar.bz2 ++++++
++++ 6548 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to