Hello community,

here is the log from the commit of package lxmusic for openSUSE:Factory checked 
in at 2014-09-08 21:29:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxmusic (Old)
 and      /work/SRC/openSUSE:Factory/.lxmusic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxmusic"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxmusic/lxmusic.changes  2012-06-26 
17:06:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lxmusic.new/lxmusic.changes     2014-09-08 
21:30:25.000000000 +0200
@@ -1,0 +2,35 @@
+Sat Sep  6 17:37:44 UTC 2014 - [email protected]
+
+- new upstream version 0.4.6
+  * Add manual page lxmusic.1 to install
+  * Replace g_format_size_for_display() with glib >= 2.30 as 
+    deprecated
+  * Fixed few invalid casts and deprecated gdk_pixbuf_unref() calls
+  * Properly return NULL from lxmusic_do_notify_prepare() if no 
+    libnotify available
+  * [SF#252]Destroy any dialog windows on exit
+  * Avoid duplicate gtk_widget_destroy() on main window - it 
+    crashes on exit
+  * [SF#316]update_track() should not use GtkTreeIter - it may 
+    become invalid ATM
+  * [SF#335]Safeguard against NULL passed to guess_title_from_url()
+  * Safeguards for xmmsv_get_*() -- we should use it only if 
+    xmmsv_dict_get() was success
+  * Use macro AM_MAINTAINER_MODE correct way - with ([enable]) 
+  * Fix $(desktop_in_files) missing in distro tarball
+  * Fix crash if "id" is not available
+  * [SF#506]Correct Name in the desktop entry file, it should 
+    differ from GenericName
+  * Add .gitignore file
+  * autogen.sh: update check for automake version and remove never 
+    used libtoolize call
+  * Add compatibility with libnotify >= 0.7.0 
+  * Generate po/LINGUAS file on the fly
+  * Use correct parameters for AC_INIT and AM_INIT_AUTOMAKE macros
+  * Rename configure.in into configure.ac
+  * New and updated translations
+- removed lxmusic-0.4.4-libnotify0.7.0.patch
+  * fixed upstream
+- spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  lxmusic-0.4.4-libnotify0.7.0.patch
  lxmusic-0.4.5.tar.gz

New:
----
  lxmusic-0.4.6.tar.xz

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

Other differences:
------------------
++++++ lxmusic.spec ++++++
--- /var/tmp/diff_new_pack.Bulxxv/_old  2014-09-08 21:30:27.000000000 +0200
+++ /var/tmp/diff_new_pack.Bulxxv/_new  2014-09-08 21:30:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxmusic
 #
-# Copyright (c) 2012 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,15 +17,13 @@
 
 
 Name:           lxmusic
-Version:        0.4.5
+Version:        0.4.6
 Release:        0
 Summary:        Lightweight Audio Player
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Players
 Url:            http://www.lxde.org/
-Source0:        %name-%version.tar.gz
-Patch2:         %name-0.4.4-libnotify0.7.0.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  docbook-utils
 BuildRequires:  fdupes
 BuildRequires:  gtk2-devel
@@ -35,54 +33,47 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xmms2-devel >= 0.7
 Requires:       xmms2
-Recommends:     %name-lang
+Recommends:     %{name}-lang
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 LXMusic is just a lightweight audio player,
 that uses xmms2 as back-end.
 
 %lang_package
+
 %prep
 %setup -q
-%if %suse_version > 1140
-%patch2 -p1
-%endif
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags}"
 %configure
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-# remove not available languages
-%__rm -rf %{buildroot}/%{_datadir}/locale/{frp,es_VE,ur_PK}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %find_lang %{name}
-%suse_update_desktop_file %name
+%suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}                  
 
-%clean
-%__rm -rf $RPM_BUILD_ROOT
-
-%if 0%{?suse_version} >= 1140
-
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
-%endif
 
 %files
 %defattr(-,root,root,0755)
 %doc COPYING
-%_bindir/%name
-%_datadir/applications/%name.desktop
-%dir %_datadir/lxmusic
-%_datadir/lxmusic/*.ui.glade
-%_datadir/pixmaps/lxmusic.png
+%{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%dir %{_datadir}/lxmusic
+%{_datadir}/lxmusic/*.ui.glade
+%{_datadir}/pixmaps/lxmusic.png
+%{_mandir}/man1/lxmusic.1.gz
 
-%files lang -f %name.lang
+%files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog

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

Reply via email to