Mailinglist Archive: opensuse-commit (875 mails)
| < Previous | Next > |
commit wt
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sun, 27 Jul 2008 11:44:41 +0200
- Message-id: <20080727094441.C6996678181@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package wt
checked in at Sun Jul 27 11:44:41 CEST 2008.
--------
--- wt/wt.changes 2008-07-07 17:44:58.000000000 +0200
+++ /mounts/work_src_done/STABLE/wt/wt.changes 2008-07-26 21:47:36.000000000
+0200
@@ -1,0 +2,10 @@
+Sat Jul 26 21:45:29 CEST 2008 - puzel@xxxxxxx
+
+- update to 2.1.5
+ * rich-text editor (WTextEdit) added
+ * API for interactive areas on WImage and WPaintedWidget
+ * configurable logging
+ * bug fixes
+- do not use interactive cp (cp -i) in specfile
+
+-------------------------------------------------------------------
Old:
----
wt-2.1.4-cmake_config.patch
wt-2.1.4.tar.bz2
New:
----
wt-2.1.5-cmake_config.patch
wt-2.1.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ wt.spec ++++++
--- /var/tmp/diff_new_pack.g21598/_old 2008-07-27 11:44:20.000000000 +0200
+++ /var/tmp/diff_new_pack.g21598/_new 2008-07-27 11:44:20.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package wt (Version 2.1.4)
+# spec file for package wt (Version 2.1.5)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -16,7 +16,7 @@
License: GPL v2 only
Group: Development/Libraries/C and C++
AutoReqProv: on
-Version: 2.1.4
+Version: 2.1.5
Release: 1
Summary: Web Toolkit
Source0: %{name}-%{version}.tar.bz2
@@ -113,11 +113,13 @@
mkdir -p %{buildroot}%{WTRUNDIR}
sed "s /usr/wt/run %{WTRUNDIR} " < ../wt_config.xml > ../wt_config.xml.example
mkdir %{buildroot}%{_docdir}/%{name}-devel/
-cp -rvi ../doc/* %{buildroot}%{_docdir}/%{name}-devel/
+cp -rv ../doc/* %{buildroot}%{_docdir}/%{name}-devel/
+mv -v %{buildroot}%{_datadir}/Wt %{buildroot}%{_datadir}/wt
%fdupes %{buildroot}%{_docdir}
%clean
-rm -rf "%{buildroot}"
+# ODKOMENTOVAT
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+# rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
@@ -130,6 +132,7 @@
%doc wt_config.xml.example
%dir %{WTSRVDIR}
%dir /etc/wt
+%{_datadir}/wt
%config /etc/wt/wt_config.xml
%attr(-,%{WTRUNUSER},%{WTRUNGROUP}) %{WTRUNDIR}
@@ -140,10 +143,16 @@
%{_libdir}/*.so.*
%{_libdir}/*.so
%doc %{_docdir}/%{name}-devel
-%{_libdir}/*.so
%{_datadir}/cmake/Modules/*
%changelog
+* Sat Jul 26 2008 puzel@xxxxxxx
+- update to 2.1.5
+ * rich-text editor (WTextEdit) added
+ * API for interactive areas on WImage and WPaintedWidget
+ * configurable logging
+ * bug fixes
+- do not use interactive cp (cp -i) in specfile
* Mon Jul 07 2008 puzel@xxxxxxx
- updated to 2.1.4
* layout managers for plain Wt container widgets
++++++ wt-2.1.4-cmake_config.patch -> wt-2.1.5-cmake_config.patch ++++++
++++++ wt-2.1.4.tar.bz2 -> wt-2.1.5.tar.bz2 ++++++
wt/wt-2.1.4.tar.bz2 /mounts/work_src_done/STABLE/wt/wt-2.1.5.tar.bz2 differ:
byte 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |