diff --git a/audio-recorder-0.9.8.tar.gz b/audio-recorder-0.9.8.tar.gz deleted file mode 100644 index 8537d48..0000000 --- a/audio-recorder-0.9.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4ae35c234e07f1d21d8dfb91c51b7c5d7571fa39db12bf5beab39d718f0f571 -size 6389760 diff --git a/audio-recorder-1.4-1.tar.gz b/audio-recorder-1.4-1.tar.gz new file mode 100644 index 0000000..fa40faa --- /dev/null +++ b/audio-recorder-1.4-1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e55d2efa9a0019e1c7220e3ce099c8fac5e49f5741a811a59eba550ce6f23b +size 8189035 diff --git a/audio-recorder.changes b/audio-recorder.changes index 576baa4..c32d70f 100644 --- a/audio-recorder.changes +++ b/audio-recorder.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Jan 22 19:58:45 UTC 2014 - dimstar@opensuse.org + +- Update to version 1.4-1: + + lp#1258822: Timer does not stop recording in some rare cases. +- Changes from version 1.4: + + Replaced fixed size icons 16x16,...,64x64 with scalable svg + images. + + Replaced also some images with + pixmap/audio-recorder-off-dot.svg, audio-recorder-on-dot.svg, + audio-recorder-paused-dot.svg. +- Changes from version 1.1: + + Migrated dbus-skype.c to GDBus intrerface. + + Removed dependency to dbus-glib-1 library. + + Removed skype-service.[ch] and skype-service-object-glue.h from + the project. +- Add %desktop_database_post/%desktop_database_postun to scriptlets + in order to update the desktop database. +- Add desktop-file-utils BuildRequires: needed for the above macros + to be defined. +- Drop pkgconfig(libgnome-media-profiles-3.0) and + pkgconfig(dbus-glib-1) BuildRequires: no longer required. + ------------------------------------------------------------------- Wed Mar 13 21:23:23 UTC 2013 - p.drouand@gmail.com diff --git a/audio-recorder.spec b/audio-recorder.spec index a998418..36d67cc 100644 --- a/audio-recorder.spec +++ b/audio-recorder.spec @@ -1,7 +1,7 @@ # # spec file for package audio-recorder # -# 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 @@ -17,28 +17,28 @@ Name: audio-recorder -Version: 0.9.8 +Version: 1.4 Release: 0 +%define real_version 1.4-1 Summary: An audio recorder application for the GNOME 2/3 License: GPL-3.0 Group: Productivity/Multimedia/Sound/Utilities Url: https://launchpad.net/audio-recorder -Source: https://launchpad.net/audio-recorder/trunk/version%{version}/+download/%{name}-%{version}.tar.gz +Source: https://launchpad.net/audio-recorder/trunk/version1.4-1/+download/audio-recorder-1.4-1.tar.gz # PATCH-FIX-OPENSUSE audio-recorder-correct-desktop-menu.patch badshah400@gmail.com -- Fixes the .desktop file by removing unity related tags from it. Patch0: audio-recorder-correct-desktop-menu.patch BuildRequires: autoconf +BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: gettext BuildRequires: hicolor-icon-theme BuildRequires: intltool BuildRequires: libtool BuildRequires: pkgconfig(dbus-1) -BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(dconf) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(libgnome-media-profiles-3.0) BuildRequires: pkgconfig(libpulse) Requires: gstreamer-plugins-bad Requires: gstreamer-plugins-base @@ -89,10 +89,12 @@ make %{?_smp_mflags} %find_lang %{name} %{?no_lang_C} %post +%desktop_database_post %icon_theme_cache_post %glib2_gsettings_schema_post %postun +%desktop_database_postun %icon_theme_cache_postun %glib2_gsettings_schema_postun @@ -102,7 +104,7 @@ make %{?_smp_mflags} %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/ -%{_datadir}/icons/hicolor/*/apps/*.png +%{_datadir}/icons/hicolor/ %{_datadir}/pixmaps/%{name}/ %{_datadir}/glib-2.0/schemas/org.gnome.audio-recorder.gschema.xml