commit wv for openSUSE:Factory

2018-02-06 Thread root
Hello community,

here is the log from the commit of package wv for openSUSE:Factory checked in 
at 2018-02-06 16:50:40

Comparing /work/SRC/openSUSE:Factory/wv (Old)
 and  /work/SRC/openSUSE:Factory/.wv.new (New)


Package is "wv"

Tue Feb  6 16:50:40 2018 rev:21 rq:573276 version:1.2.9

Changes:

--- /work/SRC/openSUSE:Factory/wv/wv.changes2013-10-09 14:19:21.0 
+0200
+++ /work/SRC/openSUSE:Factory/.wv.new/wv.changes   2018-02-06 
16:50:43.371662537 +0100
@@ -1,0 +2,39 @@
+Mon Feb  5 20:27:17 UTC 2018 - jeng...@inai.de
+
+- --with-pic has no effect with --disable-static.
+- Reword description of wv-devel since there are no static libs.
+
+---
+Sat Feb  3 19:18:02 UTC 2018 - avin...@opensuse.org
+
+- Update to 1.2.9
+  * fixes BC break from 1.2.8
+- includes 1.2.8
+  * Fix segfault trying to parse certain word documents
+  * Fix Tables not imported from MS Word documents
+  * Fix wvWare hangs on this seemingly blank word doc
+  * Buildfix: Remove unused LINK_WIN32_DLL check
+  * Buildfix: link with -no-undefined
+- includes 1.2.7 
+  * Fix regression: newlines not imported anymore
+  * Cross building improvements
+  * Fix build issue: 'libtool: link: `-::-' is not valid version
+information'
+- includes 1.2.6
+  * unportable test construct.
+  * Fix typos in wvWare's help message.
+  * Fix a few mis-matched wvMalloc/malloc/wvFree/free combinations.
+Use glib to allocate and free all of our memory.
+  * a NULL pointer was causing a crash.
+  * Default font alignment in paragraph was incorrect.
+  * Crash in the PAP handling.
+  * Fix a memory leak in wvRTF.
+  * Fix huge performance issue while loading images
+  * Fix invalid writes in wvConfig.c
+- cleanup with spec-cleaner
+- use new upstream url
+- rebase wv-1.2.2-automake.patch
+- rebase wv-1.0.3-wvText.patch
+- drop wv-1.0.3-pc.patch (applied upstream)
+
+---

Old:

  wv-1.0.3-pc.patch
  wv-1.2.2.tar.gz
  wv-1.2.4.tar.gz

New:

  wv-1.2.9.tar.gz



Other differences:
--
++ wv.spec ++
--- /var/tmp/diff_new_pack.gT61q5/_old  2018-02-06 16:50:44.331617582 +0100
+++ /var/tmp/diff_new_pack.gT61q5/_new  2018-02-06 16:50:44.335617396 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wv
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,21 @@
 #
 
 
-%global lname  libwv-1_2-3
-
+%global lname  libwv-1_2-4
 Name:   wv
-Version:1.2.4
+Version:1.2.9
 Release:0
 Summary:Tools for Importing Microsoft Word (tm) Documents
 License:GPL-2.0+
 Group:  Productivity/Publishing/Word
 Url:http://wvware.sourceforge.net/
-Source0:
http://prdownloads.sourceforge.net/wvware/%{name}-%{version}.tar.gz
+Source0:
https://www.abisource.com/downloads/%{name}/%{version}/%{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
 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
@@ -42,34 +38,34 @@
 BuildRequires:  pkgconfig(libgsf-1)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(zlib)
+Requires:   w3m
 
 %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.
 
-%package -n %lname
+%package -n %{lname}
 Summary:Library for importing Microsoft Word documents
 Group:  System/Libraries
 
-%description -n %lname
+%description -n %{lname}
 libwv can parse the Microsoft Word 8 binary file format (Office97).
 
 %package devel
-Requires:   %lname = %version
+Summary:Header files for wv
+Group:  Development/Libraries/C and C++
+Requires:   %{lname} = %{version}
 Requires:   libgsf-devel
 Requires:   libwmf-devel
