Hello community,

here is the log from the commit of package museic for openSUSE:Factory checked 
in at 2018-10-02 19:48:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/museic (Old)
 and      /work/SRC/openSUSE:Factory/.museic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "museic"

Tue Oct  2 19:48:48 2018 rev:6 rq:639451 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/museic/museic.changes    2018-08-24 
17:11:52.906626217 +0200
+++ /work/SRC/openSUSE:Factory/.museic.new/museic.changes       2018-10-02 
19:49:29.921701528 +0200
@@ -1,0 +2,9 @@
+Mon Sep 24 10:36:28 UTC 2018 - Alexei Podvalsky <avvi...@yandex.by>
+
+- Update to 2.1.0:
+  * Fix: add show_all to childs of pophover
+  * Update version
+  * Use "popup" in Popovers
+  * Addapt CSS to use Element Selectors
+
+-------------------------------------------------------------------

Old:
----
  MuseIC-2.0.2.tar.gz

New:
----
  MuseIC-2.1.0.tar.gz

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

Other differences:
------------------
++++++ museic.spec ++++++
--- /var/tmp/diff_new_pack.KRTqg2/_old  2018-10-02 19:49:32.089699267 +0200
+++ /var/tmp/diff_new_pack.KRTqg2/_new  2018-10-02 19:49:32.093699263 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           museic
-Version:        2.0.2
+Version:        2.1.0
 Release:        0
 Summary:        Audio player with remote control
 License:        GPL-3.0-only

++++++ MuseIC-2.0.2.tar.gz -> MuseIC-2.1.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MuseIC-2.0.2/.travis.yml new/MuseIC-2.1.0/.travis.yml
--- old/MuseIC-2.0.2/.travis.yml        1970-01-01 01:00:00.000000000 +0100
+++ new/MuseIC-2.1.0/.travis.yml        2018-09-24 07:31:17.000000000 +0200
@@ -0,0 +1,28 @@
+---
+
+language: node_js
+
+node_js:
+  - lts/*
+
+sudo: required
+
+services:
+  - docker
+
+addons:
+  apt:
+    sources:
+      - ubuntu-toolchain-r-test
+    packages:
+      - libstdc++-5-dev
+
+cache:
+  directories:
+    - /tmp/liftoff
+
+install:
+  - npm install @elementaryos/houston
+
+script:
+  - houston ci
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MuseIC-2.0.2/CMakeLists.txt 
new/MuseIC-2.1.0/CMakeLists.txt
--- old/MuseIC-2.0.2/CMakeLists.txt     2018-08-13 16:05:08.000000000 +0200
+++ new/MuseIC-2.1.0/CMakeLists.txt     2018-09-24 07:31:17.000000000 +0200
@@ -17,7 +17,7 @@
 
 set (EXEC_NAME "com.github.bcedu.museic")
 set (RELEASE_NAME "MuseIC")
-set (VERSION "2.0.2")
+set (VERSION "2.1.0")
 set (VERSION_INFO "MuseIC beta version")
 set (ICON "${PKGDATADIR}/data/icons/com.github.bcedu.museic.svg")
 set (HTMLDIR "${PKGDATADIR}/data/html/")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/MuseIC-2.0.2/data/com.github.bcedu.museic.appdata.xml 
new/MuseIC-2.1.0/data/com.github.bcedu.museic.appdata.xml
--- old/MuseIC-2.0.2/data/com.github.bcedu.museic.appdata.xml   2018-08-13 
16:05:08.000000000 +0200
+++ new/MuseIC-2.1.0/data/com.github.bcedu.museic.appdata.xml   2018-09-24 
07:31:17.000000000 +0200
@@ -45,6 +45,25 @@
         </screenshot>
     </screenshots>
     <releases>
+        <release version="2.1.0" date="2018-09-11">
+            ​<description>
+                ​<p>MuseIC Release</p>
+                <ul>
+                    <li> Compatibility with elementary Juno</li>
+                    <li> UI changes to make it more "elementary style"</li>
+                    <li> Added artists search bar</li>
+                    <li> Added files search bar</li>
+                    <li> Added button to edit metadata: name, artist and album 
(only for the museic library) </li>
+                    <li> Added button to delete files from the filelist </li>
+                    <li> Improved artists list with scrollbar</li>
+                    <li> Show the duration of each file in the filelist and 
playlist </li>
+                    <li> Show artist's playlist by clicking current artist 
</li>
+                    <li> Pressing the name of the current song brings you the 
current filelist and scrolls you to the song </li>
+                    <li> Hit "space" to make play / pause </li>
+                    <li> Hit right / left change song </li>
+                </ul>
+            ​</description>
+        </release>
         <release version="2.0.2" date="2018-07-13">
             ​<description>
                 ​<p>MuseIC Release</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MuseIC-2.0.2/debian/changelog 
new/MuseIC-2.1.0/debian/changelog
--- old/MuseIC-2.0.2/debian/changelog   2018-08-13 16:05:08.000000000 +0200
+++ new/MuseIC-2.1.0/debian/changelog   2018-09-24 07:31:17.000000000 +0200
@@ -1,5 +1,5 @@
-com.github.bcedu.museic (1.2) precise; urgency=low
+com.github.bcedu.museic (2.1) precise; urgency=low
 
-  * Remote control through browser.
+  * Juno release of MuseIC.
 
  Eduard Berloso Clarà <eduard.bc...@gmail.com>  Tue, 9 Apr 2013 04:53:39 -0500
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MuseIC-2.0.2/src/css/main.css 
new/MuseIC-2.1.0/src/css/main.css
--- old/MuseIC-2.0.2/src/css/main.css   2018-08-13 16:05:08.000000000 +0200
+++ new/MuseIC-2.1.0/src/css/main.css   2018-09-24 07:31:17.000000000 +0200
@@ -1,42 +1,42 @@
-.headerbar{
+headerbar, .headerbar{
 }
 
-.fileListStore {
+fileListStore, .fileListStore {
 }
 
-.playListStore {
+playListStore, .playListStore {
 }
 
-.filetitle {
+filetitle, .filetitle {
     border-bottom-width: 1;
     border-bottom-style: solid;
     border-bottom-color: #a6a6a6;
 }
 
-.songtitle {
+songtitle, .songtitle {
     font-size: 10px;
 }
 
-.songartist {
+songartist, .songartist {
     font-size: 8px;
     font-weight: bold;
     padding: 0;
 }
 
-.songartist * {
+songartist *, .songartist * {
     color: #444444;
     text-decoration: none;
 }
 
-.filesGridContent {
+filesGridContent, .filesGridContent {
     border-top-width: 1;
     border-top-style: solid;
     border-top-color: #cccccc;
 }
-.streamtime {
+streamtime, .streamtime {
 }
 
-.antButton{
+antButton, .antButton{
     /*border-color: white;*/
     /*background-color: white;*/
     border-right-width: 0px;
