commit esound for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package esound for openSUSE:Factory checked 
in at 2017-02-11 01:37:31

Comparing /work/SRC/openSUSE:Factory/esound (Old)
 and  /work/SRC/openSUSE:Factory/.esound.new (New)


Package is "esound"

Changes:

--- /work/SRC/openSUSE:Factory/esound/esound.changes2013-03-12 
14:58:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.esound.new/esound.changes   2017-02-11 
01:37:33.467705110 +0100
@@ -1,0 +2,11 @@
+Wed Feb  8 13:12:12 UTC 2017 - dims...@opensuse.org
+
+- Drop esound-daemon subpackage (and related binaries):
+  + openSUSE builds on pulseaudio. For applications that really
+still want to connect to ESD, there is pulseaudio-esound-compat
+in place (as a drop-in replacement, it also provides
+esound-daemon)
+  + Drop esound.init and sysconfig.esound: sources were only used
+to configure the daemon.
+
+---

Old:

  esound.init
  sysconfig.esound



Other differences:
--
++ esound.spec ++
--- /var/tmp/diff_new_pack.22tea0/_old  2017-02-11 01:37:34.619542567 +0100
+++ /var/tmp/diff_new_pack.22tea0/_new  2017-02-11 01:37:34.623542002 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package esound
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -29,8 +29,6 @@
 Release:0
 Url:ftp://ftp.gnome.org/pub/gnome/sources/esound/
 Source: 
ftp://ftp.gnome.org/pub/gnome/sources/esound/0.2/%{name}-%{version}.tar.bz2
-Source1:esound.init
-Source2:sysconfig.esound
 Source3:baselibs.conf
 Patch0: esd-as.patch
 # PATCH-FIX-UPSTREAM esound-biarch.patch bgo545534 sbra...@suse.cz -- fix 
bi-arch clash
@@ -50,7 +48,7 @@
 %package -n libesd0
 Summary:A sound daemon for Enlightenment and GNOME
 Group:  System/Libraries
-Recommends: %{name}-daemon >= %{version}
+Recommends: %{name}-daemon
 # bug437293
 %ifarch ppc64
 Obsoletes:  esound-64bit
@@ -62,27 +60,10 @@
 sound output. Many projects, including Enlightenment and GNOME, use
 esound to play and record their sounds.
 
-%package daemon
-Summary:A sound daemon for Enlightenment and GNOME
-Group:  System/Sound Daemons
-PreReq: %insserv_prereq %fillup_prereq
-Obsoletes:  esound < %{version}
-# For update from <= 11.0 and SLE <= 10
-Provides:   esound:%{_bindir}/esd
-# we put the conflict in here as they both provide the same
-# and the solver may pick both. p-e-c can not conflict with
-# esound-daemon as it also provides it
-Conflicts:  pulseaudio-esound-compat
-
-%description daemon
-A multiplexing and caching sound daemon. It can use ALSA or OSS for
-sound output. Many projects, including Enlightenment and GNOME, use
-esound to play and record their sounds.
-
 %package utils
 Summary:A sound daemon for Enlightenment and GNOME
-Group:  Productivity/Multimedia/Sound/Utilities
 # For update from <= 11.0 and SLE <= 10
+Group:  Productivity/Multimedia/Sound/Utilities
 Provides:   esound:%{_bindir}/esddsp
 
 %description utils
@@ -92,8 +73,8 @@
 
 %package -n libesd-devel
 Summary:EsounD development package
-Group:  Development/Libraries/C and C++
 # replaces esound-devel, which existed for <= 11.0 and <= SLED10
