Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit libedit0
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 01 Sep 2007 13:11:18 +0200
- Message-id: <20070901111118.A4732678331@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libedit0
checked in at Sat Sep 1 13:11:18 CEST 2007.
--------
--- libedit0/libedit0.changes 2007-07-16 16:37:28.000000000 +0200
+++ /mounts/work_src_done/STABLE/libedit0/libedit0.changes 2007-08-31 22:32:04.514258000 +0200
@@ -1,0 +2,15 @@
+Fri Aug 31 22:29:07 CEST 2007 - mrueckert@xxxxxxx
+
+- update to 20070831-2.10
+ * version-info: 0:26:0
+ * libedit.pc.in,Makefile.am,configure.ac,patches/extra_dist_list.sh:
+ Added pkg-config support for libedit. Patch by Masatake YAMATO.
+
+-------------------------------------------------------------------
+Wed Aug 15 01:14:38 CEST 2007 - mrueckert@xxxxxxx
+
+- update to 20070813-2.10
+ * version-info: 0:25:0
+ * all: sync with upstream source.
+
+-------------------------------------------------------------------
Old:
----
libedit-20070302-2.10.tar.gz
New:
----
libedit-20070831-2.10.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libedit0.spec ++++++
--- /var/tmp/diff_new_pack.EO7083/_old 2007-09-01 13:11:01.000000000 +0200
+++ /var/tmp/diff_new_pack.EO7083/_new 2007-09-01 13:11:01.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package libedit0 (Version 2.10.snap20070302)
+# spec file for package libedit0 (Version 2.10.snap20070831)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,10 +11,10 @@
# norootforbuild
Name: libedit0
-Version: 2.10.snap20070302
+Version: 2.10.snap20070831
Release: 1
%define pkg_name libedit
-%define pkg_version 20070302-2.10
+%define pkg_version 20070831-2.10
#
License: BSD 3-Clause
Group: Development/Libraries/C and C++
@@ -67,7 +67,7 @@
%{__cp} %{S:1} .
%build
-%configure --disable-static
+%configure --disable-static --with-pic
%{__make}
%install
@@ -84,7 +84,7 @@
%defattr(-,root,root,-)
%{_libdir}/libedit.so.*
%{_mandir}/man5/editrc.5*
-%doc README.SuSE THANKS examples/*c
+%doc README.SuSE THANKS ChangeLog COPYING examples/*c
%files -n libedit-devel
%defattr(-,root,root,-)
@@ -93,8 +93,18 @@
%{_includedir}/histedit.h
%{_includedir}/editline/
%{_mandir}/man3/*.3*
+%{_libdir}/pkgconfig/libedit.pc
%changelog
+* Fri Aug 31 2007 - mrueckert@xxxxxxx
+- update to 20070831-2.10
+ * version-info: 0:26:0
+ * libedit.pc.in,Makefile.am,configure.ac,patches/extra_dist_list.sh:
+ Added pkg-config support for libedit. Patch by Masatake YAMATO.
+* Wed Aug 15 2007 - mrueckert@xxxxxxx
+- update to 20070813-2.10
+ * version-info: 0:25:0
+ * all: sync with upstream source.
* Mon Jul 16 2007 - mrueckert@xxxxxxx
- fixed a few -n lines that wont work in abuild otherwise
* Mon Jun 11 2007 - mrueckert@xxxxxxx
++++++ libedit-20070302-2.10.tar.gz -> libedit-20070831-2.10.tar.gz ++++++
++++ 5220 lines of diff (skipped)
++++++ README.SuSE ++++++
--- libedit0/README.SuSE 2007-06-11 18:36:25.000000000 +0200
+++ /mounts/work_src_done/STABLE/libedit0/README.SuSE 2007-08-31 22:32:04.514258000 +0200
@@ -1,13 +1,19 @@
Examples
----------
-An Editline port of the fileman.c example from the GNU Readline documentation
-is distributed with this package.
+An Editline port of the fileman.c example from the GNU Readline documentation is
+distributed with this package.
Note libcurses, as well as libedit, should be linked to Editline enabled
programs, e.g.
+gcc -o fileman fileman.c -ledit -lcurses
-gcc -o fileman fileman.c -ledit -lncurses
+A pkg-config libedit.pc file is provided, so you can write
+PKG_CHECK_MODULES(LIBEDIT, libedit)
+in configure.ac of your client program to detect the existence of libedit.so and
+to set CFLAGS and LIBS for using libedit.
+Using the pkg-config helper tool, the above fileman example looks like,
+gcc -o fileman fileman.c `pkg-config --libs --cflags libedit`
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |