Hello community,

here is the log from the commit of package libcsplit for openSUSE:Factory 
checked in at 2013-07-31 17:23:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcsplit (Old)
 and      /work/SRC/openSUSE:Factory/.libcsplit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcsplit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcsplit/libcsplit.changes      2013-04-19 
09:53:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcsplit.new/libcsplit.changes 2013-07-31 
17:23:23.000000000 +0200
@@ -1,0 +2,19 @@
+Sat Jul 27 02:36:24 UTC 2013 - greg.freem...@gmail.com
+
+- update to v0~20130609
+       * Fix in .pc.in file
+       * small changes
+       * removed unused LIBCSPLIT_SEPARATOR
+       * textual changes
+       * updated dependencies
+       * fix for Libs in .pc file
+       * 2013 update
+- remove pkgconfig patch, now upstream
+- changed to gz compression to eliminate conversion after download
+
+-------------------------------------------------------------------
+Mon Apr 22 17:52:20 UTC 2013 - greg.freem...@gmail.com
+
+- run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  libcsplit-alpha-20121224.tar.xz

New:
----
  libcsplit-alpha-20130609.tar.gz

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

Other differences:
------------------
++++++ libcsplit.spec ++++++
--- /var/tmp/diff_new_pack.85603t/_old  2013-07-31 17:23:24.000000000 +0200
+++ /var/tmp/diff_new_pack.85603t/_new  2013-07-31 17:23:24.000000000 +0200
@@ -18,21 +18,19 @@
 
 Name:           libcsplit
 %define lname  libcsplit1
-%define timestamp 20121224
+%define timestamp 20130609
 Version:        0~%timestamp
 Release:        0
-License:        LGPL-3.0+
 Summary:        Library for cross-platform C split string functions
+License:        LGPL-3.0+
 Group:          Development/Libraries/C and C++
 Url:            http://code.google.com/p/libcsplit/
 
-#DL-URL:       
http://libcsplit.googlecode.com/files/libcsplit-alpha-20121224.tar.gz
+#DL-URL:       
https://googledrive.com/host/0B3fBvzttpiiSeE44MVpGWnpNeVU/libcsplit-alpha-%timestamp.tar.gz
 #Git-Clone:    http://code.google.com/p/libcsplit
-Source:         %name-alpha-%timestamp.tar.xz
-Patch1:                libcsplit-pkgconfig.diff
+Source:         %{name}-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  xz
-BuildRequires:  pkgconfig(libcerror) >= 20120425
+BuildRequires:  pkgconfig(libcerror) >= 0~20130609
 #BuildRequires:  pkgconfig(libcstring) >= 20120425
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -44,12 +42,23 @@
 Group:          System/Libraries
 
 %description -n %lname
-A library for cross-platform C split string functions.
+Library for cross-platform C split string functions
+
+Also see:
+
+    libcdata; generic data functions
+    libcdatetime; date and time functions
+    libcerror; error functions
+    libclocale; locale functions
+    libcnotify; notification functions
+    libcfile; file functions
+    libcpath; path functions
+    libcthreads; threads functions 
 
 %package devel
 Summary:        Development files for libcsplit, a cross-platform C split 
string library
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %version
+Requires:       %lname = %{version}
 
 %description devel
 A library for cross-platform C split string functions.
@@ -59,15 +68,14 @@
 
 %prep
 %setup -qn libcsplit-%timestamp
-%patch -P 1 -p1
 
 %build
 %configure --disable-static --enable-wide-character-type
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot"
-rm -f "%buildroot/%_libdir"/*.la
+%make_install
+rm -f "%{buildroot}/%{_libdir}"/*.la
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
@@ -75,13 +83,13 @@
 %files -n %lname
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog
-%_libdir/libcsplit.so.1*
+%{_libdir}/libcsplit.so.1*
 
 %files devel
 %defattr(-,root,root)
-%_includedir/libcsplit*
-%_libdir/libcsplit.so
-%_libdir/pkgconfig/libcsplit.pc
-%_mandir/man3/libcsplit.3*
+%{_includedir}/libcsplit*
+%{_libdir}/libcsplit.so
+%{_libdir}/pkgconfig/libcsplit.pc
+%{_mandir}/man3/libcsplit.3*
 
 %changelog

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

Reply via email to