Hello community,

here is the log from the commit of package dotconf for openSUSE:Factory
checked in at Thu Sep 22 10:42:18 CEST 2011.



--------
--- dotconf/dotconf.changes     2011-09-18 19:34:09.000000000 +0200
+++ /mounts/work_src_done/STABLE/dotconf/dotconf.changes        2011-09-21 
20:03:30.000000000 +0200
@@ -1,0 +2,17 @@
+Wed Sep 21 18:03:01 UTC 2011 - [email protected]
+
+- Fix docs
+- Fix package name to correspond with shared lib conventions, and obsolete
+  old package
+
+-------------------------------------------------------------------
+Tue Sep 20 20:01:42 UTC 2011 - [email protected]
+
+- Remove files that are no longer installed
+
+-------------------------------------------------------------------
+Tue Sep 20 18:16:33 UTC 2011 - [email protected]
+
+- Switch URL to github.com/williamh and upgrade to v1.3 from there
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  dotconf-1.0.13.tbz2

New:
----
  dotconf-1.3.tbz2

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

Other differences:
------------------
++++++ dotconf.spec ++++++
--- /var/tmp/diff_new_pack.cvNKa0/_old  2011-09-22 10:42:15.000000000 +0200
+++ /var/tmp/diff_new_pack.cvNKa0/_new  2011-09-22 10:42:15.000000000 +0200
@@ -18,10 +18,11 @@
 
 
 Name:           dotconf
-Url:            http://www.azzit.de/dotconf/
+Url:            https://github.com/williamh/dotconf/
 BuildRequires:  gcc-c++
-Version:        1.0.13
-Release:        79
+BuildRequires:  pkg-config
+Version:        1.3
+Release:        1
 License:        LGPL v2.1 or later
 Group:          Development/Languages/C and C++
 Source:         %{name}-%{version}.tbz2
@@ -39,13 +40,16 @@
 long ARG_STR data to your app, and on-the-fly inclusion of additional
 config files.
 
-%package -n libdotconf-1_0-0
+%package -n libdotconf0
 License:        LGPL v2.1 or later
 Summary:        Configuration file parser library
 Group:          Development/Languages/C and C++
 Requires:       %{name} = %{version} 
+# Package was formerly libdotconf-1_0-0
+Provides:       libdotconf-1_0-0 = %{version} 
+Obsoletes:      libdotconf-1_0-0 < %{version}
 
-%description  -n libdotconf-1_0-0
+%description  -n libdotconf0
 dotconf is a simple-to-use and powerful configuration-file parser
 library written in C. The configuration files created for dotconf look
 very similar to those used by the Apache Webserver. Even
@@ -60,7 +64,7 @@
 License:        LGPL v2.1 or later
 Summary:        Configuration file parser library
 Group:          Development/Languages/C and C++
-Requires:       %{name} = %{version} libdotconf-1_0-0
+Requires:       %{name} = %{version} libdotconf0
 
 %description devel
 dotconf is a simple-to-use and powerful configuration-file parser
@@ -86,26 +90,23 @@
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 rm doc/Makefile*
 
-%post -n libdotconf-1_0-0 -p /sbin/ldconfig
+%post -n libdotconf0 -p /sbin/ldconfig
 
-%postun -n libdotconf-1_0-0 -p /sbin/ldconfig
+%postun -n libdotconf0 -p /sbin/ldconfig
 
 %files
 %defattr (-,root,root,755)
-%doc doc/* ChangeLog
+%doc %{_datadir}/doc/dotconf/*
+%dir %{_datadir}/doc/dotconf
 
-%files -n libdotconf-1_0-0
+%files -n libdotconf0
 %defattr (-,root,root,755)
 %{_libdir}/libdotconf*.so.*
 
 %files devel
 %defattr (-,root,root,755)
-%{_libdir}/libpool.a
 %{_libdir}/libdotconf*.so
 %{_libdir}/pkgconfig/dotconf.pc
-/usr/share/aclocal/dotconf.m4
-/usr/include/libpool.h
 /usr/include/dotconf.h
-/usr/bin/dotconf-config
 
 %changelog


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



Remember to have fun...

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

Reply via email to