Hello community,

here is the log from the commit of package epymc for openSUSE:Factory checked 
in at 2016-09-30 15:33:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/epymc (Old)
 and      /work/SRC/openSUSE:Factory/.epymc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "epymc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/epymc/epymc.changes      2015-11-05 
11:35:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.epymc.new/epymc.changes 2016-09-30 
15:33:20.000000000 +0200
@@ -1,0 +2,74 @@
+Wed Sep 28 08:50:40 UTC 2016 - [email protected]
+
+- %lang_package is now not in description
+
+-------------------------------------------------------------------
+Sun Sep 18 08:27:09 UTC 2016 - [email protected]
+
+- Add fix-desktop-file.patch
+
+-------------------------------------------------------------------
+Sun Sep 18 07:28:11 UTC 2016 - [email protected]
+
+- 1.2.0 Release
+New features:
+ * New Photo module
+ * New PosterGrid/CoverGrid views
+ * New South Park Studios online video channel
+ * New themoviedb.org online video channel (with movie trailers)
+ * Added a new secret online channel
+ * Virtual keyboard is now also usable with the real keyboard
+ * Virtual keyboard now support multiple layouts
+ * Show the status of the downloads in progress (with ability to
+start/abort)
+ * Thumbnailing ability, using a custom Ethumb slave process
+ * Automatically (and manually) download and update youtube-dl
+ * New Watchdog module (sadly gstreamer1 sometimes hang the mainloop for me)
+ * Cache to file remote images for faster reloading
+ * Support remote urls also in the mediaplayer cover image
+ * Show current folders in the file-manager
+ * Option to hide the mouse cursor when not needed (not move or video
+playing)
+ * Support for subtitles embedded in the video files
+ * New check_po setup command, give translations stats with a nice bar
+
+Improvements:
+ * Initial music library scan is now 10 times faster (measured with the
+library
+   and the config folder on the same slow HDD) see Issue #2 for more info.
+ * Lots of improvements in the Music module and the AudioPlayer itself:
+   playlist is now visible and browsable, player/playlist controls are
+always
+   reachable in the UI, ability to set loop and shuffle.
+ * Better zapiks video schannel
+
+New Translations:
+ * Finnish
+
+Changes:
+ * Dropped python 2 support, you MUST use python 3 from now on
+ * Removed broken traileraddict channel (use the new tmdb instead)
+ * Use elm focus in place of the custom EmcFocusManager
+ * We now use ecore_con.Url for fetching data from the net (instead of
+   ecore.file_download + file read + file delete)
+
+Bug fixed:
+ * Fixed poster hiding (and console errors) for efl >= 1.16
+ * Fixed posters for the vimeo channel
+ * Fixed tmdb language selector in config
+ * Fixed (hopefully) subs decoding
+ * Fixed video download to work again
+ * Fixed a bug that was causing fileman buttons to be clickable also when
+hidden
+ * Removed usage of elm deprecated ObjectItem.data_get() function
+ * Removed edc warning about "fixed: 1 1"
+ * Fixed compatibility with python 3.5 (os.path.exists no more accept
+unicode)
+ * Updated yt scraper to latest web changes
+
+-------------------------------------------------------------------
+Wed Feb  3 07:40:49 UTC 2016 - [email protected]
+
+- use python3 sitelib
+
+-------------------------------------------------------------------

Old:
----
  epymc-1.1.0.1.tar.gz

New:
----
  fix-desktop-file.patch
  v1.2.0.tar.gz

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

Other differences:
------------------
++++++ epymc.spec ++++++
--- /var/tmp/diff_new_pack.bafWzu/_old  2016-09-30 15:33:25.000000000 +0200
+++ /var/tmp/diff_new_pack.bafWzu/_new  2016-09-30 15:33:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package epymc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,52 +17,65 @@
 
 
 Name:           epymc
-Version:        1.1.0.1
+Version:        1.2.0
 Release:        0
 Summary:        A Media Center designed to run on a large number of devices
 License:        GPL-3.0+
 Group:          Productivity/Multimedia/Video/Players
 Url:            https://github.com/DaveMDS/epymc
-Source0:        %{name}-%{version}.tar.gz
+Source0:        v%{version}.tar.gz
+Patch0:         fix-desktop-file.patch
 BuildArch:      noarch
 BuildRequires:  efl-devel
 BuildRequires:  intltool
