commit media-player-info for openSUSE:Factory

2020-06-23 Thread root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2020-06-23 21:02:14

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new.2956 (New)


Package is "media-player-info"

Tue Jun 23 21:02:14 2020 rev:28 rq:816501 version:24

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2019-06-17 10:31:57.593307451 +0200
+++ 
/work/SRC/openSUSE:Factory/.media-player-info.new.2956/media-player-info.changes
2020-06-23 21:02:29.277435279 +0200
@@ -1,0 +2,10 @@
+Tue Jun 16 06:52:16 UTC 2020 - Martin Pluskal 
+
+- Update to version 24:
+  * Move to new freedesktop GitLab repository, update README.md
+accordingly
+  * Drop non-hwdb mode, require udev 196 now
+  * Several build system cleanups and robustifications
+- Drop reproducible.patch
+
+---

Old:

  media-player-info-23.tar.gz
  reproducible.patch

New:

  media-player-info-24.tar.gz



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.3B5hc0/_old  2020-06-23 21:02:30.053437776 +0200
+++ /var/tmp/diff_new_pack.3B5hc0/_new  2020-06-23 21:02:30.053437776 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package media-player-info
 #
-# Copyright (c) 2019 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
@@ -17,9 +17,8 @@
 
 
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
-
 Name:   media-player-info
-Version:23
+Version:24
 Release:0
 Summary:Media Player Information
 # Note on license: some files in the tools subdirectories are GPL-2.0+ (or
@@ -27,17 +26,12 @@
 # Hence, the binary package is indeed still BSD-3-Clause.
 License:BSD-3-Clause
 Group:  System/GUI/Other
-Url:http://hal.freedesktop.org/releases/
-Source: 
http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM reproducible.patch bwiedem...@suse.com -- Make build 
reproducible.
-Patch0: reproducible.patch
-BuildRequires:  pkg-config
+URL:https://www.freedesktop.org/wiki/Software/media-player-info/
+Source: 
https://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
+BuildRequires:  pkgconfig
 BuildRequires:  python3
-BuildRequires:  pkgconfig(udev)
-%if 0%{?suse_version} > 1230
 BuildRequires:  pkgconfig(systemd)
-%endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(udev)
 BuildArch:  noarch
 
 %description
@@ -49,38 +43,31 @@
 of the big HALectomy.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup
 
 %build
 %configure
-make %{?jobs:-j%jobs}
+%make_build
 
 %install
-%makeinstall
+%make_install
 
-%if 0%{?suse_version} > 1230
 %post
-%udev_hwdb_update
+%{udev_hwdb_update}
 %udev_rules_update
 
 %postun
 if [ $1 -eq 0 ]; then
-%udev_hwdb_update
+%{udev_hwdb_update}
 %udev_rules_update
 fi
-%endif
 
 %files