@@ -44,66 +44,66 @@
     border-bottom-right-radius: 0px;
 }
 
-.playButton {
+playButton, .playButton {
     /*border-color: white;*/
     /*background-color: white;*/
     border-radius: 0px;
     border-right-width: 0px;
 }
 
-.segButton {
+segButton, .segButton {
     /*border-color: white;*/
     /*background-color: white;*/
     border-radius: 0px;
     border-right-width: 0px;
 }
 
-.randButton {
+randButton, .randButton {
     /*border-radius: 50%;*/
     /*border-color: white;*/
     border-top-left-radius: 0px;
     border-bottom-left-radius: 0px;
 }
 
-.volumebar {
+volumebar, .volumebar {
     /*background-color: white;*/
     /*border: 0;*/
 }
 
-.filelisttitle {
+filelisttitle, .filelisttitle {
     font-size: 12px;
 }
 
-.playlisttitle {
+playlisttitle, .playlisttitle {
     font-size: 12px;
 }
 
-.filelist_chooser {
+filelist_chooser, .filelist_chooser {
     font-weight: bold;
 }
 
-.addToPlayButton {
+addToPlayButton, .addToPlayButton {
     /*border-radius: 50%;*/
     /*border-color: white;*/
     /*background-color: white;*/
 }
 
-.separator1{
+separator1, .separator1{
 }
 
-.statusBox {
+statusBox, .statusBox {
 }
 
-.progresBox {
+progresBox, .progresBox {
 }
 
-.statusButtons {
+statusButtons, .statusButtons {
 }
 
-.footbar {
+footbar, .footbar {
     background-color: white;
 }
 
-.conf_btn_label {
+conf_btn_label, .conf_btn_label {
   font-weight: bold;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MuseIC-2.0.2/src/museic_gui.vala 
new/MuseIC-2.1.0/src/museic_gui.vala
--- old/MuseIC-2.0.2/src/museic_gui.vala        2018-08-13 16:05:08.000000000 
+0200
+++ new/MuseIC-2.1.0/src/museic_gui.vala        2018-09-24 07:31:17.000000000 
+0200
@@ -562,7 +562,8 @@
         vbox.add(helptext);
         helpw.add (vbox);
 
-        helpw.show_all();
+        vbox.show_all();
+        helpw.popup();
     }
 
     [CCode(instance_pos=-1)]
@@ -591,7 +592,8 @@
         vbox.pack_end (hbox, true, true, 0);
 
         confpw.add(vbox);
-        confpw.show_all();
+        vbox.show_all();
+        confpw.popup();
         confpw.closed.connect(() => {
             this.museic_app.save_used_port(int.parse(entry1.get_text()));
         });
@@ -671,7 +673,8 @@
         helpw.add (vbox);
         helpw.vexpand = true;
         helpw.set_position (Gtk.PositionType.BOTTOM);
-        helpw.show_all();
+        vbox.show_all();
+        helpw.popup();
     }
 
     private void change_shown_filelist_by_artist(string artist) {
@@ -727,7 +730,8 @@
         searchpopover.add (scrolled);
         searchpopover.vexpand = true;
         searchpopover.set_position (Gtk.PositionType.BOTTOM);
-        searchpopover.show_all();
+        scrolled.show_all();
+        searchpopover.popup();
     }
 
     public bool action_press_key(Gtk.Widget widget, Gdk.EventKey event) {


Reply via email to