Hello community,

here is the log from the commit of package xfburn for openSUSE:Leap:15.2 
checked in at 2020-05-28 20:10:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/xfburn (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.xfburn.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfburn"

Thu May 28 20:10:13 2020 rev:15 rq:809448 version:0.6.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/xfburn/xfburn.changes  2020-01-15 
16:30:23.376819904 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.xfburn.new.3606/xfburn.changes        
2020-05-28 20:10:17.279022542 +0200
@@ -1,0 +2,29 @@
+Sun Mar  8 09:55:47 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- Update to version 0.6.2
+  * Displaying device revision information in the device dialog
+  * Made popup context menu translatable
+  * Code clean up for deprecated Glib/Gtk+ Widget definitions
+  * updated AppData to AppStream and project URLs all around
+  * Made xfburn.ui translatable
+  * minor cleanups
+  * Translation Updates
+
+-------------------------------------------------------------------
+Tue Nov  5 14:34:31 UTC 2019 - Maurizio Galli <[email protected]>
+
+- Update to version 0.6.1
+  - fixed website link in the about dialog
+  - Re-enabling the initial code for setting the starting directory 
+    and finish implementation
+  - Translation updates 
+
+-------------------------------------------------------------------
+Sun Nov  3 11:48:22 UTC 2019 - Maurizio Galli <[email protected]>
+
+- Update to version 0.6.0
+  - UI updated to use GTK+3
+  - modernized the code a little in the process 
+- Various spec file cleanups
+
+-------------------------------------------------------------------

Old:
----
  xfburn-0.5.5.tar.bz2

New:
----
  xfburn-0.6.2.tar.bz2

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

Other differences:
------------------
++++++ xfburn.spec ++++++
--- /var/tmp/diff_new_pack.NNOYr8/_old  2020-05-28 20:10:17.623023566 +0200
+++ /var/tmp/diff_new_pack.NNOYr8/_new  2020-05-28 20:10:17.627023578 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfburn
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,33 +12,32 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           xfburn
-Version:        0.5.5
+Version:        0.6.2
 Release:        0
 Summary:        Simple CD/DVD Burning Application
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/CD/Record
-Url:            http://goodies.xfce.org/projects/applications/xfburn
-Source:         
http://archive.xfce.org/src/apps/xfburn/0.5/%{name}-%{version}.tar.bz2
-BuildRequires:  ed
+URL:            https://docs.xfce.org/applications/xfburn
+Source:         
https://archive.xfce.org/src/apps/xfburn/0.6/%{name}-%{version}.tar.bz2
+BuildRequires:  appstream-glib
 BuildRequires:  intltool
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(exo-1)
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(exo-2)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
 BuildRequires:  pkgconfig(gthread-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(libburn-1)
 BuildRequires:  pkgconfig(libisofs-1)
-BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4ui-2)
 Recommends:     %{name}-lang = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Xfburn is a simple CD/DVD burning application based on the libburnia libraries.
@@ -48,39 +47,31 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 
-%suse_update_desktop_file %{name}
-
 %find_lang %{name} %{?no_lang_C}
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
+appstream-util validate-relax --nonet 
%{buildroot}%{_datadir}/metainfo/*.appdata.xml
 
 %files
-%defattr(-,root,root)
-%doc README ChangeLog COPYING AUTHORS NEWS TODO
+%license COPYING
+%doc README AUTHORS NEWS TODO
 %{_bindir}/xfburn
 %{_datadir}/applications/xfburn.desktop
-%{_mandir}/man1/xfburn.1*
+%{_mandir}/man1/xfburn.1%{?ext_man}
 %{_datadir}/xfburn
 %{_datadir}/icons/hicolor/*/*/*/*xfburn*
 %dir %{_datadir}/Thunar
 %dir %{_datadir}/Thunar/sendto
 %{_datadir}/Thunar/sendto/thunar-sendto-xfburn.desktop
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/metainfo/*.appdata.xml
 
 %files lang -f %{name}.lang
 

++++++ xfburn-0.5.5.tar.bz2 -> xfburn-0.6.2.tar.bz2 ++++++
++++ 80943 lines of diff (skipped)


Reply via email to