-%defattr(-, root, root)
-%doc AUTHORS COPYING NEWS README
-## WARNING: if adding other files to the package, check their license (see 
note above License tag)
+%license COPYING
+%doc AUTHORS NEWS
 %dir %{_datadir}/media-player-info
 %{_datadir}/media-player-info/*.mpi
-%if 0%{?suse_version} > 1230
 %{_udevhwdbdir}/20-usb-media-players.hwdb
-%endif
 %{_udevrulesdir}/40-usb-media-players.rules
-## WARNING: if adding other files to the package, check their license (see 
note above License tag)
 
 %changelog

++ media-player-info-23.tar.gz -> media-player-info-24.tar.gz ++
 3495 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-23/INSTALL new/media-player-info-24/INSTALL
--- old/media-player-info-23/INSTALL2017-02-10 07:47:11.0 +0100
+++ new/media-player-info-24/INSTALL1970-01-01 01:00:00.0 +0100
@@ -1,370 +0,0 @@
-Installation Instructions
-*
-
-Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
-Inc.
-
-   Copying and distribution of this file, with or without modification,
-are permitted in any medium without royalty provided the copyright
-notice and this notice are 

commit media-player-info for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2019-06-17 10:31:56

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new.4811 (New)


Package is "media-player-info"

Mon Jun 17 10:31:56 2019 rev:27 rq:709666 version:23

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2019-05-09 10:02:30.199841517 +0200
+++ 
/work/SRC/openSUSE:Factory/.media-player-info.new.4811/media-player-info.changes
2019-06-17 10:31:57.593307451 +0200
@@ -1,0 +2,6 @@
+Wed Jun 12 14:20:08 UTC 2019 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut the build queues by allowing usage of systemd-mini
+
+---



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.fCXsty/_old  2019-06-17 10:31:58.297307062 +0200
+++ /var/tmp/diff_new_pack.fCXsty/_new  2019-06-17 10:31:58.297307062 +0200
@@ -35,8 +35,7 @@
 BuildRequires:  python3
 BuildRequires:  pkgconfig(udev)
 %if 0%{?suse_version} > 1230
-BuildRequires:  systemd
-Requires(post): systemd
+BuildRequires:  pkgconfig(systemd)
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch




commit media-player-info for openSUSE:Factory

2019-05-09 Thread root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2019-05-09 10:02:27

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new.5148 (New)


Package is "media-player-info"

Thu May  9 10:02:27 2019 rev:26 rq:700390 version:23

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2017-05-20 10:06:45.838373806 +0200
+++ 
/work/SRC/openSUSE:Factory/.media-player-info.new.5148/media-player-info.changes
2019-05-09 10:02:30.199841517 +0200
@@ -1,0 +2,8 @@
+Fri May  3 15:03:05 CEST 2019 - vu...@opensuse.org
+
+- Update to version 23:
+  + mpi2hwdb.py: Export the icon through hwdb to udev
+  + mpi2hwdb.py: Force default icon to be multimedia-player
+  + Sort list of mpi files to get reproducible rules/hwdb
+
+---

Old:

  media-player-info-22.tar.gz

New:

  media-player-info-23.tar.gz



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.9XnpSW/_old  2019-05-09 10:02:31.207844404 +0200
+++ /var/tmp/diff_new_pack.9XnpSW/_new  2019-05-09 10:02:31.207844404 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package media-player-info
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,21 @@
 # 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/
 #
 
 
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   media-player-info
-Version:22
+Version:23
 Release:0
 Summary:Media Player Information
-License:BSD-3-Clause
-Group:  System/GUI/Other
 # Note on license: some files in the tools subdirectories are GPL-2.0+ (or
 # MIT); those files are not shipped at all in the resulting binary package.
 # Hence, the binary package is indeed still BSD-3-Clause.
+License:BSD-3-Clause
+Group:  System/GUI/Other
 Url:http://hal.freedesktop.org/releases/
 Source: 
http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM reproducible.patch bwiedem...@suse.com -- Make build 
reproducible.

++ media-player-info-22.tar.gz -> media-player-info-23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/media-player-info-22/Makefile.in 
new/media-player-info-23/Makefile.in
--- old/media-player-info-22/Makefile.in2014-10-07 12:24:08.0 
+0200
+++ new/media-player-info-23/Makefile.in2017-09-15 14:33:05.0 
+0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -14,7 +14,17 @@
 
 @SET_MAKE@
 VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+false; \
+  elif test -n '$(MAKE_HOST)'; then \
+true; \
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+true; \
+  else \
+false; \
+  fi; \
+}
 am__make_running_with_option = \
   case $${target_option-} in \
   ?) ;; \
@@ -76,14 +86,12 @@
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
 subdir = .
-DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
-   $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-   $(top_srcdir)/configure $(am__configure_deps) COPYING \
-   install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+   $(am__configure_deps) $(am__DIST_COMMON)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
@@ -145,6 +153,8 @@
 CTAGS = ctags
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
+am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS 

commit media-player-info for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2017-05-20 10:06:42

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new (New)


Package is "media-player-info"

Sat May 20 10:06:42 2017 rev:25 rq:494352 version:22

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2014-12-21 12:04:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.media-player-info.new/media-player-info.changes 
2017-05-20 10:06:45.838373806 +0200
@@ -1,0 +2,5 @@
+Tue May  2 03:47:30 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to make build fully reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.SxMOSq/_old  2017-05-20 10:06:46.678255131 +0200
+++ /var/tmp/diff_new_pack.SxMOSq/_new  2017-05-20 10:06:46.682254565 +0200
@@ -29,6 +29,8 @@
 # Hence, the binary package is indeed still BSD-3-Clause.
 Url:http://hal.freedesktop.org/releases/
 Source: 
http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM reproducible.patch bwiedem...@suse.com -- Make build 
reproducible.
+Patch0: reproducible.patch
 BuildRequires:  pkg-config
 BuildRequires:  python3
 BuildRequires:  pkgconfig(udev)
@@ -49,6 +51,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ reproducible.patch ++
make sure to always process files in the same order

to get reproducible output

Index: media-player-info-22/tools/mpi2hwdb.py
===
--- media-player-info-22.orig/tools/mpi2hwdb.py
+++ media-player-info-22/tools/mpi2hwdb.py
@@ -84,5 +85,5 @@ def parse_mpi(mpi):
 #
 
 # parse MPI files
-for f in sys.argv[1:]:
+for f in sorted(sys.argv[1:]):
 parse_mpi(f)
Index: media-player-info-22/tools/mpi2udev.py
===
--- media-player-info-22.orig/tools/mpi2udev.py
+++ media-player-info-22/tools/mpi2udev.py
@@ -122,7 +122,7 @@ elif sys.argv[1] != 'udev':
 sys.exit(1)
 
 # parse MPI files
-for f in sys.argv[2:]:
+for f in sorted(sys.argv[2:]):
 parse_mpi(f, hwdb)
 
 # udev rules footer



commit media-player-info for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2014-12-21 12:04:53

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new (New)


Package is media-player-info

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2014-05-02 14:00:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.media-player-info.new/media-player-info.changes 
2014-12-21 12:04:33.0 +0100
@@ -1,0 +2,9 @@
+Thu Dec 18 12:45:44 UTC 2014 - zai...@opensuse.org
+
+- Update to version 22:
+  + Terminate udev rules with an empty line (lp#1364747).
+  + Add Sandisk Sansa Clip Sport (lp#1296418).
+  + Remove ZTE Score (deb#748647).
+- Drop fix-udev-rules-creator.patch: Fixed upstream.
+
+---

Old:

  fix-udev-rules-creator.patch
  media-player-info-21.tar.gz

New:

  media-player-info-22.tar.gz



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.QIIqQv/_old  2014-12-21 12:04:34.0 +0100
+++ /var/tmp/diff_new_pack.QIIqQv/_new  2014-12-21 12:04:34.0 +0100
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   media-player-info
-Version:21
+Version:22
 Release:0
 Summary:Media Player Information
 License:BSD-3-Clause
@@ -29,8 +29,6 @@
 # Hence, the binary package is indeed still BSD-3-Clause.
 Url:http://hal.freedesktop.org/releases/
 Source: 
http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM fix-udev-rules-creator.patch fcro...@suse.com -- ensure 
generated udev rules don't cause any warning
-Patch0: fix-udev-rules-creator.patch
 BuildRequires:  pkg-config
 BuildRequires:  python3
 BuildRequires:  pkgconfig(udev)
@@ -51,7 +49,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure

++ media-player-info-21.tar.gz - media-player-info-22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/media-player-info-21/INSTALL 
new/media-player-info-22/INSTALL
--- old/media-player-info-21/INSTALL2013-06-01 02:42:48.0 +0200
+++ new/media-player-info-22/INSTALL2014-08-04 12:06:55.0 +0200
@@ -12,8 +12,8 @@
 Basic Installation
 ==
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the shell command `./configure  make  make install'
+should configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.  Some packages provide this
 `INSTALL' file but do not implement all of the features documented
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/media-player-info-21/Makefile.in 
new/media-player-info-22/Makefile.in
--- old/media-player-info-21/Makefile.in2013-07-24 15:34:28.0 
+0200
+++ new/media-player-info-22/Makefile.in2014-10-07 12:24:08.0 
+0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.2 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -494,10 +494,16 @@
$(am__post_remove_distdir)
 
 dist-tarZ: distdir
+   @echo WARNING: Support for shar distribution archives is \
+  deprecated. 2
+   @echo WARNING: It will be removed altogether in Automake 2.0 2
tardir=$(distdir)  $(am__tar) | compress -c $(distdir).tar.Z
$(am__post_remove_distdir)
 
 dist-shar: distdir
+   @echo WARNING: Support for distribution archives compressed with \
+  legacy program 'compress' is deprecated. 2
+   @echo WARNING: It will be removed altogether in Automake 2.0 2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c $(distdir).shar.gz
$(am__post_remove_distdir)
 
@@ -539,9 +545,10 @@
   dc_destdir=$${TMPDIR-/tmp}/am-dc-/ \
   am__cwd=`pwd` \
   $(am__cd) $(distdir)/_build \
-  ../configure --srcdir=.. --prefix=$$dc_install_base \
+  ../configure \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
+   --srcdir=.. --prefix=$$dc_install_base \
   $(MAKE) $(AM_MAKEFLAGS) \
   $(MAKE) $(AM_MAKEFLAGS) dvi \
   $(MAKE) $(AM_MAKEFLAGS) check \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit media-player-info for openSUSE:Factory

2014-05-02 Thread h_root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2014-05-02 14:00:57

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new (New)


Package is media-player-info

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2013-10-01 08:18:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.media-player-info.new/media-player-info.changes 
2014-05-02 14:00:58.0 +0200
@@ -1,0 +2,8 @@
+Sun Apr 27 09:14:40 UTC 2014 - co...@suse.com
+
+- buildrequire systemd to avoid a conflict with systemd-mini
+  (actually a short coming the way post requires are added
+  to the buildenv without checking for conflicts with previous
+  build requires)
+
+---



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.eWVexc/_old  2014-05-02 14:00:59.0 +0200
+++ /var/tmp/diff_new_pack.eWVexc/_new  2014-05-02 14:00:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package media-player-info
 #
-# 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
@@ -35,7 +35,7 @@
 BuildRequires:  python3
 BuildRequires:  pkgconfig(udev)
 %if 0%{?suse_version}  1230
-BuildRequires:  systemd-rpm-macros
+BuildRequires:  systemd
 Requires(post): systemd
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit media-player-info for openSUSE:Factory

2013-10-01 Thread h_root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2013-10-01 08:18:37

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new (New)


Package is media-player-info

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2013-08-06 11:04:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.media-player-info.new/media-player-info.changes 
2013-10-01 08:18:38.0 +0200
@@ -1,0 +2,8 @@
+Mon Sep 30 12:11:46 UTC 2013 - fcro...@suse.com
+
+- Add fix-udev-rules-creator.patch: fix missing eol causing udev
+  warning (git).
+- Ensure udev is notified when package is installed / updated /
+  uninstalled.
+
+---

New:

  fix-udev-rules-creator.patch



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.P0bWgg/_old  2013-10-01 08:18:39.0 +0200
+++ /var/tmp/diff_new_pack.P0bWgg/_new  2013-10-01 08:18:39.0 +0200
@@ -29,9 +29,15 @@
 # Hence, the binary package is indeed still BSD-3-Clause.
 Url:http://hal.freedesktop.org/releases/
 Source: 
http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM fix-udev-rules-creator.patch fcro...@suse.com -- ensure 
generated udev rules don't cause any warning
+Patch0: fix-udev-rules-creator.patch
 BuildRequires:  pkg-config
 BuildRequires:  python3
 BuildRequires:  pkgconfig(udev)
+%if 0%{?suse_version}  1230
+BuildRequires:  systemd-rpm-macros
+Requires(post): systemd
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -45,6 +51,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -53,6 +60,18 @@
 %install
 %makeinstall
 
+%if 0%{?suse_version}  1230
+%post
+%udev_hwdb_update
+%udev_rules_update
+
+%postun
+if [ $1 -eq 0 ]; then
+%udev_hwdb_update
+%udev_rules_update
+fi
+%endif
+
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README

++ fix-udev-rules-creator.patch ++
From 952a7e728356681f019f3a5076169daa24b946b9 Mon Sep 17 00:00:00 2001
From: Martin Pitt martinp...@gnome.org
Date: Mon, 30 Sep 2013 12:07:49 +
Subject: Terminate udev rules with an empty line

Apparently newer udev versions now complain about the lack of it. Reported by
Frederic Crozat.
---
diff --git a/tools/mpi2udev.py b/tools/mpi2udev.py
index d33055b..33fdfa2 100755
--- a/tools/mpi2udev.py
+++ b/tools/mpi2udev.py
@@ -126,4 +126,4 @@ for f in sys.argv[2:]:
 parse_mpi(f, hwdb)
 
 # udev rules footer
-os.write(sys.stdout.fileno(), b'\nLABEL=media_player_end')
+os.write(sys.stdout.fileno(), b'\nLABEL=media_player_end\n')
--
cgit v0.9.0.2-2-gbebe
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit media-player-info for openSUSE:Factory

2013-08-06 Thread h_root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2013-08-06 11:04:00

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new (New)


Package is media-player-info

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2012-10-24 17:13:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.media-player-info.new/media-player-info.changes 
2013-08-06 11:04:02.0 +0200
@@ -1,0 +2,22 @@
+Fri Jul 26 22:39:19 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 21:
+  + Fix build under non-UTF8 locales
+- Changes from version 20:
+  + Fix build in separate build tree
+- Changes from version 19:
+  + Drop obsolete fdi2mpi.py
+  + Port generator tools to Python 3
+  + Rename mpi files with overly long names
+  + Add Motorola Droid 4
+  + Create udev hwdb when building with udev = 196
+- Changes from version 18:
+  + Add HP Veer
+  + Add Archos 5 Internet Tablet
+  + Add ZTE Score
+  + Add LG Optimus One P500
+  + Drop newer kindles
+  + Fix playlist path for Sony Ericsson Xperia mini pro
+- Added python3 BuildRequires for new generator tools
+
+---

Old:

  media-player-info-17.tar.gz

New:

  media-player-info-21.tar.gz



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.rHF2v0/_old  2013-08-06 11:04:03.0 +0200
+++ /var/tmp/diff_new_pack.rHF2v0/_new  2013-08-06 11:04:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package media-player-info
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   media-player-info
-Version:17
+Version:21
 Release:0
 Summary:Media Player Information
 License:BSD-3-Clause
@@ -30,6 +30,7 @@
 Url:http://hal.freedesktop.org/releases/
 Source: 
http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
 BuildRequires:  pkg-config
+BuildRequires:  python3
 BuildRequires:  pkgconfig(udev)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -58,6 +59,9 @@
 ## WARNING: if adding other files to the package, check their license (see 
note above License tag)
 %dir %{_datadir}/media-player-info
 %{_datadir}/media-player-info/*.mpi
+%if 0%{?suse_version}  1230
+%{_udevhwdbdir}/20-usb-media-players.hwdb
+%endif
 %{_udevrulesdir}/40-usb-media-players.rules
 ## WARNING: if adding other files to the package, check their license (see 
note above License tag)
 

++ media-player-info-17.tar.gz - media-player-info-21.tar.gz ++
 4071 lines of diff (skipped)

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



commit media-player-info for openSUSE:Factory

2012-10-24 Thread h_root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2012-10-24 17:13:18

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new (New)


Package is media-player-info, Maintainer is sts...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2012-10-07 19:53:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.media-player-info.new/media-player-info.changes 
2012-10-24 17:13:20.0 +0200
@@ -1,0 +2,10 @@
+Sun Oct 21 09:43:35 UTC 2012 - fcro...@suse.com
+
+- Fix build with older openSUSE releases.
+
+---
+Sat Oct 13 15:33:40 UTC 2012 - co...@suse.com
+
+- move udev rules to /usr
+
+---



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.9LWZwa/_old  2012-10-24 17:13:22.0 +0200
+++ /var/tmp/diff_new_pack.9LWZwa/_new  2012-10-24 17:13:22.0 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
+
 Name:   media-player-info
 Version:17
 Release:0
@@ -50,16 +52,13 @@
 %install
 %makeinstall
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README
 ## WARNING: if adding other files to the package, check their license (see 
note above License tag)
 %dir %{_datadir}/media-player-info
 %{_datadir}/media-player-info/*.mpi
-/lib/udev/rules.d/40-usb-media-players.rules
+%{_udevrulesdir}/40-usb-media-players.rules
 ## WARNING: if adding other files to the package, check their license (see 
note above License tag)
 
 %changelog

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



commit media-player-info for openSUSE:Factory

2012-10-07 Thread h_root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2012-10-07 19:53:01

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new (New)


Package is media-player-info, Maintainer is sts...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2012-07-23 10:15:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.media-player-info.new/media-player-info.changes 
2012-10-07 19:53:38.0 +0200
@@ -1,0 +2,12 @@
+Sun Sep 16 19:51:06 UTC 2012 - zai...@opensuse.org
+
+- Update to version 17:
+  + Add support for Creative Zen MX, Nec LifeTouch Note, 
+Nokia C7-00, Sony Ericsson Xperia Mini, iBeat Jess, Nokia N9.
+  + Xperia X12 is better known as Xperia arc.
+  + Galaxy Gio (GT-S5660) shares same ID as Ace.
+  + Add a third ID for Acer Liquid (MT).
+  + Add playlist format to Android devices.
+  + Add alternative product ID for Sony Ericsson Xperia X10.
+
+---

Old:

  media-player-info-16.tar.gz

New:

  media-player-info-17.tar.gz



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.Z8LtLd/_old  2012-10-07 19:53:40.0 +0200
+++ /var/tmp/diff_new_pack.Z8LtLd/_new  2012-10-07 19:53:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   media-player-info
-Version:16
+Version:17
 Release:0
 Summary:Media Player Information
 License:BSD-3-Clause

++ media-player-info-16.tar.gz - media-player-info-17.tar.gz ++
 1721 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/INSTALL new/media-player-info-17/INSTALL
--- old/media-player-info-16/INSTALL2011-11-06 22:44:52.0 +0100
+++ new/media-player-info-17/INSTALL2012-04-27 15:30:03.0 +0200
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Inc.
 
Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -226,6 +226,11 @@
 
 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
 
+   HP-UX `make' updates targets which have the same time stamps as
+their prerequisites, which makes it generally unusable when shipped
+generated files such as `configure' are involved.  Use GNU `make'
+instead.
+
On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
 parse its `wchar.h' header file.  The option `-nodtk' can be used as
 a workaround.  If GNU CC is not installed, it is therefore recommended
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/NEWS new/media-player-info-17/NEWS
--- old/media-player-info-16/NEWS   2012-01-24 09:38:58.0 +0100
+++ new/media-player-info-17/NEWS   2012-05-30 10:48:25.0 +0200
@@ -1,3 +1,24 @@
+media-player-info 17 (2012-05-30)
+=
+Jason Leonard (1):
+  Add Creative Zen MX
+
+Jonathan Ernst (6):
+  Xperia X12 is better known as Xperia arc
+  Add Nec LifeTouch Note
+  Galaxy Gio (GT-S5660) shares same is as Ace
+  Add a third ID for Acer Liquid (MT)
+  Add Nokia C7-00
+  Add Sony Ericsson Xperia Mini
+
+Linus Walleij (1):
+  Add support for iBeat Jess
+
+Martin Pitt (3):
+  Add Nokia N9
+  Add playlist format to Android devices
+  Add alternative product ID for Sony Ericsson Xperia X10
+
 media-player-info 16 (2012-01-24)
 =
 Alex Fiestas (1):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/configure.ac 

commit media-player-info for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2012-07-23 10:14:37

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new (New)


Package is media-player-info, Maintainer is sts...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2012-03-05 14:02:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.media-player-info.new/media-player-info.changes 
2012-07-23 10:15:59.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 12:57:33 UTC 2012 - co...@suse.com
+
+- change buildrequires of udev to expect the pkg-config file
+
+---



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.mqXsCh/_old  2012-07-23 10:16:02.0 +0200
+++ /var/tmp/diff_new_pack.mqXsCh/_new  2012-07-23 10:16:02.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   media-player-info
 Version:16
 Release:0
@@ -27,7 +28,7 @@
 Url:http://hal.freedesktop.org/releases/
 Source: 
http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  udev
+BuildRequires:  pkgconfig(udev)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

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



commit media-player-info for openSUSE:Factory

2012-03-05 Thread h_root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2012-03-05 14:02:28

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new (New)


Package is media-player-info, Maintainer is sts...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2011-10-05 11:09:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.media-player-info.new/media-player-info.changes 
2012-03-05 14:02:31.0 +0100
@@ -1,0 +2,20 @@
+Tue Feb 14 09:51:28 UTC 2012 - vu...@opensuse.org
+
+- Add comments to clarify the license of the package (bnc#743602):
+  while some files in the tarball are GPL-2.0+ or MIT, those are
+  not shipped in any form in the resulting binary package.
+
+---
+Tue Jan 24 10:24:10 UTC 2012 - vu...@opensuse.org
+
+- Update to version 16:
+  + Add support for Archos Key, Nokia N950, Sandisk Sansa Clip ZIP,
+Sony Walkman NWZ-A800 series, Sony Walkman NWZ-S545,
+Sony Walkman NWZ-S76x, Sony Walkman S-750 series.
+
+---
+Thu Dec  8 13:42:34 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---

Old:

  media-player-info-15.tar.gz

New:

  media-player-info-16.tar.gz



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.d01UM2/_old  2012-03-05 14:02:32.0 +0100
+++ /var/tmp/diff_new_pack.d01UM2/_new  2012-03-05 14:02:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package media-player-info
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   media-player-info
-Version:15
-Release:1
-License:BSD
-Group:  System/GUI/Other
+Version:16
+Release:0
 Summary:Media Player Information
+License:BSD-3-Clause
+Group:  System/GUI/Other
+# Note on license: some files in the tools subdirectories are GPL-2.0+ (or
+# MIT); those files are not shipped at all in the resulting binary package.
+# Hence, the binary package is indeed still BSD-3-Clause.
 Url:http://hal.freedesktop.org/releases/
 Source: 
http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
 BuildRequires:  pkg-config
@@ -54,8 +55,10 @@
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README
+## WARNING: if adding other files to the package, check their license (see 
note above License tag)
 %dir %{_datadir}/media-player-info
 %{_datadir}/media-player-info/*.mpi
 /lib/udev/rules.d/40-usb-media-players.rules
+## WARNING: if adding other files to the package, check their license (see 
note above License tag)
 
 %changelog

++ media-player-info-15.tar.gz - media-player-info-16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/media-player-info-15/NEWS 
new/media-player-info-16/NEWS
--- old/media-player-info-15/NEWS   2011-10-04 06:55:34.0 +0200
+++ new/media-player-info-16/NEWS   2012-01-24 09:38:58.0 +0100
@@ -1,3 +1,18 @@
+media-player-info 16 (2012-01-24)
+=
+Alex Fiestas (1):
+  Add Nokia N950
+
+Martin Pitt (8):
+  Fix Nokia N950
+  Add Sandisk Sansa Clip ZIP
+  Add Sony Walkman NWZ-S765
+  Generalize Sony NWZ-S76x
+  Add Sony Walkman S-750 series
+  Add Sony Walkman NWZ-S545
+  Add Archos Key
+  Add Sony Walkman NWZ-A800 series
+
 media-player-info 15 (2011-10-04)
 =
 Alejandro Mery (1):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/media-player-info-15/configure 
new/media-player-info-16/configure
--- old/media-player-info-15/configure  2011-10-04 06:56:30.0 +0200
+++ new/media-player-info-16/configure  2012-01-24 09:39:59.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for media-player-info 15.
+# Generated by GNU Autoconf 2.68 for media-player-info 16.
 #
 # Report bugs to devkit-de...@lists.freedesktop.org.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 

commit media-player-info for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory
checked in at Wed Oct 5 11:09:05 CEST 2011.




--- openSUSE:Factory/media-player-info/media-player-info.changes
2011-09-23 02:12:53.0 +0200
+++ /mounts/work_src_done/STABLE/media-player-info/media-player-info.changes
2011-10-05 07:50:55.0 +0200
@@ -1,0 +2,21 @@
+Wed Oct  5 05:41:38 UTC 2011 - vu...@opensuse.org
+
+- Update to version 15:
+  + Add playlist path to all Android devices.
+  + Remove %File references from PlaylistPath property.
+  + Define FolderSeparator and LineEnding properties.
+  + Add support for Acer Liquid, Archos A43 Internet Tablet,
+Barnes and Noble Nook eReaders, Cowon iAUDIO E2,
+Creative Zen Style 300, Galaxy S 2, GoGear Vibe 4Gb, HP Pre 3,
+HP Touchpad, LG Optimus S, MicroMax A60, Motorola Atrix,
+Nokia 6730 Classic, Notion Ink Adam Tablet, Palm Pre 2,
+Philips GoGear Raga, Samsung Galaxy Ace, Samsung Freeform II,
+Samsung Galaxy S2, Samsung Galaxy SII, Samsung Reality,
+Sharp IS03, Sony Ericsson Vivaz, Sony Ericsson W705,
+Sony Ericsson Xperia mini pro, Sony Ericsson Xperia Play,
+Sony Ericsson Xperia X12 (Arc), TrekStor i.Beat rock,
+Vodafone 845 (Huawei U8120).
+  + Improve support for Sandisk Sansa Clip+, Sandisk Sansa Fuze,
+Sony Walkman NWZ-S638F
+
+---

calling whatdependson for head-i586


Old:

  media-player-info-14.tar.bz2

New:

  media-player-info-15.tar.gz



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.jpW5WZ/_old  2011-10-05 11:09:02.0 +0200
+++ /var/tmp/diff_new_pack.jpW5WZ/_new  2011-10-05 11:09:02.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   media-player-info
-Version:14
+Version:15
 Release:1
 License:BSD
 Group:  System/GUI/Other
 Summary:Media Player Information
 Url:http://hal.freedesktop.org/releases/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
 BuildRequires:  pkg-config
 BuildRequires:  udev
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

continue with q...



Remember to have fun...

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



commit media-player-info for openSUSE:Factory

2011-05-05 Thread h_root

Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory
checked in at Thu May 5 15:33:08 CEST 2011.




--- media-player-info/media-player-info.changes 2011-01-09 11:08:34.0 
+0100
+++ /mounts/work_src_done/STABLE/media-player-info/media-player-info.changes
2011-05-03 00:43:54.0 +0200
@@ -1,0 +2,17 @@
+Tue May  3 00:37:56 CEST 2011 - vu...@opensuse.org
+
+- Update to version 14:
+  + Add support for Creative Zen X-Fi, Pantech SIRIUS alpha,
+Sandisk Sansa Fuze+, Sharp IS01, Sony Ericsson C905.
+  + Improve support for Creative Zen X-Fi Style, HTC Legend.
+- Changes from version 13:
+  + Do not generate icon rules as it is currently broken
+(lp#657609)
+  + Add suppor tfor Coby players, Huawei Ideos, Motorola Droid 2,
+RCA H100a, Samsung U6, Sony Ericsson XPERIA X1, Sony Walkman
+NWZ-E355.
+  + Improve suppor for Creative Zen Stone, HTC Desire, HTC Evo, LG
+0x6018, Samsung Galaxy S, Sony Ericsson K800i, Sony Ericsson
+Xperia X10 mini Pro.
+
+---

calling whatdependson for head-i586


Old:

  media-player-info-12.tar.bz2

New:

  media-player-info-14.tar.bz2



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.5oacUK/_old  2011-05-05 15:32:46.0 +0200
+++ /var/tmp/diff_new_pack.5oacUK/_new  2011-05-05 15:32:46.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package media-player-info (Version 12)
+# spec file for package media-player-info
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -18,7 +18,7 @@
 
 
 Name:   media-player-info
-Version:12
+Version:14
 Release:1
 License:BSD
 Group:  System/GUI/Other

++ media-player-info-12.tar.bz2 - media-player-info-14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/media-player-info-12/NEWS 
new/media-player-info-14/NEWS
--- old/media-player-info-12/NEWS   2011-01-09 00:39:20.0 +0100
+++ new/media-player-info-14/NEWS   2011-04-19 12:01:17.0 +0200
@@ -1,3 +1,46 @@
+media-player-info 14 (2011-04-19)
+=
+Alejandro Mery (1):
+  Add Sandisk Sansa Fuze+
+
+Jonathan Ernst (4):
+  HTC legend uses same ID as desire/hero/evo-4g in debug mode
+  Add Pantech SIRIUS alpha
+  Add Sharp IS01
+  Add Sony Ericsson C905
+
+Martin Pitt (2):
+  Fix product ID of Sandisk Sansa Fuze.
+  Add Creative Zen X-Fi Style
+
+media-player-info 13 (2011-03-15)
+=
+Jonathan Ernst (18):
+  HTC Evo uses same ID as Desire/Hero in non debug mode - merging
+  Vortex uses same ID (in debug mode) as Ally - merge
+  Add playlist format to HTC Desire and friends
+  Improve LG 0x6018 phones m-p-i file
+  Improve Sony Ericsson Xperia X10 mini Pro m-p-i
+  Add Sony Ericsson XPERIA X1
+  Add Motorola Droid 2 Android phone
+  Rename Motorola Droid X mpi file
+  Fix USB id of sony-ericsson K800i (was phone mode instead of mass 
storage mode)
+  Add storage folder to Sony Ericsson K800i
+  Add Huawei Ideos non-debug mode
+  Add Samsung Galaxy S debug ID
+  Add Desire HD debug ID
+  Don't generate icon rules as it is currently broken (see LP #657609)
+  Add 5 Coby players
+  Add FolderDepth=2 for the Zen Stone
+  Add RCA H100a
+  Add informations about bug reporting
+
+Martin Pitt (1):
+  Add Samsung U6.
+
+Philippe Gauthier (1):
+  Add Sony Walkman NWZ-E355.
+
 media-player-info 12 (2011-01-08)
 =
 Jonathan Ernst (19):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/media-player-info-12/README 
new/media-player-info-14/README
--- old/media-player-info-12/README 2010-11-10 10:05:02.0 +0100
+++ new/media-player-info-14/README 2011-02-10 11:53:43.0 +0100
@@ -2,7 +2,7 @@
 
 
 media-player-info is a repository of data files describing media player
-(mostly USB Mass Storage ones) capabilities. These files contain information
+(only USB Mass Storage ones) capabilities. These files contain information
 about the directory layout to use to add music to these devices, about the
 supported file formats, ... These capabilities used to be provided by HAL 
 in the 10-usb-music-players.fdi file but had to be moved elsewhere as part
@@ -27,6 +27,10 @@
 because not many apps need it, and because we didn't want to repeat the same
 mistakes as HAL and include everything in its database.
 
+If you encounter an USB Mass Storage device that isn't detected correctly, 
+please open a bug against media-player-info :
+https://bugs.freedesktop.org/enter_bug.cgi?product=media-player-info
+
 
 MPI FILE