Hello community, here is the log from the commit of package gcdemu for openSUSE:Factory checked in at 2015-11-24 22:33:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcdemu (Old) and /work/SRC/openSUSE:Factory/.gcdemu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcdemu" Changes: -------- --- /work/SRC/openSUSE:Factory/gcdemu/gcdemu.changes 2015-10-30 13:43:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gcdemu.new/gcdemu.changes 2015-11-24 22:34:22.000000000 +0100 @@ -1,0 +2,8 @@ +Mon Nov 23 20:34:07 UTC 2015 - [email protected] + +- Update to 3.0.1: + * Fix a typo that prevented switching of bad sector emulation. + * In CMake Replace whitespaces in custom target names with "-" + signs (silence CMP0037 warnings on CMake 3.2.2 and newer). + +------------------------------------------------------------------- Old: ---- gcdemu-3.0.0.tar.bz2 New: ---- gcdemu-3.0.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gcdemu.spec ++++++ --- /var/tmp/diff_new_pack.Lt913I/_old 2015-11-24 22:34:23.000000000 +0100 +++ /var/tmp/diff_new_pack.Lt913I/_new 2015-11-24 22:34:23.000000000 +0100 @@ -18,7 +18,7 @@ %define __requires_exclude typelib\\(AppIndicator(|3)\\) Name: gcdemu -Version: 3.0.0 +Version: 3.0.1 Release: 0 Summary: GTK+ application for controlling CDEmu daemon License: GPL-2.0+ @@ -29,7 +29,7 @@ BuildRequires: gettext >= 0.15 BuildRequires: gobject-introspection-devel BuildRequires: intltool >= 0.21 -BuildRequires: python >= 2.6 +BuildRequires: python >= 2.6.6 BuildRequires: update-desktop-files Requires: cdemu-daemon >= 3.0.0 Recommends: %{name}-lang @@ -78,7 +78,7 @@ %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README +%doc AUTHORS COPYING README %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}* ++++++ gcdemu-3.0.0.tar.bz2 -> gcdemu-3.0.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gcdemu-3.0.0/README new/gcdemu-3.0.1/README --- old/gcdemu-3.0.0/README 2014-06-29 15:25:04.000000000 +0200 +++ new/gcdemu-3.0.1/README 2015-11-21 15:09:23.000000000 +0100 @@ -1,5 +1,5 @@ gCDEmu -3.0.0 +3.0.1 ~~~~~ Table of Contents: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gcdemu-3.0.0/cmake/FindIntlTool.cmake new/gcdemu-3.0.1/cmake/FindIntlTool.cmake --- old/gcdemu-3.0.0/cmake/FindIntlTool.cmake 2014-06-29 15:25:04.000000000 +0200 +++ new/gcdemu-3.0.1/cmake/FindIntlTool.cmake 2015-11-21 15:09:23.000000000 +0100 @@ -63,7 +63,7 @@ set (gmo_files ${gmo_files} ${gmo_file}) endforeach () - set (translations-target "${PROJECT_NAME} translations") + set (translations-target "${PROJECT_NAME}-translations") add_custom_target (${translations-target} ALL DEPENDS ${gmo_files}) endfunction () @@ -87,7 +87,7 @@ ) endif () - set (intltool-merge-target "intltool-merge ${out_filename}") + set (intltool-merge-target "intltool-merge-${out_filename}") add_custom_target (${intltool-merge-target} ALL DEPENDS ${out_filename}) endfunction () diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gcdemu-3.0.0/debian/changelog new/gcdemu-3.0.1/debian/changelog --- old/gcdemu-3.0.0/debian/changelog 2014-06-29 15:25:04.000000000 +0200 +++ new/gcdemu-3.0.1/debian/changelog 2015-11-21 15:09:23.000000000 +0100 @@ -1,3 +1,7 @@ +gcdemu (3.0.1-1) debian; urgency=low + * Updated to 3.0.1 + -- Rok Mandeljc <[email protected]> Sat, 21 Nov 2015 12:00:00 +0100 + gcdemu (3.0.0-1) debian; urgency=low * Initial Release. Closes: #705409 -- Henrik Stokseth <[email protected]> Sat, 05 Apr 2014 12:00:00 +0100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gcdemu-3.0.0/src/gcdemu new/gcdemu-3.0.1/src/gcdemu --- old/gcdemu-3.0.0/src/gcdemu 2014-06-29 15:25:04.000000000 +0200 +++ new/gcdemu-3.0.1/src/gcdemu 2015-11-21 15:09:23.000000000 +0100 @@ -52,7 +52,7 @@ # *** Globals *** app_name = "gcdemu" -app_version = "3.0.0" +app_version = "3.0.1" supported_daemon_interface_version = [ 7, 0 ] # I18n @@ -828,7 +828,7 @@ # *** Bad sector emulation *** checkbutton = Gtk.CheckButton(_("Bad sector emulation"), False) - checkbutton.connect("toggled", lambda t: self.emit("bad-sector-emulation-changed", togglebutton.get_active())) + checkbutton.connect("toggled", lambda t: self.emit("bad-sector-emulation-changed", t.get_active())) self.add(checkbutton) self.checkbutton_bad_sector = checkbutton
