Hello community,

here is the log from the commit of package judy for openSUSE:Factory checked in 
at 2015-04-23 08:04:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/judy (Old)
 and      /work/SRC/openSUSE:Factory/.judy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "judy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/judy/judy.changes        2012-10-03 
07:50:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.judy.new/judy.changes   2015-04-23 
08:04:51.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 22 11:14:26 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  Judy-1.0.5.tar.bz2

New:
----
  Judy-1.0.5.tar.gz

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

Other differences:
------------------
++++++ judy.spec ++++++
--- /var/tmp/diff_new_pack.ut3ni9/_old  2015-04-23 08:04:51.000000000 +0200
+++ /var/tmp/diff_new_pack.ut3ni9/_new  2015-04-23 08:04:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package judy
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -11,22 +11,22 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-Name:           judy
+
 %define libname libJudy1
+Name:           judy
 Version:        1.0.5
 Release:        0
-License:        LGPL-2.1+
 Summary:        A general purpose dynamic array implemented as a C callable 
library
-Url:            http://judy.sourceforge.net/
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
-Source0:        Judy-%{version}.tar.bz2
+Url:            http://judy.sourceforge.net/
+Source0:        
http://sourceforge.net/projects/judy/files/judy/Judy-%{version}/Judy-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE Judy-test-shared.patch -- use shared library for testing
 Patch0:         Judy-test-shared.patch
-
 BuildRequires:  fdupes
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -42,11 +42,11 @@
 a Judy array is not pre-allocated but grows and shrinks dynamically
 with the array population.
 
-%package -n %libname
+%package -n %{libname}
 Summary:        Dynamic libraries for Judy
 Group:          Development/Libraries/C and C++
 
-%description -n %libname
+%description -n %{libname}
 Judy is a C library that provides a state-of-the-art core technology that 
implements
 a sparse dynamic array. Judy arrays are declared simply with a null pointer. A 
Judy
 array consumes memory only when it is populated, yet can grow to take advantage
@@ -61,7 +61,7 @@
 %package devel
 Summary:        Development files for Judy
 Group:          Development/Libraries/C and C++
-Requires:       %libname = %version
+Requires:       %{libname} = %{version}
 Recommends:     %{name}-doc
 
 %description devel
@@ -79,26 +79,27 @@
 
 %prep
 %setup -q
-%patch -P 0 -p1
+%patch0 -p1
 
 %build
-%configure --disable-static
+%configure \
+       --disable-static
 # not parallel safe
 make -j1
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %install
-make install DESTDIR="%buildroot"
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %fdupes -s %{buildroot}/%{_mandir}
 
-%post -n %libname -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
 
-%postun -n %libname -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
 %files devel
 %defattr(-,root,root)
@@ -106,7 +107,7 @@
 %{_libdir}/libJudy.so
 %{_mandir}/man3/J*
 
-%files -n %libname
+%files -n %{libname}
 %defattr(-,root,root)
 %{_libdir}/libJudy.so.1*
 
@@ -115,5 +116,4 @@
 %doc AUTHORS COPYING ChangeLog doc/ext/README_deliver doc/ext/*.htm* 
doc/int/*.htm*
 %doc examples
 
-
 %changelog


Reply via email to