Hello community,

here is the log from the commit of package reco for openSUSE:Factory checked in 
at 2019-07-11 13:16:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/reco (Old)
 and      /work/SRC/openSUSE:Factory/.reco.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "reco"

Thu Jul 11 13:16:41 2019 rev:1 rq:714073 version:2.0.0

Changes:
--------
New Changes file:

--- /dev/null   2019-06-21 11:18:06.406367250 +0200
+++ /work/SRC/openSUSE:Factory/.reco.new.4615/reco.changes      2019-07-11 
13:16:43.662798877 +0200
@@ -0,0 +1,101 @@
+-------------------------------------------------------------------
+Mon Jun  3 12:06:49 UTC 2019 - Alexei Podvalsky <[email protected]>
+
+- Update to 2.0.0:
+  * See you Transifex
+  * Fix the timer does not stop in accordance with the recording
+  * Allow to record system sound (#31)
+  * Clarify how to request a language
+  * Fix wrong alignment of buttons
+  * Fix a typo in xml element name
+  * Reco now uses transifex for localization
+
+-------------------------------------------------------------------
+Mon Apr 15 19:17:04 UTC 2019 - Alexei Podvalsky <[email protected]>
+
+- Update to 1.1.2:
+  * Reflect RADME's changes to appdata
+  * Grammatically fixes in README.md (#30)
+  * Use hyphen instead of underbar for lang element
+
+-------------------------------------------------------------------
+Mon Apr  1 14:50:18 UTC 2019 - Alexei Podvalsky <[email protected]>
+
+- Update to 1.1.1:
+  * Use upper case for WAV
+  * Small fixes for notation, spacing, naming, and so on
+  * Fix temporary recording files remain when quit the app while
+    recording
+  * Provide localized screenshots to AppCenter
+
+-------------------------------------------------------------------
+Mon Mar 11 18:15:52 UTC 2019 - Alexei Podvalsky <[email protected]>
+
+- Update to 1.1.0:
+  * Revert "Another experiment to check what about adding type 
+    attribute"
+  * Another experiment to check what about adding type attribute
+  * Attempt to fix CI by removing localized screenshots
+  * Attempt to fix CI by changing the location of caption line
+  * Fix wrong word: installed -> finished
+  * Provide more (and localized) screenshots on AppCenter
+  * Show error details using show_error_details method
+  * Allow to cancel/pause recording (#24)
+  * Notify success of recording with a check mark (#23)
+  * Use switch/if instead of else/if
+  * Fix the name of "Recordings" folder is not created in system 
+    language (Fixes #25)
+  * Set required granite version
+  * Add a shortcut key to toggle recording
+
+-------------------------------------------------------------------
+Mon Feb 25 19:26:47 UTC 2019 - Alexei Podvalsky <[email protected]>
+
+- Update to 1.0.3:
+  * Fix the app isn't listed in the "Sound & Video" category in 
+    Applications Menu
+  * Use FileChooserNative
+  * Do not have an extra file for warning_dialog
+  * Grammar fix in a comment
+  * Show a confirmation dialog when trying to quit the app if a 
+    recording is in progress
+  * Coding Improvement
+  * Fix scope
+  * Fix destination is not created when users delete it after 
+    first launch
+  * Update copyright
+  * Fix notation disunifications
+  * Access to GLib.Settings instead of properties
+
+-------------------------------------------------------------------
+Mon Jan 21 17:16:55 UTC 2019 - Alexei Podvalsky <[email protected]>
+
+- Update to 1.0.2:
+  * Add an inclusive guidline and remove po/README.md
+  * Sort language codes in LINGUAS alphabetically
+  * Fix remaining_time_label is shown even if record_length is 0 
+    once it is set
+  * Fix a GLib error that no source ID found to remove is shown
+  * Update the screenshot
+  * Save settings on the app startup (Fixes #17)
+  * Support both do-not-ask-where-to-save flow and 
+    ask-where-to-save flow (#16)
+  * Update README.md and the screenshot
+
+-------------------------------------------------------------------
+Sat Dec 29 18:57:55 UTC 2018 - Alexei Podvalsky <[email protected]>
+
+- Update to 1.0.1:
+  * Fix a typo in the release note
+  * Allow to bring timestanp anywhere in the filename
+  * Add keywords to the .desktop file
+  * Allow to set recording rength (#13)
+  * Separate full_path from filename
+  * Add release notes to appdata file
+  * Fix a wrong word: Complete -> Compile
+
+-------------------------------------------------------------------
+Wed Dec 12 18:25:35 UTC 2018 - Alexei Podvalsky <[email protected]>
+
+- Initial package
+

New:
----
  reco-2.0.0.tar.gz
  reco.changes
  reco.spec

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

Other differences:
------------------
++++++ reco.spec ++++++
#
# spec file for package reco
#
# Copyright (c) 2018 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           reco
Version:        2.0.0
Release:        0
Summary:        Audio Recording App
License:        GPL-3.0-or-later
Group:          Productivity/Multimedia/Sound/Utilities
URL:            https://github.com/ryonakano/reco
Source:         
https://github.com/ryonakano/reco/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  fdupes
BuildRequires:  hicolor-icon-theme
BuildRequires:  libxml2-tools
BuildRequires:  meson >= 0.40.0
BuildRequires:  pkgconfig
BuildRequires:  update-desktop-files
BuildRequires:  vala
BuildRequires:  pkgconfig(granite) >= 5.2.3
BuildRequires:  pkgconfig(gstreamer-1.0)
BuildRequires:  pkgconfig(gtk+-3.0)
Recommends:     %{name}-lang

%description
An audio recording app designed for elementary OS.

%lang_package

%prep
%setup -q

# Switch to bugs.opensuse.org
find -name \*.xml* -exec \
sed -i '/bugtracker/s|>[^>]*<|>https://bugs.opensuse.org<|' {} +

%build
%meson
%meson_build

%install
%meson_install
%suse_update_desktop_file -r com.github.ryonakano.reco GTK Utility AudioVideo
%find_lang com.github.ryonakano.reco %{name}.lang
%fdupes %{buildroot}/%{_datadir}

%files
%license LICENSE
%doc README.md
%{_bindir}/com.github.ryonakano.reco
%{_datadir}/applications/com.github.ryonakano.reco.desktop
%{_datadir}/glib-2.0/schemas/com.github.ryonakano.reco.gschema.xml
%{_datadir}/icons/hicolor/*/apps/com.github.ryonakano.reco.??g
%{_datadir}/icons/hicolor/*/apps/record-completed-symbolic.??g
%{_datadir}/metainfo/com.github.ryonakano.reco.appdata.xml

%files lang -f %{name}.lang

%changelog

Reply via email to