-Summary:Static Libraries and Header Files for wv
-Group:  Development/Libraries/C and C++
 
 %description devel
-Static Libraries and Header Files for wv.
+Header files for wv.
 
 %prep
 %setup -q
 %patch0
 %patch5
-%patch7
 %patch9 -p1
 %patch10 -p1
 %if 0%{?suse_version} > 1230
@@ -80,29 +76,26 @@
 %build
 

commit wv for openSUSE:Factory

2013-10-09 Thread h_root
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.changes2013-09-04 14:06:10.0 
+0200
+++ /work/SRC/openSUSE:Factory/.wv.new/wv.changes   2013-10-09 
14:19:21.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.WP1RbG/_new  2013-10-09 14:19:36.0 +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)

commit wv for openSUSE:Factory

2013-09-04 Thread h_root
Hello community,

here is the log from the commit of package wv for openSUSE:Factory checked in 
at 2013-09-04 14:06:08

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.changes2013-04-14 16:12:16.0 
+0200
+++ /work/SRC/openSUSE:Factory/.wv.new/wv.changes   2013-09-04 
14:06:10.0 +0200
@@ -1,0 +2,12 @@
+Wed Aug 28 02:50:03 UTC 2013 - crrodrig...@opensuse.org
+
+- Also, cleanup buildrequires, libtiff is not used  and zlib-devel
+  is required.
+
+---
+Wed Aug 28 01:47:05 UTC 2013 - crrodrig...@opensuse.org
+
+- wv-noansi.patch: Do not build with -ansi , but in gnu99 mode with 
+  system extensions enabled
+
+---

New:

  wv-noansi.patch



Other differences:
--
++ wv.spec ++
--- /var/tmp/diff_new_pack.cOoO9g/_old  2013-09-04 14:06:10.0 +0200
+++ /var/tmp/diff_new_pack.cOoO9g/_new  2013-09-04 14:06:10.0 +0200
@@ -20,11 +20,11 @@
 %define lname  libwv-1_2-1
 BuildRequires:  glib2-devel
 BuildRequires:  libgsf-devel
-BuildRequires:  libtiff-devel
 BuildRequires:  libtool
 BuildRequires:  libwmf-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  pkgconfig
+BuildRequires:  zlib-devel
 Version:1.2.2
 Release:0
 Summary:Tools for Importing Microsoft Word (tm) Documents
@@ -39,6 +39,7 @@
 Patch9: %{name}-1.2.2-fiximplicit.patch
 Patch10:wv-strcasecmp.patch
 Patch11:wv-gsf.patch
+Patch12:wv-noansi.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   w3m
 
@@ -87,7 +88,7 @@
 %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

