commit libnotify for openSUSE:Factory

2020-04-13 Thread root
Hello community,

here is the log from the commit of package libnotify for openSUSE:Factory 
checked in at 2020-04-13 12:50:01

Comparing /work/SRC/openSUSE:Factory/libnotify (Old)
 and  /work/SRC/openSUSE:Factory/.libnotify.new.3248 (New)


Package is "libnotify"

Mon Apr 13 12:50:01 2020 rev:40 rq:792298 version:0.7.9

Changes:

--- /work/SRC/openSUSE:Factory/libnotify/libnotify.changes  2019-05-03 
22:12:00.811462302 +0200
+++ /work/SRC/openSUSE:Factory/.libnotify.new.3248/libnotify.changes
2020-04-13 12:50:03.808562977 +0200
@@ -1,0 +2,13 @@
+Sun Apr  5 22:02:35 UTC 2020 - Michael Gorse 
+
+- Remove service files.
+
+---
+Sat Apr  4 15:24:23 UTC 2020 - mgo...@suse.com
+
+- Update to version 0.7.9:
+  + Added man page for notify-send.
+  + Dropped autotools.
+- Require docbook5-xsl-stylesheets. Needed for manpage generation.
+
+---

Old:

  _service
  _servicedata
  libnotify-0.7.8.tar.xz

New:

  libnotify-0.7.9.tar.xz



Other differences:
--
++ libnotify.spec ++
--- /var/tmp/diff_new_pack.muUWNn/_old  2020-04-13 12:50:04.664563460 +0200
+++ /var/tmp/diff_new_pack.muUWNn/_new  2020-04-13 12:50:04.668563462 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnotify
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,17 @@
 
 
 Name:   libnotify
-Version:0.7.8
+Version:0.7.9
 Release:0
 Summary:Notifications Library
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/X11
 URL:http://galago-project.org/
-#Source0:   
https://download.gnome.org/sources/libnotify/0.7/%%{name}-%%{version}.tar.xz
-Source: %{name}-%{version}.tar.xz
+Source: 
https://download.gnome.org/sources/libnotify/0.7/%{name}-%{version}.tar.xz
 Source98:   libnotify-rpmlintrc
 Source99:   baselibs.conf
 
+BuildRequires:  docbook5-xsl-stylesheets
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  meson
@@ -99,7 +99,7 @@
 %files -n libnotify4
 %license COPYING
 # README is empty
