Mailinglist Archive: opensuse-commit (1093 mails)
| < Previous | Next > |
commit clutter-imcontext for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 23 Mar 2010 22:00:22 +0100
- Message-id: <20100323210022.B214320246@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package clutter-imcontext for
openSUSE:Factory
checked in at Tue Mar 23 22:00:22 CET 2010.
--------
New Changes file:
--- /dev/null 2009-09-30 08:50:26.000000000 +0200
+++ /mounts/work_src_done/STABLE/clutter-imcontext/clutter-imcontext.changes
2010-03-23 16:30:40.000000000 +0100
@@ -0,0 +1,44 @@
+-------------------------------------------------------------------
+Tue Mar 23 15:31:26 UTC 2010 - awafaa@xxxxxxxxxxxx
+
+- Clean up spec file for submission to Factory
+
+-------------------------------------------------------------------
+Wed Feb 3 18:57:59 UTC 2010 - abockover@xxxxxxxxxx
+
+- Change version from 0.1.5_20090918 to 0.2.0.1.5.20090918 since
+ the previous released version was 0.1.<YYYYMMDD>, which is a
+ higher version than 0.1.5; the upstream 0.2.1+ series will see a
+ return of sane/upstream-tracked version numbers
+
+-------------------------------------------------------------------
+Mon Feb 1 10:04:42 UTC 2010 - jlee@xxxxxxxxxx
+
+- Remove enable_autoshow dummy file in RPM by add the following
+ statement in spec file:
+ rm -f %{buildroot}/%{_sysconfdir}/clutter-imcontext/enable_autoshow
+ To disable scim autoshow feature by default. (bnc#567393)
+
+-------------------------------------------------------------------
+Wed Nov 11 10:48:32 UTC 2009 - glin@xxxxxxxxxx
+
+- Update to commit b0d19e5a3d481dbe30f4a9ed788fa258dcaeaf65
+
+-------------------------------------------------------------------
+Fri Aug 07 00:00:00 CET 2009 - glin@xxxxxxxxxx
+
+- Update to commit 2cb6f0ff153db639a489e58e36802e0e928b1968
+- Remove update-clutter-imtext-license.patch which is fixed in
+ upstream.
+- Remove "rm -rf %%{buildroot}" due to the warning from build service
+
+-------------------------------------------------------------------
+Fri Jul 10 00:00:00 CET 2009 - glin@xxxxxxxxxx
+
+- Remove all .la files.
+
+-------------------------------------------------------------------
+Fri Jul 10 00:00:00 CET 2009 - glin@xxxxxxxxxx
+
+- Initial import from moblin
+
calling whatdependson for head-i586
New:
----
clutter-imcontext-0.1.5_20090918.tar.bz2
clutter-imcontext.changes
clutter-imcontext.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ clutter-imcontext.spec ++++++
#
# spec file for package clutter-imcontext (Version 0.2.0.1.5.20090918)
#
# Copyright (c) 2010 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: clutter-imcontext
Summary: IMContext Framework Library for Clutter
Group: System/Libraries
%define actual_version 0.1.5_20090918
Version: 0.2.0.1.5.20090918
Release: 1
License: LGPLv2.1
Url: http://moblin.org/
Source0: %{name}-%{actual_version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: clutter-devel glib2-devel gtk-doc
%description
The IMContext Framework Library for Clutter
%package devel
License: LGPLv2.1
Summary: IMContext Framework Library for Clutter
Group: Development/Libraries/C and C++
Requires: clutter-devel
Requires: %{name} >= %{version}
%description devel
The IMContext Framework Library for Clutter
%prep
%setup -q -n %{name}-%{actual_version}
%build
#%autogen --disable-static
./autogen.sh
%configure --disable-static --docdir=%{_datadir}/doc/%{name}-%{version}
make %{?_smp_mflags}
%install
%makeinstall
%find_lang clutter-imcontext || echo -n >> clutter-imcontext.lang
rm -f %{buildroot}/%{_libdir}/*.la
rm -f %{buildroot}/%{_sysconfdir}/clutter-imcontext/enable_autoshow
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf %{buildroot}
%files -f clutter-imcontext.lang
%defattr(-,root,root,-)
%{_libdir}/libclutter-imcontext-0.1.so.0
%{_libdir}/libclutter-imcontext-0.1.so.0.0.0
%{_bindir}/clutter-scan-immodules
%dir %{_sysconfdir}/clutter-imcontext
#%{_sysconfdir}/clutter-imcontext/enable_autoshow
%files devel
%defattr(-,root,root,-)
%{_libdir}/libclutter-imcontext-0.1.so
%{_includedir}/clutter-imcontext-0.1/
%{_libdir}/pkgconfig/clutter-imcontext-0.1.pc
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |