Hello community,

here is the log from the commit of package libunique1 for openSUSE:Factory
checked in at Thu May 5 13:31:31 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/libunique1/libunique1.changes  2011-04-22 
11:23:45.000000000 +0200
@@ -0,0 +1,97 @@
+-------------------------------------------------------------------
+Fri Apr 22 11:22:58 CEST 2011 - [email protected]
+
+- Copy libunique source package to libunique1 as libunique moves to
+  3.0 version.
+
+-------------------------------------------------------------------
+Thu Jan 13 16:55:54 CST 2011 - [email protected]
+
+- Explicitly enable D-Bus support (bnc#640615):
+  + Add dbus-1-glib-devel BuildRequires to build the D-Bus backend.
+  + Pass --enable-dbus=yes to configure.
+
+-------------------------------------------------------------------
+Sun Sep 19 00:53:46 CEST 2010 - [email protected]
+
+- Move gir files to devel subpackage.
+
+-------------------------------------------------------------------
+Wed Dec 23 12:02:07 CET 2009 - [email protected]
+
+- Drop gir-repository BuildRequires: it's not needed with recent
+  gtk2 that have introspection data.
+
+-------------------------------------------------------------------
+Sat Nov 14 02:18:48 CET 2009 - [email protected]
+
+- Update to version 1.1.6:
+  + Fix linker flags
+- Changes from version 1.1.4:
+  + Fix last usage of GDK X11 API without guards
+  + Fix UNIQUE_CHECK_VERSION macro
+  + Documentation fixes
+  + Update the build environment
+  + Fix introspection annotation for
+    unique_message_data_[sg]et_uris()
+  + Allow building only the D-Bus backend
+- Add gir-repository and gobject-introspection-devel BuildRequires.
+- Fix rpmlint warnings about self-obsoletion.
+
+-------------------------------------------------------------------
+Tue Aug 25 13:48:49 CEST 2009 - [email protected]
+
+- Update to version 1.1.2:
+  + Follow GTK+'s single header include policy
+  + Remove a weak reference on the watched window
+  + Rework the build environment:
+    - use a recent syntax for the configure.ac
+    - use AS_COMPILER_FLAGS to ensure portability
+    - use Shave to clean up the build output
+  + Allow compiling out the Unix Domain Socket backend (bacon)
+  + Use the D-Bus backend by default
+  + Use GTK-Doc >= 1.11 to generate a proper Index
+  + Use X11-specific API only if we have support for it
+
+-------------------------------------------------------------------
+Sun May  3 00:49:49 CEST 2009 - [email protected]
+
+- Update to version 1.0.8:
+  + Use the right environment variables
+  + Rework the maintainer compiler flags
+  + Remove the GPL notice from the test
+  + Update AC_INIT parameters
+  + Update the ChangeLog generation rule
+  + Eliminate newline in the version XML template
+  + Rename SGML to XML
+  + Remove mentions of unique_command_register()
+  + Use gnome-autogen instead of autoreconf
+  + Support suncc
+  + Chmod the socket file to 0700
+  + Unbreak subclassing of UniqueApp
+  + Do not attempt to convert UTF-8 data
+- Merge -doc into -devel since it only contains gtk-doc
+- Use %makeinstall instead of make install DESTDIR=%{buildroot}
+- Rename package from unique to libunique
+- %define _libversion and use it instead of specifying the version
+  everywhere
+- Add obsoletes/requires for unique
+
+-------------------------------------------------------------------
+Tue Feb 10 18:13:22 CET 2009 - [email protected]
+
+- Use post -p /sbin/ldconfig.
+
+-------------------------------------------------------------------
+Mon Jan 26 13:38:44 CET 2009 - [email protected]
+
+- devel package requires gtk2-devel package.
+- Simplify file list.
+- Fix Group.
+- doc and devel packages are not versioned.
+
+-------------------------------------------------------------------
+Sat Jan 03 11:23:12 CET 2009 - [email protected]
+
+- New package
+

calling whatdependson for head-i586


New:
----
  libunique-1.1.6.tar.bz2
  libunique1.changes
  libunique1.spec

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

Other differences:
------------------
++++++ libunique1.spec ++++++
#
# spec file for package libunique1
#
# 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:           libunique1
%define _name   libunique
Version:        1.1.6
Release:        1
License:        LGPLv2.1+
Summary:        A library for writing single instance application
Url:            http://live.gnome.org/LibUnique
Group:          System/Libraries
Source:         %{_name}-%{version}.tar.bz2
BuildRequires:  gobject-introspection-devel
BuildRequires:  dbus-1-glib-devel
BuildRequires:  gtk-doc
BuildRequires:  gtk2-devel
BuildRequires:  pkg-config
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libunique-1_0-0 = %{version}

%description
Unique is a library for writing single instance application. If you
launch a single instance application twice, the second instance will
either just quit or will send a message to the running instance.

%package -n libunique-1_0-0
License:        LGPLv2.1+
Summary:        A library for writing single instance application
Group:          System/Libraries

%description -n libunique-1_0-0
Unique is a library for writing single instance application. If you
launch a single instance application twice, the second instance will
either just quit or will send a message to the running instance.

%package devel
License:        LGPLv2.1+
Summary:        A library for writing single instance application - development 
files
Group:          Development/Libraries/GNOME
Requires:       gtk2-devel
Requires:       libunique-1_0-0 = %{version}
Provides:       unique-doc = %{version}
Obsoletes:      unique-doc < %{version}
Provides:       unique-devel = %{version}
Obsoletes:      unique-devel < %{version}

%description devel
Unique is a library for writing single instance application. If you
launch a single instance application twice, the second instance will
either just quit or will send a message to the running instance.

%prep
%setup -q -n %{_name}-%{version}

%build
%configure --enable-debug=no --enable-static=no --enable-dbus=yes
make %{?jobs:-j%jobs}

%install
%makeinstall
rm %{buildroot}%{_libdir}/*.la

%post -n libunique-1_0-0 -p /sbin/ldconfig

%postun -n libunique-1_0-0 -p /sbin/ldconfig

%clean
rm -rf %{buildroot}

%files -n libunique-1_0-0
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%{_libdir}/*.so.0*
%{_libdir}/girepository-1.0/Unique-1.0.typelib

%files devel
%defattr(-,root,root)
%{_includedir}/unique-1.0/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/*.gir
%doc %{_datadir}/gtk-doc/html/unique

%changelog

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to