Hello community,

here is the log from the commit of package gource for openSUSE:Factory checked 
in at 2014-11-18 22:45:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gource (Old)
 and      /work/SRC/openSUSE:Factory/.gource.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gource"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gource/gource.changes    2014-01-10 
21:19:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gource.new/gource.changes       2014-11-18 
22:46:02.000000000 +0100
@@ -1,0 +2,25 @@
+Tue Nov 11 21:08:06 UTC 2014 - [email protected]
+
+- gource 0.43:
+  + Updated boost autoconf macros to fix multi-arch detection.
+- includes changes from gource 0.42:
+  + Fixed bzr log command when no start date was specified.
+  + Fixed hg log commit order when date range specified.
+  + Fixed hg log command line on Windows.
+  + Fixed parser bug in date range filtering code.
+- includes changes from gource 0.41:
+  + Multi-monitor support using SDL 2.0 when available.
+  + SDL 1.2 support is deprecated.
+  + Full screen mode now uses desktop resolution by default.
+  + Added --start-date, --stop-date 'YYYY-MM-DD hh:mm:ss' options.
+  + Added --dir-name-depth option.
+  + Changed --file-idle-time default value to 0.
+  + Changed screenshot format to PNG.
+- packaging changes:
+  + update source URL
+  + drop ppc64le.patch, upstream
+  + update and clean up dependencies
+  + build with and use system tinyxml library instead of in-tree
+  + build with SDL2 where available
+
+-------------------------------------------------------------------

Old:
----
  gource-0.40.tar.gz
  ppc64le.patch

New:
----
  gource-0.43.tar.gz

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

Other differences:
------------------
++++++ gource.spec ++++++
--- /var/tmp/diff_new_pack.eSCHhg/_old  2014-11-18 22:46:04.000000000 +0100
+++ /var/tmp/diff_new_pack.eSCHhg/_new  2014-11-18 22:46:04.000000000 +0100
@@ -17,29 +17,32 @@
 
 
 Name:           gource
-Version:        0.40
+Version:        0.43
 Release:        0
 Summary:        Software version control visualization tool
 License:        GPL-3.0+
 Group:          Productivity/Graphics/Visualization/Graph
-Url:            http://code.google.com/p/gource/
-Source:         http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
-Source1:        cvs-exp.pl
-Source2:        svn-gource.py
-Patch0:         ppc64le.patch
-BuildRequires:  SDL-devel
-BuildRequires:  SDL_image-devel
+Url:            https://code.google.com/p/gource/
+Source:         
https://github.com/acaudwell/Gource/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:        http://gource.googlecode.com/files/cvs-exp.pl
+Source2:        
https://raw.githubusercontent.com/acaudwell/Gource/gource-%{version}/contrib/svn-gource.py
 BuildRequires:  boost-devel >= 1.46
-BuildRequires:  freetype2-devel
-BuildRequires:  ftgl-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glew-devel
 BuildRequires:  glm-devel >= 0.9.3
-BuildRequires:  libjpeg-devel
-BuildRequires:  libpng-devel
-BuildRequires:  pcre-devel
+BuildRequires:  tinyxml-devel
+BuildRequires:  pkgconfig(freetype2) >= 9.0.3
+BuildRequires:  pkgconfig(libpcre)
+BuildRequires:  pkgconfig(libpng) >= 1.2
 Requires:       freefont
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1310
+BuildRequires:  pkgconfig(SDL2_image) >= 2.0
+BuildRequires:  pkgconfig(sdl2) >= 2.0
+%else
+BuildRequires:  pkgconfig(SDL_image) >= 1.2
+BuildRequires:  pkgconfig(sdl) >= 1.2
+%endif
 
 %description
 Gource is a software version control visualization tool.
@@ -54,21 +57,18 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
+       --with-tinyxml=yes \
   --enable-ttf-font-dir=%{_datadir}/fonts/truetype
-make %{?_smp_flags}
+make %{?_smp_mflags}
 
 %install
 %make_install
 install %{SOURCE1} %{buildroot}%{_bindir}/cvs-exp
 install %{SOURCE2} %{buildroot}%{_bindir}/svn-gource
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc COPYING ChangeLog README THANKS

++++++ gource-0.40.tar.gz -> gource-0.43.tar.gz ++++++
++++ 18721 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to