Hello community, here is the log from the commit of package pragha for openSUSE:Factory checked in at 2012-06-18 14:52:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pragha (Old) and /work/SRC/openSUSE:Factory/.pragha.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pragha", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/pragha/pragha.changes 2012-05-14 16:18:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pragha.new/pragha.changes 2012-06-18 14:52:36.000000000 +0200 @@ -1,0 +2,32 @@ +Sat Jun 16 15:58:03 UTC 2012 - [email protected] + +- Update to 1.1.0. + * Suggest import XDG_MUSIC_DIR to library on first start. + * Merge playlist and radios on unique library view pane. + * Add option to make aproximate searchs using a levenshtein + distance. + * Add a new menu option to copy tags of selection in current + playlist. + * mpris: partially implement AddTrack. + * Add support for gstreamer 1.0. + * F9 to show/hide the sidepane. + * Add --log-file/ -l command line option to log debug to a file. + * Follow fdo Icon Naming Specification. + * Reorganization of the main menu. + + File menu change to Playback and adds the random and repeat + options. + + Edit menu change to Playlist, and adds the options to add + files, audio CD and locations. + + Preferences are now found in tools. + * The initial window size and cols width is set dynamically + according to the screen size. + * Fixed bugs (see NEWS file). +- Add pragha-1.1.0-i586.patch: fix build in i586 + (https://github.com/matiasdelellis/pragha/issues/31). + +------------------------------------------------------------------- +Sat May 26 11:08:53 UTC 2012 - [email protected] + +- BuildRequires: pkgconfig(libcdio_paranoia). + +------------------------------------------------------------------- Old: ---- pragha-1.0.2.tar.bz2 New: ---- pragha-1.1.0-i586.patch pragha-1.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pragha.spec ++++++ --- /var/tmp/diff_new_pack.EZ7CRR/_old 2012-06-18 14:52:38.000000000 +0200 +++ /var/tmp/diff_new_pack.EZ7CRR/_new 2012-06-18 14:52:38.000000000 +0200 @@ -15,16 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: pragha -Version: 1.0.2 +Version: 1.1.0 Release: 0 -License: GPL-3.0+ Summary: Lightweight Music Player -Url: http://pragha.wikispaces.com/ +License: GPL-3.0+ Group: Productivity/Multimedia/Sound/Players +Url: http://pragha.wikispaces.com/ Source0: https://github.com/downloads/matiasdelellis/%{name}/%{name}-%{version}.tar.bz2 # PATCH-FIX-OPENSUSE pragha-1.0.2-pixdir.patch [email protected] -- install icons into program dir, not into system one Patch0: pragha-1.0.2-pixdir.patch +# PATCH-FIX-UPSTREAM pragha-1.1.0-i586.patch https://github.com/matiasdelellis/pragha/issues/31 -- fix build in i586 +Patch1: pragha-1.1.0-i586.patch BuildRequires: ImageMagick BuildRequires: autoconf BuildRequires: fdupes @@ -36,6 +39,7 @@ BuildRequires: pkgconfig(gstreamer-plugins-base-0.10) BuildRequires: pkgconfig(keybinder) BuildRequires: pkgconfig(libcddb) +BuildRequires: pkgconfig(libcdio_paranoia) BuildRequires: pkgconfig(libclastfm) >= 0.5 BuildRequires: pkgconfig(libglyr) BuildRequires: pkgconfig(libnotify) @@ -80,9 +84,9 @@ %prep %setup -q %patch0 +%patch1 -p1 %build -autoconf -f -v %configure make %{?_smp_mflags} ++++++ pragha-1.1.0-i586.patch ++++++ diff --git a/src/pragha.h b/src/pragha.h --- a/src/pragha.h +++ b/src/pragha.h @@ -94,13 +94,13 @@ /* Some default preferences. */ -#define MIN_WINDOW_WIDTH 0.75 * gdk_screen_width() -#define MIN_WINDOW_HEIGHT 0.75 * gdk_screen_height() +#define MIN_WINDOW_WIDTH (gdk_screen_width() * 3 / 4) +#define MIN_WINDOW_HEIGHT (gdk_screen_height() * 3 / 4) #define DEFAULT_SIDEBAR_SIZE 200 #define ALBUM_ART_SIZE 36 #define PROGRESS_BAR_WIDTH 300 #define COL_WIDTH_THRESH 30 -#define DEFAULT_PLAYLIST_COL_WIDTH (MIN_WINDOW_WIDTH - DEFAULT_SIDEBAR_SIZE) / 4 +#define DEFAULT_PLAYLIST_COL_WIDTH ((MIN_WINDOW_WIDTH - DEFAULT_SIDEBAR_SIZE) / 4) #define OSD_TIMEOUT 5000 #define ALBUM_ART_PATTERN_LEN 1024 #define ALBUM_ART_NO_PATTERNS 6 ++++++ pragha-1.0.2.tar.bz2 -> pragha-1.1.0.tar.bz2 ++++++ ++++ 30505 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
