Hello community,

here is the log from the commit of package screencast for openSUSE:Factory 
checked in at 2018-08-31 10:41:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/screencast (Old)
 and      /work/SRC/openSUSE:Factory/.screencast.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "screencast"

Fri Aug 31 10:41:16 2018 rev:4 rq:629644 version:0.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/screencast/screencast.changes    2018-04-16 
12:49:40.087630211 +0200
+++ /work/SRC/openSUSE:Factory/.screencast.new/screencast.changes       
2018-08-31 10:41:17.958980108 +0200
@@ -1,0 +2,13 @@
+Thu Aug 16 09:45:29 UTC 2018 - [email protected]
+
+- Ensure neutrality of description, and adjust grammar.
+
+-------------------------------------------------------------------
+Wed Aug  1 21:33:23 UTC 2018 - [email protected]
+
+- Update to 0.3.0:
+  * Update appdata
+- Switch to metainfo from appdata
+- Remove obsolete macros
+
+-------------------------------------------------------------------

Old:
----
  screencast-0.2.4.tar.gz

New:
----
  screencast-0.3.0.tar.gz

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

Other differences:
------------------
++++++ screencast.spec ++++++
--- /var/tmp/diff_new_pack.TZTqCW/_old  2018-08-31 10:41:18.638980898 +0200
+++ /var/tmp/diff_new_pack.TZTqCW/_new  2018-08-31 10:41:18.638980898 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package screencast
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -17,10 +17,10 @@
 
 
 Name:           screencast
-Version:        0.2.4
+Version:        0.3.0
 Release:        0
-Summary:        A simple screencasting application
-License:        GPL-3.0+
+Summary:        A screencasting application
+License:        GPL-3.0-or-later
 Group:          Productivity/Multimedia/Video/Editors and Convertors
 URL:            https://launchpad.net/eidete
 Source:         
https://github.com/artemanufrij/screencast/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -44,13 +44,12 @@
 Recommends:     %{name}-lang
 Provides:       eidete = %{version}
 Obsoletes:      eidete < %{version}
-%glib2_gsettings_schema_requires
 
 %description
-A simple screencasting application for the elementary OS.
+A screencasting application for Elementary OS.
 
 Current features:
-  * encoding to webm
+  * encoding to WebM
   * selection of the area to be recorded
   * display of the pressed keys
   * audio recording
@@ -60,8 +59,6 @@
 %prep
 %setup -q
 
-sed -i 's/\bmetainfo\b/appdata/' $(grep -rwl 'metainfo')
-
 %build
 %cmake \
    -DGSETTINGS_COMPILE=OFF
@@ -76,23 +73,13 @@
 %find_lang com.github.artemanufrij.screencast %{name}.lang
 %fdupes %{buildroot}%{_datadir}
 
-%post
-%icon_theme_cache_post
-%desktop_database_post
-%glib2_gsettings_schema_post
-
-%postun
-%icon_theme_cache_postun
-%desktop_database_postun
-%glib2_gsettings_schema_postun
-
 %files
 %doc debian/copyright README.md
 %{_bindir}/com.github.artemanufrij.screencast
-%{_datadir}/appdata/com.github.artemanufrij.screencast.appdata.xml
 %{_datadir}/applications/com.github.artemanufrij.screencast.desktop
 %{_datadir}/glib-2.0/schemas/com.github.artemanufrij.screencast.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/com.github.artemanufrij.screencast.??g
+%{_datadir}/metainfo/com.github.artemanufrij.screencast.appdata.xml
 
 %files lang -f %{name}.lang
 

++++++ screencast-0.2.4.tar.gz -> screencast-0.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screencast-0.2.4/.travis.yml 
new/screencast-0.3.0/.travis.yml
--- old/screencast-0.2.4/.travis.yml    2018-03-29 21:10:44.000000000 +0200
+++ new/screencast-0.3.0/.travis.yml    2018-07-22 20:13:14.000000000 +0200
@@ -1,12 +1,34 @@
-    sudo: required
-    language: generic
+---
 
