Hello community,

here is the log from the commit of package aegisub for openSUSE:Factory checked 
in at 2014-01-30 14:53:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aegisub (Old)
 and      /work/SRC/openSUSE:Factory/.aegisub.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aegisub"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aegisub/aegisub.changes  2013-07-07 
22:16:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aegisub.new/aegisub.changes     2014-01-30 
14:53:52.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Jan 23 14:43:50 UTC 2014 - reddw...@opensuse.org
+
+- Update to 3.1.1
+  * New features and bug fixes. See http://www.aegisub.org/changelog/3.1.0/
+    and http://www.aegisub.org/changelog/3.1.1/
+- Add aegisub-old_wc.patch
+
+-------------------------------------------------------------------

Old:
----
  aegisub-3.0.4.tar.xz

New:
----
  aegisub-3.1.1.tar.xz
  aegisub-old_wc.patch

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

Other differences:
------------------
++++++ aegisub.spec ++++++
--- /var/tmp/diff_new_pack.VOURts/_old  2014-01-30 14:53:53.000000000 +0100
+++ /var/tmp/diff_new_pack.VOURts/_new  2014-01-30 14:53:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aegisub
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,23 @@
 %bcond_with ffms2
 
 Name:           aegisub
-Version:        3.0.4
+Version:        3.1.1
 Release:        0
 Summary:        Subtitle editor
 License:        BSD-3-Clause
 Group:          Productivity/Multimedia/Video/Editors and Convertors
 Url:            http://www.aegisub.net/
 Source0:        http://ftp.aegisub.org/pub/releases/aegisub-%{version}.tar.xz
+Patch0:         aegisub-old_wc.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  boost-devel >= 1.50
 BuildRequires:  gcc-c++
+BuildRequires:  intltool
 BuildRequires:  pkg-config >= 0.20
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
-BuildRequires:  wxWidgets-devel >= 2.9.3
+BuildRequires:  wxWidgets-devel >= 2.9.5
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(fftw3) >= 3.3
 BuildRequires:  pkgconfig(fontconfig) >= 2.4
@@ -55,8 +60,9 @@
 functions with ease.
 
 %prep
-%setup -q -n aegisub
-rm -r contrib docs
+%setup -q
+%patch0
+rm -r contrib docs deps
 cd aegisub
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
 sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/version.cpp
@@ -65,6 +71,7 @@
 
 %build
 cd aegisub
+autoreconf -fi
 # Don't use --disable-update-checker because of 
http://blog.aegisub.org/2012/02/bit-of-statistics.html
 %configure --with-player-audio=PulseAudio \
            --without-oss
@@ -73,12 +80,12 @@
 %install
 cd aegisub
 %make_install
-%find_lang %{name}-30
+%find_lang %{name}-31
 
-%files -f aegisub/%{name}-30.lang
+%files -f aegisub/%{name}-31.lang
 %defattr(0644, root, root, 0755)
 %doc aegisub/LICENCE
-%attr(0755,root,root) %{_bindir}/aegisub-3.0
+%attr(0755,root,root) %{_bindir}/aegisub-3.1
 %{_datadir}/aegisub/
 %{_datadir}/applications/aegisub.desktop
 %{_datadir}/icons/hicolor/*/apps/aegisub.*

++++++ aegisub-3.0.4.tar.xz -> aegisub-3.1.1.tar.xz ++++++
++++ 257449 lines of diff (skipped)

++++++ aegisub-old_wc.patch ++++++
Index: aegisub/configure.ac
===================================================================
--- aegisub/configure.ac.orig
+++ aegisub/configure.ac
@@ -16,7 +16,7 @@ m4_define([libpulse_required_version], [
 m4_define([lua_auto4_required_version], [5.1])
 m4_define([pkgconfig_required_version], [0.20])
 m4_define([portaudio_required_version], [19])
-m4_define([wx_required_version], [3.0.0])
+m4_define([wx_required_version], [2.9.5])
 
 #######
 # Setup
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to