++ wv-noansi.patch ++
--- wv-1.2.2.orig/configure.ac
+++ wv-1.2.2/configure.ac
@@ -53,9 +53,12 @@ AH_TOP([
 
 dnl Checks for programs.
 
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
+
 if test x$GCC = xyes; then
-   ANSI_CFLAGS=-ansi
+   ANSI_CFLAGS=
 else
ANSI_CFLAGS=
 fi
--- wv-1.2.2.orig/wvWare.c
+++ wv-1.2.2/wvWare.c
@@ -30,8 +30,6 @@
 #include wv.h
 #include getopt.h
 
-/* strdup isn't declared in string.h for `gcc -ansi'; declare it here */
-extern char *strdup (const char *);
 
 extern char *str_copy(char *d, size_t n, char *s);
 extern char *str_append(char *d, size_t n, char *s);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wv for openSUSE:Factory

2013-04-14 Thread h_root
Hello community,

here is the log from the commit of package wv for openSUSE:Factory checked in 
at 2013-04-14 16:12:15

Comparing /work/SRC/openSUSE:Factory/wv (Old)
 and  /work/SRC/openSUSE:Factory/.wv.new (New)


Package is wv, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wv/wv.changes2012-01-04 07:32:44.0 
+0100
+++ /work/SRC/openSUSE:Factory/.wv.new/wv.changes   2013-04-14 
16:12:16.0 +0200
@@ -1,0 +2,8 @@
+Sat Apr 13 20:30:43 UTC 2013 - dims...@opensuse.org
+
+- Add wv-strcasecmp.patch: Fix build in Factory: strcasecmp is
+  declared in strings.h.
+- Add wv-gsf.patch: only include gsf.h: we don't want/need to know
+  in which header which symbold is declared.
+
+---

New:

  wv-gsf.patch
  wv-strcasecmp.patch



Other differences:
--
++ wv.spec ++
--- /var/tmp/diff_new_pack.pKBdTf/_old  2013-04-14 16:12:17.0 +0200
+++ /var/tmp/diff_new_pack.pKBdTf/_new  2013-04-14 16:12:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wv
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,22 +16,29 @@
 #
 
 
-
 Name:   wv
 %define lname  libwv-1_2-1
-BuildRequires:  glib2-devel libgsf-devel libtiff-devel libtool libwmf-devel 
libxml2-devel pkgconfig
-License:GPL-2.0+
-Group:  Productivity/Publishing/Word
+BuildRequires:  glib2-devel
+BuildRequires:  libgsf-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  libtool
+BuildRequires:  libwmf-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  pkgconfig
 Version:1.2.2
-Release:216
+Release:0
 Summary:Tools for Importing Microsoft Word (tm) Documents
-URL:http://wvWare.sourceforge.net/
+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
 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
+Patch10:wv-strcasecmp.patch
+Patch11:wv-gsf.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   w3m
 
@@ -54,7 +61,9 @@
 libwv can parse the Microsoft Word 8 binary file format (Office97).
 
 %package devel
-Requires:   %lname = %version, libgsf-devel libwmf-devel
+Requires:   %lname = %version
+Requires:   libgsf-devel
+Requires:   libwmf-devel
 Summary:Static Libraries and Header Files for wv
 Group:  Development/Libraries/C and C++
 
@@ -74,13 +83,17 @@
 %patch7
 %patch8
 %patch9 -p1
+%patch10 -p1
+%if 0%{?suse_version}  1230
+%patch11 -p1
+%endif
 
 %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
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT manonedir=%{_mandir}/man1 install

++ wv-gsf.patch ++
Index: wv-1.2.2/wvSummary.c
===
--- wv-1.2.2.orig/wvSummary.c
+++ wv-1.2.2/wvSummary.c
@@ -25,14 +25,7 @@
 #include stdio.h
 #include wv.h
 
-#include gsf/gsf-input-stdio.h
-#include gsf/gsf-input-memory.h
-#include gsf/gsf-utils.h
-#include gsf/gsf-infile.h
-#include gsf/gsf-infile-msole.h
-#include gsf/gsf-msole-utils.h
-#include gsf/gsf-docprop-vector.h
-#include gsf/gsf-meta-names.h
+#include gsf/gsf.h
 
 #include stdio.h
 #include stdlib.h
++ wv-strcasecmp.patch ++
Index: wv-1.2.2/wvWare.c
===
--- wv-1.2.2.orig/wvWare.c
+++ wv-1.2.2/wvWare.c
@@ -25,6 +25,7 @@
 #include stdio.h
 #include errno.h
 #include string.h
+#include strings.h
 #include unistd.h
 #include wv.h
 #include getopt.h
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wv for openSUSE:Factory

2012-01-03 Thread h_root
Hello community,

here is the log from the commit of package wv for openSUSE:Factory checked in 
at 2012-01-04 07:32:43

Comparing /work/SRC/openSUSE:Factory/wv (Old)
 and  /work/SRC/openSUSE:Factory/.wv.new (New)


Package is wv, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wv/wv.changes2011-11-16 17:23:20.0 
+0100
+++ /work/SRC/openSUSE:Factory/.wv.new/wv.changes   2012-01-04 
07:32:44.0 +0100
@@ -1,0 +2,12 @@
+Tue Nov 22 15:34:06 UTC 2011 - jeng...@medozas.de
+
+- Correct License: field and use SPDX format (bnc#731983)
+
+---
+Tue Nov 15 16:14:30 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+- Apply shared library packaging (- libwv-1_2 subpackage)
+
+---



Other differences:
--
++ wv.spec ++
--- /var/tmp/diff_new_pack.6SrNRs/_old  2012-01-04 07:32:45.0 +0100
+++ /var/tmp/diff_new_pack.6SrNRs/_new  2012-01-04 07:32:45.0 +0100
@@ -15,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   wv
+%define lname  libwv-1_2-1
 BuildRequires:  glib2-devel libgsf-devel libtiff-devel libtool libwmf-devel 
libxml2-devel pkgconfig
-License:GPL v2 or later ; LGPL v2.1 or later
+License:GPL-2.0+
 Group:  Productivity/Publishing/Word
-AutoReqProv:on
 Version:1.2.2
 Release:216
-Summary:Library and Tools for Importing  Microsoft Word (tm) Documents
-Url:http://wvWare.sourceforge.net/
+Summary:Tools for Importing Microsoft Word (tm) Documents
+URL:http://wvWare.sourceforge.net/
 Source: wv-%{version}.tar.gz
 Patch:  wv-1.2.2-automake.patch
 Patch5: wv-1.0.3-wvText.patch
@@ -47,12 +46,17 @@
 
 Caolan McNamara caolan.mcnam...@ul.ie
 
+%package -n %lname
+Summary:Library for importing Microsoft Word documents
+Group:  System/Libraries
+
+%description -n %lname
+libwv can parse the Microsoft Word 8 binary file format (Office97).
+
 %package devel
-License:GPL v2 or later
-Requires:   %{name} = %{version} libgsf-devel libwmf-devel
+Requires:   %lname = %version, libgsf-devel libwmf-devel
 Summary:Static Libraries and Header Files for wv
 Group:  Development/Libraries/C and C++
-AutoReqProv:on
 
 %description devel
 Static Libraries and Header Files for wv.
@@ -82,12 +86,9 @@
 make DESTDIR=$RPM_BUILD_ROOT manonedir=%{_mandir}/man1 install
 rm -f %{buildroot}%{_libdir}/*.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -108,10 +109,13 @@
 /usr/bin/wvWml
 /usr/bin/wvDocBook
 /usr/share/wv
-%{_libdir}/*.so.*
 %doc %{_mandir}/*/*
 %doc COPYING README 
 
+%files -n %lname
+%defattr(-,root,root)
+%_libdir/libwv-1.2.so.1*
+
 %files devel
 %defattr(-,root,root)
 %_libdir/pkgconfig/*

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



commit wv for openSUSE:Factory

2011-11-16 Thread h_root
Hello community,

here is the log from the commit of package wv for openSUSE:Factory checked in 
at 2011-11-16 17:22:11

Comparing /work/SRC/openSUSE:Factory/wv (Old)
 and  /work/SRC/openSUSE:Factory/.wv.new (New)


Package is wv, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wv/wv.changes2011-09-23 12:50:49.0 
+0200
+++ /work/SRC/openSUSE:Factory/.wv.new/wv.changes   2011-11-16 
17:23:20.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 13:14:56 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ wv.spec ++
--- /var/tmp/diff_new_pack.pMrGpu/_old  2011-11-16 17:23:22.0 +0100
+++ /var/tmp/diff_new_pack.pMrGpu/_new  2011-11-16 17:23:22.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package wv (Version 1.2.2)
+# spec file for package wv
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +19,7 @@
 
 
 Name:   wv
-BuildRequires:  glib2-devel libgsf-devel libtiff-devel libwmf-devel 
libxml2-devel pkgconfig
+BuildRequires:  glib2-devel libgsf-devel libtiff-devel libtool libwmf-devel 
libxml2-devel pkgconfig
 License:GPL v2 or later ; LGPL v2.1 or later
 Group:  Productivity/Publishing/Word
 AutoReqProv:on

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