Hello community,

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

Package is "libcfile"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcfile/libcfile.changes        2013-04-19 
09:49:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcfile.new/libcfile.changes   2013-07-31 
17:23:42.000000000 +0200
@@ -1,0 +2,17 @@
+Mon Jul 29 02:59:46 UTC 2013 - greg.freem...@gmail.com
+
+- update to v0~20130609
+       * fix in .pc.in file
+       * updated dependencies
+       * removed WINAPI CRT function fallbacks
+       * changes to ioctl detection in configure
+       * textual changes
+- change to gz compression to simplyfy download/convert step
+
+-------------------------------------------------------------------
+Mon Apr 22 17:27:42 UTC 2013 - greg.freem...@gmail.com
+
+- add BuildRequires: libcnotify
+- run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  libcfile-alpha-20130329.tar.xz

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

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

Other differences:
------------------
++++++ libcfile.spec ++++++
--- /var/tmp/diff_new_pack.LLlD84/_old  2013-07-31 17:23:43.000000000 +0200
+++ /var/tmp/diff_new_pack.LLlD84/_new  2013-07-31 17:23:43.000000000 +0200
@@ -18,22 +18,23 @@
 
 Name:           libcfile
 %define lname  libcfile1
-%define timestamp 20130329
+%define timestamp 20130609
 Version:        0~%timestamp
 Release:        0
-License:        LGPL-3.0+
 Summary:        Library for cross-platform C file functions
+License:        LGPL-3.0+
 Group:          Development/Libraries/C and C++
 Url:            http://code.google.com/p/libcfile/
 
 #Git-Clone:    http://code.google.com/p/libcfile
-#DL-URL:       
http://libcfile.googlecode.com/files/libcfile-alpha-20130329.tar.gz
-Source:         %name-alpha-%timestamp.tar.xz
+#DL-URL:       
https://googledrive.com/host/0B3fBvzttpiiSem41RXpvQkIyZlU/libcfile-alpha-20130609.tar.gz
+Source:         %{name}-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  xz
-BuildRequires:  pkgconfig(libcerror) >= 20120425
-BuildRequires:  pkgconfig(libclocale) >= 20120425
-#BuildRequires:  pkgconfig(libcnotify) >= 20120425
+BuildRequires:  pkgconfig(libcerror) >= 0~20130609
+BuildRequires:  pkgconfig(libclocale) >= 0~20130609
+BuildRequires:  pkgconfig(libcnotify) >= 20130103
+# This can cause a build loop.  The internal version should be used.
+#BuildRequires:  pkgconfig(libuna) >= 20120425
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,7 +50,7 @@
 %package devel
 Summary:        Development files for libcfile, a cross-platform C file library
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %version
+Requires:       %lname = %{version}
 
 %description devel
 A library for cross-platform C file functions.
@@ -65,8 +66,8 @@
 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
@@ -74,13 +75,13 @@
 %files -n %lname
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog
-%_libdir/libcfile.so.1*
+%{_libdir}/libcfile.so.1*
 
 %files devel
 %defattr(-,root,root)
-%_includedir/libcfile*
-%_libdir/libcfile.so
-%_libdir/pkgconfig/libcfile.pc
-%_mandir/man3/libcfile.3*
+%{_includedir}/libcfile*
+%{_libdir}/libcfile.so
+%{_libdir}/pkgconfig/libcfile.pc
+%{_mandir}/man3/libcfile.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