Mailinglist Archive: opensuse-commit (1124 mails)
| < Previous | Next > |
commit newt
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 02 Apr 2007 01:00:44 +0200
- Message-id: <20070401230044.AD35A67816B@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package newt
checked in at Mon Apr 2 01:00:44 CEST 2007.
--------
--- newt/newt.changes 2007-03-07 16:10:41.000000000 +0100
+++ /mounts/work_src_done/STABLE/newt/newt.changes 2007-04-01 15:35:11.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Apr 1 15:34:34 CEST 2007 - lrupp@xxxxxxx
+
+- added distribution specfic parts for build service
+- added libbz2 to BuildRequires for suse_version > 1020
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ newt.spec ++++++
--- /var/tmp/diff_new_pack.wa2389/_old 2007-04-02 00:59:36.000000000 +0200
+++ /var/tmp/diff_new_pack.wa2389/_new 2007-04-02 00:59:36.000000000 +0200
@@ -15,14 +15,32 @@
URL: ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/newt-0.52.4-2.fc7.src.rpm
Summary: Nifty Erik's Windowing Toolkit
Version: 0.52.6
-Release: 1
+Release: 5
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: snack = %{version}-%{release}
Requires: slang
+####################
+# Distribution parts
+####################
+#
+# SUSE
+#
+%if 0%{?suse_version}
%{py_requires}
+%if 0%{?suse_version} > 1020
+BuildRequires: libbz2
+%endif
+%endif
+#
+# Mandriva
+#
+%if 0%{?mandriva_version}
+%{py_requires}
+%endif
+#
%package devel
Summary: Development files for the Newt windowing toolkit
Provides: newtd = %{version}
@@ -30,6 +48,7 @@
Requires: slang
Group: Development/Libraries/C and C++
Obsoletes: newtd <= %{version}
+#
%package static
Summary: Nifty Erik's Windowing Toolkit
Requires: newt-devel = %{version}
@@ -129,6 +148,9 @@
%{_libdir}/libnewt.a
%changelog
+* Sun Apr 01 2007 - lrupp@xxxxxxx
+- added distribution specfic parts for build service
+- added libbz2 to BuildRequires for suse_version > 1020
* Wed Mar 07 2007 - lrupp@xxxxxxx
- update to 0.52.6:
+ add newtSetColor() to allow changing individual colors
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |