Hello community,

here is the log from the commit of package wv for openSUSE:Factory checked in 
at 2013-10-09 14:19:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wv (Old)
 and      /work/SRC/openSUSE:Factory/.wv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wv"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wv/wv.changes    2013-09-04 14:06:10.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.wv.new/wv.changes       2013-10-09 
14:19:21.000000000 +0200
@@ -1,0 +2,14 @@
+Tue Oct  8 09:45:30 UTC 2013 - mvysko...@suse.com
+
+- Fix Source URL 
+
+-------------------------------------------------------------------
+Fri Oct  4 09:52:08 UTC 2013 - mvysko...@suse.com
+
+- Update to 1.2.4 (no changelog available)
+  * bump soname to libwv-1.2.so.3
+- Dropped wv-1.2.2-overflow.patch, fixed upstream
+- Reformat spec file, added Source url and URL, use  more macros
+  and use pkgconfig() based BuildRequires
+
+-------------------------------------------------------------------

Old:
----
  wv-1.2.2-overflow.patch

New:
----
  wv-1.2.4.tar.gz

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

Other differences:
------------------
++++++ wv.spec ++++++
--- /var/tmp/diff_new_pack.WP1RbG/_old  2013-10-09 14:19:36.000000000 +0200
+++ /var/tmp/diff_new_pack.WP1RbG/_new  2013-10-09 14:19:36.000000000 +0200
@@ -16,44 +16,38 @@
 #
 
 
+%global lname  libwv-1_2-3
+
 Name:           wv
-%define lname  libwv-1_2-1
-BuildRequires:  glib2-devel
-BuildRequires:  libgsf-devel
-BuildRequires:  libtool
-BuildRequires:  libwmf-devel
-BuildRequires:  libxml2-devel
-BuildRequires:  pkgconfig
-BuildRequires:  zlib-devel
-Version:        1.2.2
+Version:        1.2.4
 Release:        0
 Summary:        Tools for Importing Microsoft Word (tm) Documents
 License:        GPL-2.0+
 Group:          Productivity/Publishing/Word
-Url:            http://wvWare.sourceforge.net/
-Source:         wv-%{version}.tar.gz
-Patch:          wv-1.2.2-automake.patch
+Url:            http://wvware.sourceforge.net/
+Source0:        
http://prdownloads.sourceforge.net/wvware/%{name}-%{version}.tar.gz
+Patch0:         wv-1.2.2-automake.patch
 Patch5:         wv-1.0.3-wvText.patch
 Patch7:         wv-1.0.3-pc.patch
-Patch8:         wv-1.2.2-overflow.patch
-Patch9:         %{name}-1.2.2-fiximplicit.patch
+Patch9:         wv-1.2.2-fiximplicit.patch
 Patch10:        wv-strcasecmp.patch
 Patch11:        wv-gsf.patch
 Patch12:        wv-noansi.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       w3m
+BuildRequires:  libtool
+BuildRequires:  libwmf-devel
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(libgsf-1)
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(zlib)
 
 %description
 WV is a program that can understand the Microsoft Word 8 binary file
 format (Office97). It currently converts Word into HTML, which can then
 be read with a web browser.
 
-
-
-Authors:
---------
-    Caolan McNamara <caolan.mcnam...@ul.ie>
-
 %package -n %lname
 Summary:        Library for importing Microsoft Word documents
 Group:          System/Libraries
@@ -71,69 +65,72 @@
 %description devel
 Static Libraries and Header Files for wv.
 
-
-
-Authors:
---------
-    Caolan McNamara <caolan.mcnam...@ul.ie>
-
 %prep
 %setup -q
-%patch
+%patch0
 %patch5
 %patch7
-%patch8
 %patch9 -p1
 %patch10 -p1
 %if 0%{?suse_version} > 1230
 %patch11 -p1
 %endif
 %patch12 -p1
+
 %build
 autoreconf -f -i --verbose
 %define warn_flags -Wall -Wstrict-prototypes -Wpointer-arith -Wformat 
-Wformat-security
 CFLAGS="$RPM_OPT_FLAGS %{warn_flags} -fno-strict-aliasing -fstack-protector" \
-%configure --with-libwmf --with-expat --disable-dependency-tracking 
--disable-static --with-pic
+%configure \
+    --with-libwmf \
+    --with-expat \
+    --disable-dependency-tracking \
+    --disable-static \
+    --with-pic
+
 make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT manonedir=%{_mandir}/man1 install
 rm -f %{buildroot}%{_libdir}/*.la
 
+%check
+make check
+
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-/usr/bin/wvAbw
-/usr/bin/wvCleanLatex
-/usr/bin/wvConvert
-/usr/bin/wvDVI
-/usr/bin/wvHtml
-/usr/bin/wvLatex
-/usr/bin/wvMime
-/usr/bin/wvPDF
-/usr/bin/wvPS
-/usr/bin/wvRTF
-/usr/bin/wvSummary
-/usr/bin/wvText
-/usr/bin/wvVersion
-/usr/bin/wvWare
-/usr/bin/wvWml
-/usr/bin/wvDocBook
-/usr/share/wv
-%doc %{_mandir}/*/*
 %doc COPYING README 
+%{_bindir}/wvAbw
+%{_bindir}/wvCleanLatex
+%{_bindir}/wvConvert
+%{_bindir}/wvDVI
+%{_bindir}/wvHtml
+%{_bindir}/wvLatex
+%{_bindir}/wvMime
+%{_bindir}/wvPDF
+%{_bindir}/wvPS
+%{_bindir}/wvRTF
+%{_bindir}/wvSummary
+%{_bindir}/wvText
+%{_bindir}/wvVersion
+%{_bindir}/wvWare
+%{_bindir}/wvWml
+%{_bindir}/wvDocBook
+%{_datadir}/wv
+%doc %{_mandir}/*/*
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/libwv-1.2.so.1*
+%_libdir/libwv-1.2.so.*
 
 %files devel
 %defattr(-,root,root)
-%_libdir/pkgconfig/*
-/usr/include/wv
-%{_libdir}/*.so
+%{_includedir}/wv
+%{_libdir}/libwv.so
+%{_libdir}/pkgconfig/%{name}-1.0.pc
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to