Hello community,

here is the log from the commit of package aegisub for openSUSE:Factory checked 
in at 2015-07-02 22:51:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-02-12 
10:22:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aegisub.new/aegisub.changes     2015-07-03 
00:01:22.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun 29 14:49:33 UTC 2015 - t...@physics.org
+
+- Fix build break by adding -pthread to LDFLAGS
+  * Makefile.inc.in.patch 
+
+-------------------------------------------------------------------

New:
----
  Makefile.inc.in.patch

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

Other differences:
------------------
++++++ aegisub.spec ++++++
--- /var/tmp/diff_new_pack.Gkuqjl/_old  2015-07-03 00:01:23.000000000 +0200
+++ /var/tmp/diff_new_pack.Gkuqjl/_new  2015-07-03 00:01:23.000000000 +0200
@@ -27,6 +27,7 @@
 Url:            http://www.aegisub.net/
 Source0:        http://ftp.aegisub.org/pub/releases/aegisub-%{version}.tar.xz
 Patch0:         aegisub-old_wc.patch
+Patch1:         Makefile.inc.in.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  boost-devel >= 1.50
@@ -65,6 +66,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
 sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/version.cpp
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes 
'+%%H:%%M:%%S')

++++++ Makefile.inc.in.patch ++++++
--- aegisub-3.2.2/Makefile.inc.in.orig  2015-06-29 14:44:02.998996223 +0100
+++ aegisub-3.2.2/Makefile.inc.in       2015-06-29 14:44:37.957948716 +0100
@@ -28,7 +28,7 @@
 CPPFLAGS            = @CPPFLAGS@
 CFLAGS_DEP          = -MMD -MP
 LIBS                = @LIBS@
-LDFLAGS             = @LDFLAGS@
+LDFLAGS             = @LDFLAGS@ -pthread
 INSTALL_FLAGS       = -m 644
 LIB_SHARED_LINK     = -shared -Wl,-soname -Wl,$(LIB_SHARED_FULL)
 LIB_SHARED_LINK_OSX = -dynamiclib -Wl,-undefined -Wl,dynamic_lookup 
-compatibility_version $(LIB_VERSION) -current_version $(LIB_VERSION) 
-Wl,-single_module -mmacosx-version-min=10.7 -install_name 
${CURDIR}/$(LIB_SHARED_FULL)

Reply via email to