-BuildRequires:  python-distutils-extra
-BuildRequires:  python-efl
+BuildRequires:  python3-distutils-extra
+BuildRequires:  python3-efl
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %endif
-Requires:       python-efl
+Requires:       python3-efl
 
 %description
 
-
 EpyMC is a Media Center application written in python that use the 
Enlightenment Foundation Library as
 the living base. 
+
+%lang_package
+
 %prep
 %setup -q -n  %{name}-%{version}
+%patch0 -p1
 
 %build
-python setup.py build
+python3 setup.py build
 
 %install
-python setup.py install --root "%{buildroot}"
+python3 setup.py install --root "%{buildroot}"
 %if 0%{?suse_version}
 %fdupes %{buildroot}/%{_datadir}
 %suse_update_desktop_file epymc "Video;Player"
 %endif
+%find_lang %{name}
 
 %files
 %defattr(-,root,root,-)
 %doc README.md COPYING TODO
+%doc README.md COPYING TODO
 %{_bindir}/epymc
 %{_bindir}/epymc_standalone
-%{python_sitelib}/epymc*
-%{python_sitelib}/EpyMC*
+%{_bindir}/epymc_thumbnailer
+%{_bindir}/epymc_watchdog
+
+%{python3_sitelib}/epymc*
+%exclude %{python3_sitelib}/epymc/locale/*/LC_MESSAGES/epymc.mo
+%{python3_sitelib}/EpyMC*
 %{_datadir}/icons/*
 %{_datadir}/applications/epymc.desktop
 %{_datadir}/xsessions/epymc_xsession.desktop
 
+%files lang -f %{name}.lang
+%defattr(-,root,root)
+
 %changelog

++++++ fix-desktop-file.patch ++++++
Index: epymc-1.2.0/data/desktop/epymc.desktop
===================================================================
--- epymc-1.2.0/data/desktop/epymc.desktop
+++ epymc-1.2.0/data/desktop/epymc.desktop
@@ -10,7 +10,7 @@ Type=Application
 Categories=AudioVideo;Player;
 StartupWMClass=epymc
 
MimeType=application/mxf;application/ogg;application/ram;application/sdp;application/smil;application/smil+xml;application/vnd.ms-wpl;application/vnd.rn-realmedia;application/x-extension-m4a;application/x-extension-mp4;application/x-flac;application/x-flash-video;application/x-matroska;application/x-netshow-channel;application/x-ogg;application/x-quicktime-media-link;application/x-quicktimeplayer;application/x-shorten;application/x-smil;application/xspf+xml;audio/3gpp;audio/ac3;audio/AMR;audio/AMR-WB;audio/basic;audio/midi;audio/mp4;audio/mpeg;audio/mpegurl;audio/ogg;audio/prs.sid;audio/vnd.rn-realaudio;audio/x-aiff;audio/x-ape;audio/x-flac;audio/x-gsm;audio/x-it;audio/x-m4a;audio/x-matroska;audio/x-mod;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;audio/x-ms-wma;audio/x-musepack;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-realaudio;audio/x-pn-realaudio-plugin;audio/x-pn-wav;audio/x-pn-windows-acm;audio/x-realaudio;audio/x-real-audio;audio/x-sbc;audio/x-scpls;audio/x-speex;audio/x-tta;audio/x-wav;audio/x-wavpack;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-xm;image/vnd.rn-realpix;image/x-pict;misc/ultravox;text/google-video-pointer;text/x-google-video-pointer;video/3gpp;video/dv;video/fli;video/flv;video/mp2t;video/mp4;video/mp4v-es;video/mpeg;video/msvideo;video/ogg;video/quicktime;video/vivo;video/vnd.divx;video/vnd.rn-realvideo;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-flv;video/x-m4v;video/x-matroska;video/x-mpeg;video/x-ms-asf;video/x-ms-asx;video/x-msvideo;video/x-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvx;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg;video/x-totem-stream;x-content/video-dvd;x-content/video-vcd;x-content/video-svcd;
-Actions=Movies;TvShows;OnlineChannels;Music;Mame;Photo
+Actions=Movies;TvShows;OnlineChannels;Music;Mame;Photo;
 
 [Desktop Action Movies]
 Exec=epymc --activity movies

Reply via email to