Hello community,

here is the log from the commit of package cdemu-client for openSUSE:Factory 
checked in at 2013-01-07 15:40:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdemu-client (Old)
 and      /work/SRC/openSUSE:Factory/.cdemu-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cdemu-client", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/cdemu-client/cdemu-client.changes        
2012-12-19 20:28:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cdemu-client.new/cdemu-client.changes   
2013-01-07 15:40:56.000000000 +0100
@@ -1,0 +2,8 @@
+Sat Dec 22 08:23:15 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 2.0.0 (up from 1.5.0)
+* Support for ISZ, CSO, DMG, GBI, ECM, gzip and xz formats
+* Partial support for 1-track MDX
+- Remove cdemu-lang.diff, no longer applies
+
+-------------------------------------------------------------------

Old:
----
  cdemu-client-1.5.0.tar.bz2
  cdemu-lang.diff

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

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

Other differences:
------------------
++++++ cdemu-client.spec ++++++
--- /var/tmp/diff_new_pack.t7aAwF/_old  2013-01-07 15:40:58.000000000 +0100
+++ /var/tmp/diff_new_pack.t7aAwF/_new  2013-01-07 15:40:58.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           cdemu-client
-Version:        1.5.0
+Version:        2.0.0
 Release:        0
 Summary:        Command-line client to control cdemu-daemon
 License:        GPL-2.0+
@@ -25,14 +25,20 @@
 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
-Patch1:         cdemu-lang.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-#BuildRequires:        autoconf >= 2.59
-BuildRequires:  intltool
+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
+Requires:       python >= 2.6
 
 %description
 cdemu-client is a command-line client for controlling cdemu-daemon.
@@ -42,24 +48,24 @@
 devices' status and retrieving/setting their debug masks.
 
 %prep
-%setup -q
-mv po/no.po po/nb_NO.po
-%patch -P 1 -p1
+%setup -Tcqa0
+mv po/no.po po/nb_NO.po;
 
 %build
-%configure
+cmake . -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
+       -DCMAKE_INSTALL_LIBDIR:PATH="%_libdir";
 make %{?_smp_mflags};
 
 %install
 b="%buildroot";
 make install DESTDIR="$b";
-%find_lang %name
+%find_lang cdemu
 
-%files -f %name.lang
+%files -f cdemu.lang
 %defattr(-,root,root)
 %doc README
 %dir %_sysconfdir/bash_completion.d
-%config %_sysconfdir/bash_completion.d/cdemu-bashcomp
+%config %_sysconfdir/bash_completion.d/cdemu-client
 %_bindir/cdemu
 %_datadir/applications/cdemu-client.desktop
 %_mandir/man1/cdemu.1*

++++++ cdemu-client-1.5.0.tar.bz2 -> cdemu-client-2.0.0.tar.bz2 ++++++
++++ 22037 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to