Hello community,

here is the log from the commit of package liblinebreak for openSUSE:Factory 
checked in at 2013-09-02 14:59:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblinebreak (Old)
 and      /work/SRC/openSUSE:Factory/.liblinebreak.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblinebreak"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblinebreak/liblinebreak.changes        
2011-09-23 02:08:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.liblinebreak.new/liblinebreak.changes   
2013-09-02 14:59:56.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 19 13:50:22 UTC 2013 - [email protected]
+
+- Move configure run into %build section to allow running
+  config.sub/config.guess update hook
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ liblinebreak.spec ++++++
--- /var/tmp/diff_new_pack.163LpJ/_old  2013-09-02 14:59:56.000000000 +0200
+++ /var/tmp/diff_new_pack.163LpJ/_new  2013-09-02 14:59:56.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblinebreak
 #
-# 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,14 +16,13 @@
 #
 
 
-
 Name:           liblinebreak
 Version:        2.1
-Release:        3
-License:        Zlib
+Release:        0
 Summary:        Unicode line-breaking library
-Url:            http://sourceforge.net/projects/vimgadgets/
+License:        Zlib
 Group:          Development/Libraries/C and C++
+Url:            http://sourceforge.net/projects/vimgadgets/
 Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -33,8 +32,6 @@
 at http://www.unicode.org/reports/tr14/tr14-26.html
 
 %package devel
-
-
 Summary:        Development files for liblinebreak
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
@@ -44,8 +41,6 @@
 developing applications that use liblinebreak.
 
 %package -n liblinebreak2
-
-
 Summary:        Unicode line-breaking library
 Group:          Development/Libraries/C and C++
 Provides:       %{name} = %{version}
@@ -58,9 +53,9 @@
 
 %prep
 %setup -q
-%configure --disable-static
 
 %build
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install

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

Reply via email to