Hello community,

here is the log from the commit of package bwidget for openSUSE:Factory checked 
in at 2012-03-02 13:47:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bwidget (Old)
 and      /work/SRC/openSUSE:Factory/.bwidget.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bwidget", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bwidget/bwidget.changes  2011-09-26 
17:01:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bwidget.new/bwidget.changes     2012-03-02 
13:47:06.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Feb 29 06:53:44 UTC 2012 - gschlot...@suse.com
+
+- Upgrade to version 1.9.5.
+- /images/CVS/ doesn't exist in this version
+- source name changed to bwidget from BWidget
+- included dos2unix to erease an error from a txt file
+
+
+-------------------------------------------------------------------

Old:
----
  BWidget-1.9.0.tar.bz2

New:
----
  bwidget-1.9.5.tar.bz2

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

Other differences:
------------------
++++++ bwidget.spec ++++++
--- /var/tmp/diff_new_pack.zEKTSS/_old  2012-03-02 13:47:08.000000000 +0100
+++ /var/tmp/diff_new_pack.zEKTSS/_new  2012-03-02 13:47:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bwidget
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,16 @@
 
 Name:           bwidget
 BuildRequires:  tcl
+BuildRequires:  dos2unix
 License:        BSD-3-Clause
-Version:        1.9.0
+Version:        1.9.5
 Release:        11
 Summary:        A Set of Megawidgets for Tcl/Tk
 Group:          Development/Libraries/Tcl
 BuildArch:      noarch
 Requires:       tk
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        BWidget-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
 
 %description
 Add useful and nice-looking widgets to your interfaces with the BWidget
@@ -39,8 +40,9 @@
 in pure Tcl/Tk.
 
 %prep
-%setup -q -n BWidget-%version
-rm -rf images/CVS
+%setup -q -n %{name}-%version
+
+find . -name \*.txt -print0 | xargs -0 dos2unix
 
 %build
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to