Hello community,

here is the log from the commit of package viewnior for openSUSE:Factory
checked in at Mon Sep 19 21:17:29 CEST 2011.



--------
--- viewnior/viewnior.changes   2011-08-19 17:33:27.000000000 +0200
+++ /mounts/work_src_done/STABLE/viewnior/viewnior.changes      2011-09-18 
09:27:11.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Sep 18 07:26:06 UTC 2011 - [email protected]
+
+- added viewnior-1.1-ld_fix.patch to fix failure caused by new ld 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  viewnior-1.1-ld_fix.patch

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

Other differences:
------------------
++++++ viewnior.spec ++++++
--- /var/tmp/diff_new_pack.vTJ7lD/_old  2011-09-19 21:17:25.000000000 +0200
+++ /var/tmp/diff_new_pack.vTJ7lD/_new  2011-09-19 21:17:25.000000000 +0200
@@ -26,6 +26,7 @@
 License:        GPLv3+
 Url:            http://xsisqox.github.com/Viewnior
 Source0:        %{name}-%{version}.tar.bz2
+Patch0:         %{name}-1.1-ld_fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gtk2-devel
 BuildRequires:  update-desktop-files
@@ -50,6 +51,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # fix spurious executable perms
 chmod 0644 AUTHORS ChangeLog COPYING NEWS README TODO src/*
 

++++++ viewnior-1.1-ld_fix.patch ++++++
diff -uNr old-viewnior-1.1/src/Makefile.am viewnior-1.1/src/Makefile.am
--- old-viewnior-1.1/src/Makefile.am    2010-12-15 21:25:38.000000000 +0100
+++ viewnior-1.1/src/Makefile.am        2011-09-18 09:24:57.149370402 +0200
@@ -48,7 +48,7 @@
     -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
     -DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\"
 
-viewnior_LDADD = $(VNR_LIBS)
+viewnior_LDADD = $(VNR_LIBS) -lm
 
 uni-marshal.h: uni-marshal.list $(GLIB_GENMARSHAL)
        $(QUIET_GEN)$(GLIB_GENMARSHAL) $< --header --prefix=uni_marshal > $@
diff -uNr old-viewnior-1.1/src/Makefile.in viewnior-1.1/src/Makefile.in
--- old-viewnior-1.1/src/Makefile.in    2010-12-15 21:25:48.000000000 +0100
+++ viewnior-1.1/src/Makefile.in        2011-09-18 09:25:10.358370403 +0200
@@ -287,7 +287,7 @@
     -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
     -DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\"
 
-viewnior_LDADD = $(VNR_LIBS)
+viewnior_LDADD = $(VNR_LIBS) -lm
 CLEANFILES = $(BUILT_SOURCES)
 EXTRA_DIST = uni-marshal.list
 all: $(BUILT_SOURCES)

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



Remember to have fun...

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

Reply via email to