-    services:
-    - docker
+language: node_js
 
-    script:
-    - wget -O- 
https://raw.githubusercontent.com/harisvsulaiman/element-build/master/script.sh 
| sh -
+node_js:
+  - lts/*
 
-    branches:
-    except:
-        - /^debian\/\d/
+sudo: required
+
+services:
+  - docker
+
+addons:
+  apt:
+    sources:
+      - ubuntu-toolchain-r-test
+    packages:
+      - libstdc++-5-dev
+
+cache:
+  directories:
+    - /tmp/liftoff
+
+matrix:
+  include:
+    - env: DIST=loki
+    - env: DIST=juno
+
+install:
+  - npm install @elementaryos/houston
+
+script:
+  - houston ci
+    --distribution $DIST
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/screencast-0.2.4/data/com.github.artemanufrij.screencast.appdata.xml 
new/screencast-0.3.0/data/com.github.artemanufrij.screencast.appdata.xml
--- old/screencast-0.2.4/data/com.github.artemanufrij.screencast.appdata.xml    
2018-03-29 21:10:44.000000000 +0200
+++ new/screencast-0.3.0/data/com.github.artemanufrij.screencast.appdata.xml    
2018-07-22 20:13:14.000000000 +0200
@@ -39,6 +39,15 @@
         </screenshot>
     </screenshots>
     <releases>
+        <release version="0.3.0" date="2018-07-24">
+            <description>
+                Prepare for JUNO
+                <p>Translation:</p>
+                <ul>
+                    <li>Japanese (by Ryo Nakano)</li>
+                </ul>
+            </description>
+        </release>
         <release version="0.2.4" date="2018-03-30">
             <description>
                 <p>Improved:</p>
@@ -85,4 +94,33 @@
             </description>
         </release>
     </releases>
+    <content_rating type="oars-1.1">
+        <content_attribute id="violence-cartoon">none</content_attribute>
+        <content_attribute id="violence-fantasy">none</content_attribute>
+        <content_attribute id="violence-realistic">none</content_attribute>
+        <content_attribute id="violence-bloodshed">none</content_attribute>
+        <content_attribute id="violence-sexual">none</content_attribute>
+        <content_attribute id="violence-desecration">none</content_attribute>
+        <content_attribute id="violence-slavery">none</content_attribute>
+        <content_attribute id="violence-worship">none</content_attribute>
+        <content_attribute id="drugs-alcohol">none</content_attribute>
+        <content_attribute id="drugs-narcotics">none</content_attribute>
+        <content_attribute id="drugs-tobacco">none</content_attribute>
+        <content_attribute id="sex-nudity">none</content_attribute>
+        <content_attribute id="sex-themes">none</content_attribute>
+        <content_attribute id="sex-homosexuality">none</content_attribute>
+        <content_attribute id="sex-prostitution">none</content_attribute>
+        <content_attribute id="sex-adultery">none</content_attribute>
+        <content_attribute id="sex-appearance">none</content_attribute>
+        <content_attribute id="language-profanity">none</content_attribute>
+        <content_attribute id="language-humor">none</content_attribute>
+        <content_attribute 
id="language-discrimination">none</content_attribute>
+        <content_attribute id="social-chat">none</content_attribute>
+        <content_attribute id="social-info">none</content_attribute>
+        <content_attribute id="social-audio">none</content_attribute>
+        <content_attribute id="social-location">none</content_attribute>
+        <content_attribute id="social-contacts">none</content_attribute>
+        <content_attribute id="money-purchasing">none</content_attribute>
+        <content_attribute id="money-gambling">none</content_attribute>
+    </content_rating>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screencast-0.2.4/po/ja.po 
new/screencast-0.3.0/po/ja.po
--- old/screencast-0.2.4/po/ja.po       1970-01-01 01:00:00.000000000 +0100
+++ new/screencast-0.3.0/po/ja.po       2018-07-22 20:13:14.000000000 +0200
@@ -0,0 +1,183 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-03-09 20:34+0100\n"
+"PO-Revision-Date: 2018-05-25 21:37+0900\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Last-Translator: Ryo Nakano <[email protected]>\n"
+"Language-Team: \n"
+"X-Generator: Poedit 2.0.6\n"
+
+#: /home/artem/Projekte/screencast/po/../src//Widgets/countdown.vala:39
+msgid "Recording starts in"
+msgstr "録画開始まで"
+
+#: /home/artem/Projekte/screencast/po/../src//Widgets/countdown.vala:46
+msgid "Focus Screencast to stop recording"
+msgstr "録画を停止するには Screencast をアクティブにしてください"
+
+#: /home/artem/Projekte/screencast/po/../src//Widgets/keyview.vala:62
+msgid "Left"
+msgstr "左"
+
+#: /home/artem/Projekte/screencast/po/../src//Widgets/keyview.vala:65
+msgid "Middle"
+msgstr "中"
+
+#: /home/artem/Projekte/screencast/po/../src//Widgets/keyview.vala:68
+msgid "Right"
+msgstr "右"
+
+#: /home/artem/Projekte/screencast/po/../src//desktop_launcher.vala:22
+msgid "Record screencasts"
+msgstr "スクリーンキャストを録画"
+
+#: /home/artem/Projekte/screencast/po/../src//desktop_launcher.vala:23
+msgid "Screencaster"
+msgstr "スクリーンキャスター"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:97
+#, c-format
+msgid "Monitor %d"
+msgstr "モニター %d"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:121
+msgid "Fullscreen"
+msgstr "フルスクリーン"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:122
+msgid "Custom"
+msgstr "カスタム"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:137
+msgid "Sound"
+msgstr "サウンド"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:140
+msgid "Video"
+msgstr "ビデオ"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:143
+msgid "Keyboard"
+msgstr "キーボード"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:146
+msgid "Mouse"
+msgstr "マウス"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:149
+msgid "Delay"
+msgstr "遅延"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:153
+msgid "Record computer sounds:"
+msgstr "コンピューターのサウンドを録音:"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:155
+msgid "Record from microphone:"
+msgstr "マイクから録音:"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:158
+msgid "Record from monitor:"
+msgstr "録画するモニター:"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:160
+msgid "Recording area:"
+msgstr "録画する範囲:"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:162
+msgid "Width:"
+msgstr "幅:"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:164
+msgid "Height:"
+msgstr "高さ:"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:196
+msgid "Pressed keys on screen:"
+msgstr "押されたキーを表示:"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:199
+msgid "Mouse clicks on screen:"
+msgstr "マウスのクリックを表示:"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:201
+msgid "Circle around the cursor:"
+msgstr "カーソルの周囲に円を表示:"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:204
+msgid "Delay in seconds:"
+msgstr "遅延する秒数:"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:207
+msgid "Behavior"
+msgstr "動作"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:208
+msgid "Appearance"
+msgstr "外観"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:229
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:485
+msgid "Cancel"
+msgstr "キャンセル"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:230
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:486
+msgid "Cancel the recording without saving the file"
+msgstr "ファイルを保存せずに録画をキャンセルします"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:234
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:539
+msgid "Continue"
+msgstr "続行"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:235
+msgid "Continue recording"
+msgstr "録画を続行します"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:239
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:475
+msgid "Finish"
+msgstr "完了"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:240
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:476
+msgid "Stop the recording and save the file"
+msgstr "録画を停止しファイルを保存します"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:254
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:468
+msgid "Start Recording"
+msgstr "録画を開始"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:259
+msgid "Close"
+msgstr "閉じる"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:436
+msgid "Save Screencast"
+msgstr "スクリーンキャストを保存"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:436
+msgid "Save"
+msgstr "保存"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:439
+#, c-format
+msgid "Screencast from %s"
+msgstr "スクリーンキャスト %s"
+
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:582
+#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:719
+msgid "Pause"
+msgstr "一時停止"


Reply via email to