-%doc AUTHORS ChangeLog NEWS
+%doc AUTHORS NEWS
 %{_libdir}/*.so.*
 
 %files -n typelib-1_0-Notify-0_7
@@ -107,6 +107,7 @@
 
 %files tools
 %{_bindir}/notify-send
+%{_mandir}/man1/notify-send.1%{ext_man}
 
 %files devel
 %{_libdir}/*.so

++ libnotify-0.7.8.tar.xz -> libnotify-0.7.9.tar.xz ++
 2269 lines of diff (skipped)




commit libnotify for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package libnotify for openSUSE:Factory 
checked in at 2019-05-03 22:11:59

Comparing /work/SRC/openSUSE:Factory/libnotify (Old)
 and  /work/SRC/openSUSE:Factory/.libnotify.new.5148 (New)


Package is "libnotify"

Fri May  3 22:11:59 2019 rev:39 rq:695701 version:0.7.8

Changes:

--- /work/SRC/openSUSE:Factory/libnotify/libnotify.changes  2018-03-05 
13:33:32.961298031 +0100
+++ /work/SRC/openSUSE:Factory/.libnotify.new.5148/libnotify.changes
2019-05-03 22:12:00.811462302 +0200
@@ -1,0 +2,12 @@
+Fri Apr 05 19:26:17 UTC 2019 - bjorn@gmail.com
+
+- Update to version 0.7.8:
+  + Support meson build system.
+  + notify-send: Support full URLs as hint values.
+  + Mic. bug fixes.
+- Update _service file to new gitlab home.
+- Add meson BuildRequires and macros.
+- Drop gnome-common BuildRequires and autogen call, no longer
+  needed.
+
+---

Old:

  libnotify-0.7.7+20170717.43aac61.tar.xz

New:

  libnotify-0.7.8.tar.xz



Other differences:
--
++ libnotify.spec ++
--- /var/tmp/diff_new_pack.ZqseRc/_old  2019-05-03 22:12:01.415463459 +0200
+++ /var/tmp/diff_new_pack.ZqseRc/_new  2019-05-03 22:12:01.415463459 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnotify
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   libnotify
-Version:0.7.7+20170717.43aac61
+Version:0.7.8
 Release:0
 Summary:Notifications Library
 License:LGPL-2.1-or-later
@@ -27,9 +27,10 @@
 Source: %{name}-%{version}.tar.xz
 Source98:   libnotify-rpmlintrc
 Source99:   baselibs.conf
-BuildRequires:  gnome-common
+
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
@@ -78,19 +79,19 @@
 D-BUS notifications library.
 
 %prep
-%autosetup
+%autosetup -p1
 
 %build
-NOCONFIGURE=1 ./autogen.sh
-%configure \
-   --enable-gtk-doc \
-   --disable-static \
+%meson \
+   -Dtests=false \
+   -Dintrospection=enabled \
+   -Dgtk_doc=true \
+   -Ddocbook_docs=disabled \
%{nil}
-%make_build
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
 
 %post -n libnotify4 -p /sbin/ldconfig
 %postun -n libnotify4 -p /sbin/ldconfig

++ _service ++
--- /var/tmp/diff_new_pack.ZqseRc/_old  2019-05-03 22:12:01.435463497 +0200
+++ /var/tmp/diff_new_pack.ZqseRc/_new  2019-05-03 22:12:01.435463497 +0200
@@ -1,9 +1,9 @@
 
   
-git://git.gnome.org/libnotify
+https://gitlab.gnome.org/GNOME/libnotify.git
 git
-0.7.7+%cd.%h
-43aac613f1c2a56aa672c36c157c9b8eb193ac25
+@PARENT_TAG@
+0.7.8
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.ZqseRc/_old  2019-05-03 22:12:01.447463520 +0200
+++ /var/tmp/diff_new_pack.ZqseRc/_new  2019-05-03 22:12:01.451463527 +0200
@@ -1,4 +1,6 @@
 
 
 git://git.gnome.org/libnotify
-  43aac613f1c2a56aa672c36c157c9b8eb193ac25
\ No newline at end of file
+  43aac613f1c2a56aa672c36c157c9b8eb193ac25
+https://gitlab.gnome.org/GNOME/libnotify.git
+  44f9124b12987406d0768e760ecf9f7e27f8
\ No newline at end of file

++ libnotify-0.7.7+20170717.43aac61.tar.xz -> libnotify-0.7.8.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnotify-0.7.7+20170717.43aac61/.gitlab-ci.yml 
new/libnotify-0.7.8/.gitlab-ci.yml
--- old/libnotify-0.7.7+20170717.43aac61/.gitlab-ci.yml 1970-01-01 
01:00:00.0 +0100
+++ new/libnotify-0.7.8/.gitlab-ci.yml  2019-03-28 19:24:26.0 +0100
@@ -0,0 +1,42 @@
+stages:
+  - build
+
+.base_build_template: _build
+  stage: build
+  image: ubuntu:devel
+
+.ubuntu_deps_install_template: _deps_install
+apt-get update &&
+apt-get install -q -y --no-install-recommends
+  gobject-introspection
+  gtk-doc-tools
+  libgdk-pixbuf2.0-dev
+  libgirepository1.0-dev
+  libglib2.0-dev
+  libgtk-3-dev
+  libpopt-dev
+  xmlto
+

commit libnotify for openSUSE:Factory

2018-03-05 Thread root
Hello community,

here is the log from the commit of package libnotify for openSUSE:Factory 
checked in at 2018-03-05 13:33:22

Comparing /work/SRC/openSUSE:Factory/libnotify (Old)
 and  /work/SRC/openSUSE:Factory/.libnotify.new (New)


Package is "libnotify"

Mon Mar  5 13:33:22 2018 rev:38 rq:582192 version:0.7.7+20170717.43aac61

Changes:

--- /work/SRC/openSUSE:Factory/libnotify/libnotify.changes  2016-10-18 
10:34:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnotify.new/libnotify.changes 2018-03-05 
13:33:32.961298031 +0100
@@ -1,0 +2,24 @@
+Mon Feb 26 15:19:53 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.7.7+20170717.43aac61:
+  + Conditionall call g_type_init() after a version check.
+  + build: Update the list of headers in srcdir.
+  + notify-send: Call setlocale in main function.
+- Switch to git-checkout via source service, following this, add
+  gtk-doc and gnome-common BuildRequires ans pass autogen.sh to
+  bootstrap tarball and pass --enable-gtk-doc to configure.
+- Clean up spec, use autosetup and make_build macros.
+- Add libnotify-rpmlintrc, silence rpmlint warning about
+  shlib-policy-missing-lib.
+
+---
+Thu Mar 30 14:19:58 UTC 2017 - jeng...@inai.de
+
+- Rectify RPM groups
+
+---
+Tue Feb 28 10:11:13 UTC 2017 - sor.ale...@meowr.ru
+
+- Spec cleanup.
+
+---

Old:

  libnotify-0.7.7.tar.xz

New:

  _service
  _servicedata
  libnotify-0.7.7+20170717.43aac61.tar.xz
  libnotify-rpmlintrc



Other differences:
--
++ libnotify.spec ++
--- /var/tmp/diff_new_pack.Wie83M/_old  2018-03-05 13:33:34.437244617 +0100
+++ /var/tmp/diff_new_pack.Wie83M/_new  2018-03-05 13:33:34.437244617 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnotify
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,23 @@
 
 
 Name:   libnotify
+Version:0.7.7+20170717.43aac61
+Release:0
+Summary:Notifications Library
+License:LGPL-2.1-or-later
+Group:  Development/Libraries/X11
+URL:http://galago-project.org/
+#Source0:   
https://download.gnome.org/sources/libnotify/0.7/%%{name}-%%{version}.tar.xz
+Source: %{name}-%{version}.tar.xz
+Source98:   libnotify-rpmlintrc
+Source99:   baselibs.conf
+BuildRequires:  gnome-common
 BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk-doc
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
-%if 0%{?BUILD_FROM_VCS}
-BuildRequires:  gnome-common
-BuildRequires:  gtk-doc
-%endif
-Version:0.7.7
-Release:0
-Url:http://www.galago-project.org/
-Summary:Notifications Library
-License:LGPL-2.1+
-Group:  System/Libraries
-Source: 
http://download.gnome.org/sources/libnotify/0.7/%{name}-%{version}.tar.xz
-Source99:   baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 D-BUS notifications library.
@@ -78,50 +78,40 @@
 D-BUS notifications library.
 
 %prep
-%setup -q
-%if 0%{?BUILD_FROM_VCS}
-[ -x ./autogens.sh ] && NOCONFIGURE=1 ./autogen.sh
-%endif
+%autosetup
 
 %build
-%configure\
-%if 0%{?BUILD_FROM_VCS}
+NOCONFIGURE=1 ./autogen.sh
+%configure \
 --enable-gtk-doc \
-%endif
-   --disable-static
-make %{?_smp_mflags}
+   --disable-static \
+   %{nil}
+%make_build
 
 %install
-%makeinstall
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libnotify4 -p /sbin/ldconfig
-
 %postun -n libnotify4 -p /sbin/ldconfig
 
 %files -n libnotify4
-%defattr (-, root, root)
+%license COPYING
 # README is empty
-%doc AUTHORS COPYING ChangeLog NEWS
+%doc AUTHORS ChangeLog NEWS
 %{_libdir}/*.so.*
 
 %files -n typelib-1_0-Notify-0_7
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Notify-0.7.typelib
 
 %files tools
-%defattr (-, root, root)
 %{_bindir}/notify-send
 
 %files devel
-%defattr (-, root, root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/*
 %{_datadir}/gir-1.0/*.gir
-# Own these repositories to not depend on gtk-doc while building:
-%dir %{_datadir}/gtk-doc
-%dir %{_datadir}/gtk-doc/html
 %{_datadir}/gtk-doc/html/libnotify
 
 %changelog

++ _service ++

  
git://git.gnome.org/libnotify
git

commit libnotify for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package libnotify for openSUSE:Factory 
checked in at 2016-10-18 10:34:20

Comparing /work/SRC/openSUSE:Factory/libnotify (Old)
 and  /work/SRC/openSUSE:Factory/.libnotify.new (New)


Package is "libnotify"

Changes:

--- /work/SRC/openSUSE:Factory/libnotify/libnotify.changes  2013-09-11 
12:19:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnotify.new/libnotify.changes 2016-10-18 
10:34:21.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct 14 09:10:15 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.7.7:
+  + Introspection fixes.
+  + Allow to disable tests at build time.
+
+---

Old:

  libnotify-0.7.6.tar.xz

New:

  libnotify-0.7.7.tar.xz



Other differences:
--
++ libnotify.spec ++
--- /var/tmp/diff_new_pack.UvOKyO/_old  2016-10-18 10:34:22.0 +0200
+++ /var/tmp/diff_new_pack.UvOKyO/_new  2016-10-18 10:34:22.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc
 %endif
-Version:0.7.6
+Version:0.7.7
 Release:0
 Url:http://www.galago-project.org/
 Summary:Notifications Library

++ libnotify-0.7.6.tar.xz -> libnotify-0.7.7.tar.xz ++
 7134 lines of diff (skipped)




commit libnotify for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package libnotify for openSUSE:Factory 
checked in at 2013-09-11 12:19:32

Comparing /work/SRC/openSUSE:Factory/libnotify (Old)
 and  /work/SRC/openSUSE:Factory/.libnotify.new (New)


Package is libnotify

Changes:

--- /work/SRC/openSUSE:Factory/libnotify/libnotify.changes  2013-04-02 
12:17:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnotify.new/libnotify.changes 2013-09-11 
12:19:33.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  3 06:46:35 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.7.6:
+  + Fix annotation for add_action.
+  + Clarify documentation for set-timeout.
+
+---

Old:

  libnotify-0.7.5.tar.xz

New:

  libnotify-0.7.6.tar.xz



Other differences:
--
++ libnotify.spec ++
--- /var/tmp/diff_new_pack.uZtacp/_old  2013-09-11 12:19:33.0 +0200
+++ /var/tmp/diff_new_pack.uZtacp/_new  2013-09-11 12:19:33.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc
 %endif
-Version:0.7.5
+Version:0.7.6
 Release:0
 Url:http://www.galago-project.org/
 Summary:Notifications Library

++ libnotify-0.7.5.tar.xz - libnotify-0.7.6.tar.xz ++
 8423 lines of diff (skipped)

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



commit libnotify for openSUSE:Factory

2013-04-02 Thread h_root
Hello community,

here is the log from the commit of package libnotify for openSUSE:Factory 
checked in at 2013-04-02 12:17:16

Comparing /work/SRC/openSUSE:Factory/libnotify (Old)
 and  /work/SRC/openSUSE:Factory/.libnotify.new (New)


Package is libnotify, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libnotify/libnotify.changes  2012-07-12 
10:47:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnotify.new/libnotify.changes 2013-04-02 
12:17:17.0 +0200
@@ -1,0 +2,5 @@
+Fri Mar  1 12:45:44 UTC 2013 - dims...@opensuse.org
+
+- Spec-cleanup using format_spec_file service.
+
+---



Other differences:
--
++ libnotify.spec ++
--- /var/tmp/diff_new_pack.VFDW1z/_old  2013-04-02 12:17:18.0 +0200
+++ /var/tmp/diff_new_pack.VFDW1z/_new  2013-04-02 12:17:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnotify
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -40,7 +40,6 @@
 
 %package -n libnotify4
 Summary:Notifications Library
-License:LGPL-2.1+
 Group:  System/Libraries
 Recommends: notification-daemon
 
@@ -49,7 +48,6 @@
 
 %package -n typelib-1_0-Notify-0_7
 Summary:Notifications Library -- Introspection bindings
-License:LGPL-2.1+
 Group:  System/Libraries
 
 %description -n typelib-1_0-Notify-0_7
@@ -59,7 +57,6 @@
 
 %package tools
 Summary:Notifications Library -- Tools
-License:LGPL-2.1+
 Group:  System/Libraries
 Provides:   libnotify = %{version}
 Obsoletes:  libnotify  %{version}
@@ -71,7 +68,6 @@
 
 %package devel
 Summary:Notifications Library
-License:LGPL-2.1+
 Group:  Development/Libraries/X11
 Requires:   libnotify4 = %{version}
 Requires:   typelib-1_0-Notify-0_7 = %{version}

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



commit libnotify for openSUSE:Factory

2012-07-12 Thread h_root
Hello community,

here is the log from the commit of package libnotify for openSUSE:Factory 
checked in at 2012-07-12 10:47:29

Comparing /work/SRC/openSUSE:Factory/libnotify (Old)
 and  /work/SRC/openSUSE:Factory/.libnotify.new (New)


Package is libnotify, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libnotify/libnotify.changes  2012-03-29 
14:00:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnotify.new/libnotify.changes 2012-07-12 
10:47:30.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul  9 11:55:01 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.1+
+  No GPL-2.0+ files found in the package. The Fedora package is also
+  licensed under LGPL-2.1+
+
+---



Other differences:
--
++ libnotify.spec ++
--- /var/tmp/diff_new_pack.kxtUpg/_old  2012-07-12 10:47:31.0 +0200
+++ /var/tmp/diff_new_pack.kxtUpg/_new  2012-07-12 10:47:31.0 +0200
@@ -29,7 +29,7 @@
 Release:0
 Url:http://www.galago-project.org/
 Summary:Notifications Library
-License:GPL-2.0+ ; LGPL-2.1+
+License:LGPL-2.1+
 Group:  System/Libraries
 Source: 
http://download.gnome.org/sources/libnotify/0.7/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
@@ -40,7 +40,7 @@
 
 %package -n libnotify4
 Summary:Notifications Library
-License:GPL-2.0+ ; LGPL-2.1+
+License:LGPL-2.1+
 Group:  System/Libraries
 Recommends: notification-daemon
 
@@ -49,7 +49,7 @@
 
 %package -n typelib-1_0-Notify-0_7
 Summary:Notifications Library -- Introspection bindings
-License:GPL-2.0+ ; LGPL-2.1+
+License:LGPL-2.1+
 Group:  System/Libraries
 
 %description -n typelib-1_0-Notify-0_7


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



commit libnotify for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package libnotify for openSUSE:Factory 
checked in at 2012-03-29 14:00:50

Comparing /work/SRC/openSUSE:Factory/libnotify (Old)
 and  /work/SRC/openSUSE:Factory/.libnotify.new (New)


Package is libnotify, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libnotify/libnotify.changes  2012-01-09 
15:42:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnotify.new/libnotify.changes 2012-03-29 
14:00:51.0 +0200
@@ -1,0 +2,8 @@
+Tue Mar 27 06:19:34 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.7.5:
+  + Build fixes
+  + Documentation improvements
+  + Spec clarifications
+
+---

Old:

  libnotify-0.7.4.tar.bz2

New:

  libnotify-0.7.5.tar.xz



Other differences:
--
++ libnotify.spec ++
--- /var/tmp/diff_new_pack.1A1c7C/_old  2012-03-29 14:00:53.0 +0200
+++ /var/tmp/diff_new_pack.1A1c7C/_new  2012-03-29 14:00:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnotify
 #
-# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libnotify
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
@@ -24,13 +25,13 @@
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc
 %endif
-Version:0.7.4
+Version:0.7.5
 Release:0
 Url:http://www.galago-project.org/
 Summary:Notifications Library
 License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
-Source: 
http://download.gnome.org/sources/libnotify/0.7/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/libnotify/0.7/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

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



commit libnotify for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package libnotify for openSUSE:Factory 
checked in at 2012-01-09 15:42:27

Comparing /work/SRC/openSUSE:Factory/libnotify (Old)
 and  /work/SRC/openSUSE:Factory/.libnotify.new (New)


Package is libnotify, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libnotify/libnotify.changes  2011-10-02 
10:15:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnotify.new/libnotify.changes 2012-01-09 
15:42:28.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec  8 13:11:58 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-Notify-0_7 subpackage.
+- Add typelib-1_0-Notify-0_7 Requires to devel subpackage.
+
+---



Other differences:
--
++ libnotify.spec ++
--- /var/tmp/diff_new_pack.SNHyLw/_old  2012-01-09 15:42:28.0 +0100
+++ /var/tmp/diff_new_pack.SNHyLw/_new  2012-01-09 15:42:28.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   libnotify
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
@@ -27,11 +25,11 @@
 BuildRequires:  gtk-doc
 %endif
 Version:0.7.4
-Release:1
+Release:0
 Url:http://www.galago-project.org/
-Group:  System/Libraries
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:Notifications Library
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  System/Libraries
 Source: 
http://download.gnome.org/sources/libnotify/0.7/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,18 +38,28 @@
 D-BUS notifications library.
 
 %package -n libnotify4
+Summary:Notifications Library
 License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
-Summary:Notifications Library
 Recommends: notification-daemon
 
 %description -n libnotify4
 D-BUS notifications library.
 
+%package -n typelib-1_0-Notify-0_7
+Summary:Notifications Library -- Introspection bindings
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  System/Libraries
+
+%description -n typelib-1_0-Notify-0_7
+D-BUS notifications library.
+
+This package provides the GObject Introspection bindings for libnotify.
+
 %package tools
+Summary:Notifications Library -- Tools
 License:LGPL-2.1+
 Group:  System/Libraries
-Summary:Notifications Library -- Tools
 Provides:   libnotify = %{version}
 Obsoletes:  libnotify  %{version}
 
@@ -61,10 +69,11 @@
 This package contains the notify-send tool to create notifications.
 
 %package devel
+Summary:Notifications Library
 License:LGPL-2.1+
 Group:  Development/Libraries/X11
-Summary:Notifications Library
 Requires:   libnotify4 = %{version}
+Requires:   typelib-1_0-Notify-0_7 = %{version}
 Provides:   libnotify-doc = %{version}
 Obsoletes:  libnotify-doc  %{version}
 
@@ -98,6 +107,9 @@
 # README is empty
 %doc AUTHORS COPYING ChangeLog NEWS
 %{_libdir}/*.so.*
+
+%files -n typelib-1_0-Notify-0_7
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Notify-0.7.typelib
 
 %files tools

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



commit libnotify for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libnotify for openSUSE:Factory 
checked in at 2011-12-06 18:24:44

Comparing /work/SRC/openSUSE:Factory/libnotify (Old)
 and  /work/SRC/openSUSE:Factory/.libnotify.new (New)


Package is libnotify, Maintainer is gnome-maintain...@suse.de

Changes:




Other differences:
--
++ libnotify.spec ++
--- /var/tmp/diff_new_pack.UINFtP/_old  2011-12-06 18:43:09.0 +0100
+++ /var/tmp/diff_new_pack.UINFtP/_new  2011-12-06 18:43:09.0 +0100
@@ -30,7 +30,7 @@
 Release:1
 Url:http://www.galago-project.org/
 Group:  System/Libraries
-License:GPLv2+ ; LGPLv2.1+
+License:GPL-2.0+ ; LGPL-2.1+
 Summary:Notifications Library
 Source: 
http://download.gnome.org/sources/libnotify/0.7/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
@@ -40,7 +40,7 @@
 D-BUS notifications library.
 
 %package -n libnotify4
-License:GPLv2+ ; LGPLv2.1+
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
 Summary:Notifications Library
 Recommends: notification-daemon
@@ -49,7 +49,7 @@
 D-BUS notifications library.
 
 %package tools
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/Libraries
 Summary:Notifications Library -- Tools
 Provides:   libnotify = %{version}
@@ -61,7 +61,7 @@
 This package contains the notify-send tool to create notifications.
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Development/Libraries/X11
 Summary:Notifications Library
 Requires:   libnotify4 = %{version}

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



commit libnotify for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libnotify for openSUSE:Factory
checked in at Mon May 2 15:18:19 CEST 2011.




--- GNOME/libnotify/libnotify.changes   2010-10-04 12:19:43.0 +0200
+++ /mounts/work_src_done/STABLE/libnotify/libnotify.changes2011-03-22 
14:05:52.0 +0100
@@ -1,0 +2,47 @@
+Tue Mar 22 13:03:41 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.7.2:
+  + Add a way to change the application name
+  + Mark image_path as deprecated
+  + Allow properties to be set in any order
+
+---
+Mon Feb  7 14:14:22 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.7.1:
+  + Don't export private symbols
+  + Introspection support and annotations
+  + Documentation cleanups and fixes
+  + Ref the pixbuf passed to set_image_from_pixbuf
+  + Add tests for new capabilities and hints
+  + Update spec to mention persistence and action-icons server
+capability and action-icons, transient and resident
+hints.
+  + Bump spec version to 1.2
+- Add gobject-introspection-devel BuildRequires to build
+  introspection.
+- Add support for source service checkout, with %BUILD_FROM_VCS:
+  + Add gnome-common, gtk-doc BuildRequires.
+  + Add call to ./autogen.sh.
+  + Enforce gtk-doc html generation by passing --enable-gtk-doc to
+configure.
+- Change devel package group from System/Libraries to
+  Development/Libraries/X11, to fix rpmlint warning.
+
+---
+Fri Dec 17 10:37:09 CET 2010 - vu...@opensuse.org
+
+- Update to version 0.7.0:
+  + Remove the ability to attach notifications to widgets or
+positions
+  + Add a test for the persistence server capability
+  + Port to use GBus instead of dbus-glib
+  + Add a macro to get library version number
+  + Remove GTK+ dependency from library
+  + Port tests to GTK+ 3
+- Remove pkgconfig(dbus-1), pkgconfig(dbus-glib-1),
+  pkgconfig(gtk+-2.0) BuildRequires.
+- Add explicit pkgconfig(gdk-pixbuf-2.0) BuildRequires.
+- Rename libnotify1 to libnotify4, following the soversion change.
+
+---

calling whatdependson for head-i586


Old:

  libnotify-0.6.0.tar.bz2

New:

  libnotify-0.7.2.tar.bz2



Other differences:
--
++ libnotify.spec ++
--- /var/tmp/diff_new_pack.SFP42i/_old  2011-05-02 15:16:39.0 +0200
+++ /var/tmp/diff_new_pack.SFP42i/_new  2011-05-02 15:16:39.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libnotify (Version 0.6.0)
+# spec file for package libnotify
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -19,13 +19,15 @@
 
 
 Name:   libnotify
-BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
-# libnotify works with both gtk+ 2 and gtk+ 3, and we need both at build time
-BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
-Version:0.6.0
+%if 0%{?BUILD_FROM_VCS}
+BuildRequires:  gnome-common
+BuildRequires:  gtk-doc
+%endif
+Version:0.7.2
 Release:1
 Url:http://www.galago-project.org/
 Group:  System/Libraries
@@ -38,13 +40,13 @@
 %description
 D-BUS notifications library.
 
-%package -n libnotify1
+%package -n libnotify4
 License:GPLv2+ ; LGPLv2.1+
 Group:  System/Libraries
 Summary:Notifications Library
 Recommends: notification-daemon
 
-%description -n libnotify1
+%description -n libnotify4
 D-BUS notifications library.
 
 %package tools
@@ -61,9 +63,9 @@
 
 %package devel
 License:LGPLv2.1+
-Group:  System/Libraries
+Group:  Development/Libraries/X11
 Summary:Notifications Library
-Requires:   libnotify1 = %{version}
+Requires:   libnotify4 = %{version}
 Provides:   libnotify-doc = %{version}
 Obsoletes:  libnotify-doc  %{version}
 
@@ -72,9 +74,15 @@
 
 %prep
 %setup -q
+%if 0%{?BUILD_FROM_VCS}
+[ -x ./autogens.sh ]  NOCONFIGURE=1 ./autogen.sh
+%endif
 
 %build
 %configure\
+%if 0%{?BUILD_FROM_VCS}
+--enable-gtk-doc \
+%endif
--disable-static
 make %{?jobs:-j%jobs}
 
@@ -85,15 +93,16 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -n libnotify1 -p /sbin/ldconfig
+%post -n libnotify4 -p /sbin/ldconfig
 
-%postun -n libnotify1 -p /sbin/ldconfig
+%postun -n libnotify4 -p /sbin/ldconfig
 
-%files -n libnotify1
+%files -n libnotify4
 %defattr (-, root, root)
 # README is empty
 %doc AUTHORS COPYING ChangeLog NEWS
 %{_libdir}/*.so.*