+Group:  Development/Libraries/C and C++
 Provides:   esound-devel = %{version}
 Obsoletes:  esound-devel < %{version}
 Requires:   libesd0 = %{version} alsa-devel %(rpm -q --queryformat 
'%{NAME}' -f %{_libdir}/pkgconfig/audiofile.pc)
@@ -121,42 +102,18 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/init.d
-cp %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/esound
-chmod +x $RPM_BUILD_ROOT%{_sysconfdir}/init.d/esound
-mkdir -p $RPM_BUILD_ROOT%{_sbindir}
-ln -s ../..%{_sysconfdir}/init.d/esound $RPM_BUILD_ROOT%{_sbindir}/rcesound
-mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/adm/fillup-templates
-cp %{SOURCE2} $RPM_BUILD_ROOT%{_localstatedir}/adm/fillup-templates/
 rm $RPM_BUILD_ROOT%{_libdir}/%{name}/*.*a
+# esd is phasing out - we no longer ship the daemon (there is 
pulseaudio-esound-compat available)
+rm %{buildroot}%{_bindir}/esd %{buildroot}%{_sysconfdir}/esd.conf 
%{buildroot}%{_mandir}/man1/esd.1*
 
 %post -n libesd0 -p /sbin/ldconfig
 
 %postun -n libesd0 -p /sbin/ldconfig
 
-%post daemon
-%{fillup_and_insserv}
-
-%postun daemon
-%{insserv_cleanup}
-
-%preun daemon
-%{stop_on_removal}
-
 %files -n libesd0
 %defattr(-, root, 

commit esound for openSUSE:Factory

2013-03-12 Thread h_root
Hello community,

here is the log from the commit of package esound for openSUSE:Factory checked 
in at 2013-03-12 14:58:38

Comparing /work/SRC/openSUSE:Factory/esound (Old)
 and  /work/SRC/openSUSE:Factory/.esound.new (New)


Package is esound, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/esound/esound.changes2011-10-03 
09:17:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.esound.new/esound.changes   2013-03-12 
14:58:43.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  1 12:42:46 UTC 2013 - dims...@opensuse.org
+
+- Spec-cleanup using format_spec_file service.
+
+---



Other differences:
--
++ esound.spec ++
--- /var/tmp/diff_new_pack.8eS0vP/_old  2013-03-12 14:58:45.0 +0100
+++ /var/tmp/diff_new_pack.8eS0vP/_new  2013-03-12 14:58:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package esound
 #
-# Copyright (c) 2011 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
@@ -16,15 +16,17 @@
 #
 
 
-
 Name:   esound
-BuildRequires:  alsa-devel audiofile-devel pkg-config tcpd-devel
+BuildRequires:  alsa-devel
+BuildRequires:  audiofile-devel
 BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  tcpd-devel
+Summary:A sound daemon for Enlightenment and GNOME
 License:LGPL-2.0+
 Group:  System/Sound Daemons
-Summary:A sound daemon for Enlightenment and GNOME
 Version:0.2.41
-Release:5
+Release:0
 Url:ftp://ftp.gnome.org/pub/gnome/sources/esound/
 Source: 
ftp://ftp.gnome.org/pub/gnome/sources/esound/0.2/%{name}-%{version}.tar.bz2
 Source1:esound.init
@@ -46,7 +48,6 @@
 esound to play and record their sounds.
 
 %package -n libesd0
-License:LGPL-2.0+
 Summary:A sound daemon for Enlightenment and GNOME
 Group:  System/Libraries
 Recommends: %{name}-daemon = %{version}
@@ -62,7 +63,6 @@
 esound to play and record their sounds.
 
 %package daemon
-License:LGPL-2.0+
 Summary:A sound daemon for Enlightenment and GNOME
 Group:  System/Sound Daemons
 PreReq: %insserv_prereq %fillup_prereq
@@ -80,7 +80,6 @@
 esound to play and record their sounds.
 
 %package utils
-License:LGPL-2.0+
 Summary:A sound daemon for Enlightenment and GNOME
 Group:  Productivity/Multimedia/Sound/Utilities
 # For update from = 11.0 and SLE = 10
@@ -92,7 +91,6 @@
 esound to play and record their sounds.
 
 %package -n libesd-devel
-License:LGPL-2.0+
 Summary:EsounD development package
 Group:  Development/Libraries/C and C++
 # replaces esound-devel, which existed for = 11.0 and = SLED10

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



commit esound for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package esound for openSUSE:Factory checked 
in at 2011-12-06 18:08:27

Comparing /work/SRC/openSUSE:Factory/esound (Old)
 and  /work/SRC/openSUSE:Factory/.esound.new (New)


Package is esound, Maintainer is gnome-maintain...@suse.de

Changes:




Other differences:
--
++ esound.spec ++
--- /var/tmp/diff_new_pack.kuuviS/_old  2011-12-06 18:13:59.0 +0100
+++ /var/tmp/diff_new_pack.kuuviS/_new  2011-12-06 18:13:59.0 +0100
@@ -20,7 +20,7 @@
 Name:   esound
 BuildRequires:  alsa-devel audiofile-devel pkg-config tcpd-devel
 BuildRequires:  libtool
-License:LGPLv2.0+
+License:LGPL-2.0+
 Group:  System/Sound Daemons
 Summary:A sound daemon for Enlightenment and GNOME
 Version:0.2.41
@@ -46,7 +46,7 @@
 esound to play and record their sounds.
 
 %package -n libesd0
-License:LGPLv2.0+
+License:LGPL-2.0+
 Summary:A sound daemon for Enlightenment and GNOME
 Group:  System/Libraries
 Recommends: %{name}-daemon = %{version}
@@ -62,7 +62,7 @@
 esound to play and record their sounds.
 
 %package daemon
-License:LGPLv2.0+
+License:LGPL-2.0+
 Summary:A sound daemon for Enlightenment and GNOME
 Group:  System/Sound Daemons
 PreReq: %insserv_prereq %fillup_prereq
@@ -80,7 +80,7 @@
 esound to play and record their sounds.
 
 %package utils
-License:LGPLv2.0+
+License:LGPL-2.0+
 Summary:A sound daemon for Enlightenment and GNOME
 Group:  Productivity/Multimedia/Sound/Utilities
 # For update from = 11.0 and SLE = 10
@@ -92,7 +92,7 @@
 esound to play and record their sounds.
 
 %package -n libesd-devel
-License:LGPLv2.0+
+License:LGPL-2.0+
 Summary:EsounD development package
 Group:  Development/Libraries/C and C++
 # replaces esound-devel, which existed for = 11.0 and = SLED10

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



commit esound for openSUSE:Factory

2011-10-03 Thread h_root

Hello community,

here is the log from the commit of package esound for openSUSE:Factory
checked in at Mon Oct 3 09:17:25 CEST 2011.




--- openSUSE:Factory/esound/esound.changes  2011-09-28 14:06:39.0 
+0200
+++ esound/esound.changes   2011-09-30 22:12:34.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 20:07:59 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ esound.spec ++
--- /var/tmp/diff_new_pack.1J3z4v/_old  2011-10-03 09:17:22.0 +0200
+++ /var/tmp/diff_new_pack.1J3z4v/_new  2011-10-03 09:17:22.0 +0200
@@ -19,6 +19,7 @@
 
 Name:   esound
 BuildRequires:  alsa-devel audiofile-devel pkg-config tcpd-devel
+BuildRequires:  libtool
 License:LGPLv2.0+
 Group:  System/Sound Daemons
 Summary:A sound daemon for Enlightenment and GNOME

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