Hello community,

here is the log from the commit of package the-board for openSUSE:Factory
checked in at Tue Jun 14 14:47:55 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/the-board/the-board.changes    2011-04-28 
15:48:29.000000000 +0200
@@ -0,0 +1,89 @@
+-------------------------------------------------------------------
+Thu Apr 28 11:29:18 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.1.3:
+  + Features:
+    - Webcam support in photo elements with Cheese.
+    - Pressing 'Delete' key removes selected elements.
+    - Ctrl+N shortcut to create a new page.
+  + Misc improvements:
+    - Hide the appmenu stub in Unity.
+    - Misc updates on build script and moduleset.
+    - Misc code cleanups.
+  + Bugs fixed:
+    - bgo#636625: Webcam support in Photo thing.
+    - bgo#646111: Hide the appmenu stub in Unity
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 29 16:23:06 UTC 2011 - fcro...@novell.com
+
+- Add libthe-board-1_0-0 Requires, as a workaround for
+  bnc#590025#c1.
+
+-------------------------------------------------------------------
+Tue Mar 29 08:10:30 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.1.2:
+  + Features:
+    - Main window now has the usual decoration and behaves as
+      normal toplevel window
+    - Keyboard shortcuts for alignment and distribution actions:
+      Ctrl+H - Distribute horizontally
+      Ctrl+G - Distribute vertically
+      Ctrl+U - Align to the left
+      Ctrl+I - Align to the right
+      Ctrl+J - Align to the top
+      Ctrl+K - Align to the bottom
+    - More consistent keyboard shortcuts:
+      Ctrl+W - Hides main window
+      Ctrl+Q - Quits application
+  + Misc improvements:
+    - More subtle screen dimming when an element is active
+    - Deactivate Label element when Return key is pressed
+    - Save page when multiple things are moved around
+    - Misc fixes necessary to build and run on Natty
+    - Initial infrastructure for unit tests
+  + Bugs fixed:
+   - bgo#644336: Position of elements is not saved correctly when
+     multiple elements are dragged.
+   - bgo#640596: Pressing Return while editing a label should
+     deactivate it.
+   - bgo#645519: Lot of crashes, (almost 33% click causes a crash)
+   - bgo#637710: Use action-based operations in main toolbar
+   - bgo#640595: Factor out toolbars from MainWindow
+  + Updated translations
+- Rename library and devel packages to follow library soname
+  change: libtb-1_0-0 to libthe-board-1_0-0 and libtb-devel to
+  libthe-board-devel.
+
+-------------------------------------------------------------------
+Fri Mar  4 12:37:19 CET 2011 - vu...@opensuse.org
+
+- Cleanup for inclusion in Factory:
+  + Split nautilus-extension-the-board, libtb-1_0-0 subpackages.
+  + Rework summaries and descriptions.
+  + Other small bits.
+
+-------------------------------------------------------------------
+Wed Feb 02 11:54:54 UTC 2011 - awa...@opensuse.org
+
+- Update to version 0.1.1.1 with a fix to a typo in Makefile-js.am
+
+-------------------------------------------------------------------
+Tue Feb 01 22:57:42 UTC 2011 - awa...@opensuse.org
+
+- Update to version 0.1.1:
+  + Bug fixes: bgo#636624, bgo#636627, bgo#636628, bgo#637484,
+    bgo#637703, bgo#637705, bgo#639207, bgo#639318, bgo#639905,
+    bgo#640597, bgo#640792, bgo#641019.
+
+-------------------------------------------------------------------
+Tue Jan 18 21:38:14 UTC 2011 - awa...@opensuse.org
+
+- Update spec file to include a full list of Requires
+
+-------------------------------------------------------------------
+Mon Dec  6 19:55:27 UTC 2010 - awa...@opensuse.org
+
+- Initial build for openSUSE version 0.1.0

calling whatdependson for head-i586


New:
----
  the-board-0.1.3.tar.bz2
  the-board.changes
  the-board.spec

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

Other differences:
------------------
++++++ the-board.spec ++++++
#
# spec file for package the-board
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           the-board
Version:        0.1.3
Release:        1
License:        GPLv3+
Summary:        A space for quickly placing daily records
Url:            http://live.gnome.org/TheBoardProject
Group:          Productivity/Other
Source:         %{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  intltool
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(clutter-1.0)
BuildRequires:  pkgconfig(clutter-gst-1.0)
BuildRequires:  pkgconfig(clutter-gtk-1.0)
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:  pkgconfig(gjs-1.0)
BuildRequires:  pkgconfig(gjs-dbus-1.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libnautilus-extension)
BuildRequires:  pkgconfig(libsoup-2.4)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(mx-1.0)
# We need a Requires on the typelib (bnc#590025#c1)
Requires:       libthe-board-1_0-0 >= %{version}
Recommends:     %{name}-lang
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
The Board is a space for quickly placing daily records: photos, video,
audio, text, and more. Think of it as a combination of a note-taking
app, a photo and video booth, a photo album, a sketching board, and a
digital scrapbook.

%package -n nautilus-extension-the-board
License:        GPLv3+
Summary:        The Board extension for Nautilus
Group:          Productivity/Other
Requires:       %{name} = %{version}
Requires:       nautilus
Supplements:    packageand(%{name}:nautilus)

%description -n nautilus-extension-the-board
The Board is a space for quickly placing daily records: photos, video,
audio, text, and more. Think of it as a combination of a note-taking
app, a photo and video booth, a photo album, a sketching board, and a
digital scrapbook.

%package -n libthe-board-1_0-0
License:        GPLv3+
Summary:        The Board Library
Group:          System/Libraries

%description -n libthe-board-1_0-0
The Board is a space for quickly placing daily records: photos, video,
audio, text, and more. Think of it as a combination of a note-taking
app, a photo and video booth, a photo album, a sketching board, and a
digital scrapbook.

%package -n libthe-board-devel
License:        GPLv3+
Summary:        The Board Library -- Development Files
Group:          Development/Libraries/GNOME
Requires:       libthe-board-1_0-0 = %{version}

%description -n libthe-board-devel
The Board is a space for quickly placing daily records: photos, video,
audio, text, and more. Think of it as a combination of a note-taking
app, a photo and video booth, a photo album, a sketching board, and a
digital scrapbook.

%lang_package
%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install
find %{buildroot}%{_libdir} -name '*.la' -delete -print
%find_lang the-board
%suse_update_desktop_file the-board Utility DesktopUtility
%fdupes %{buildroot}%{_datadir}/the-board/

%clean
%{?buildroot:rm -rf %{buildroot}}

%post -n libthe-board-1_0-0 -p /sbin/ldconfig

%postun -n libthe-board-1_0-0 -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/the-board
%{_libexecdir}/the-board-start
%{_datadir}/applications/the-board.desktop
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/the-board/

%files -n nautilus-extension-the-board
%defattr(-,root,root)
%{_libdir}/nautilus/extensions-3.0/libnautilus-the-board.so

%files -n libthe-board-1_0-0
%defattr(-,root,root)
%{_libdir}/libthe-board-1.0.so.*
%{_libdir}/girepository-1.0/TheBoard-1.0.typelib

%files -n libthe-board-devel
%defattr(-,root,root)
%{_bindir}/tb-js-unit
%{_libdir}/libthe-board-1.0.so
%{_datadir}/gir-1.0/TheBoard-1.0.gir

%files lang -f the-board.lang

%changelog

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



Remember to have fun...

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

Reply via email to