From ef9a45d639e642e35567257aa96550e8550021072d96ba6eda1d57cce8daed40 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 28 Sep 2010 19:08:15 +0000 Subject: [PATCH 1/4] Accepting request 49410 from home:vuntz:branches:GNOME:Factory thanks OBS-URL: https://build.opensuse.org/request/show/49410 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=98 --- evolution-2.31.92.tar.bz2 | 3 --- evolution-2.32.0.tar.bz2 | 3 +++ evolution.changes | 7 +++++++ evolution.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 evolution-2.31.92.tar.bz2 create mode 100644 evolution-2.32.0.tar.bz2 diff --git a/evolution-2.31.92.tar.bz2 b/evolution-2.31.92.tar.bz2 deleted file mode 100644 index 185eafa..0000000 --- a/evolution-2.31.92.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:feda2b365063914ee27ab689cfc15442c8b98a8e8e08951e1f28e6c578c068f4 -size 31882223 diff --git a/evolution-2.32.0.tar.bz2 b/evolution-2.32.0.tar.bz2 new file mode 100644 index 0000000..f2479d9 --- /dev/null +++ b/evolution-2.32.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d0e45a9f23292d41155332d57d325b44b198189133b64f929cd75e1dc98841 +size 31877012 diff --git a/evolution.changes b/evolution.changes index 5059430..11c7833 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 27 16:43:26 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.32.0: + + bgo#626066: log in to NSS database on demand for changing trust + + Updated translations. + ------------------------------------------------------------------- Mon Sep 13 14:07:20 CEST 2010 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index 5899dea..d732f4c 100644 --- a/evolution.spec +++ b/evolution.spec @@ -1,5 +1,5 @@ # -# spec file for package evolution (Version 2.31.92) +# spec file for package evolution (Version 2.32.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -68,7 +68,7 @@ License: LGPLv2.0 ; LGPLv3 Group: Productivity/Networking/Email/Clients # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 2.32 -Version: 2.31.92 +Version: 2.32.0 Release: 1 # FIXME: check with upstream/meego if we want to enable clutter for express mode Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite From 55c180372e45e4b1147fe4f993c12d81a421bcb8aa136588096c30d6e1a186f9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 Oct 2010 14:06:21 +0000 Subject: [PATCH 2/4] Accepting request 49835 from home:vuntz:branches:GNOME:Factory thanks OBS-URL: https://build.opensuse.org/request/show/49835 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=99 --- evolution.changes | 6 ++++++ evolution.spec | 28 ++++++++++++++++++++++------ 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/evolution.changes b/evolution.changes index 11c7833..48bddbd 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 5 15:49:02 CEST 2010 - vuntz@opensuse.org + +- Split glade3 catalog in a glade3-catalog-evolution subpackage. + Part of bnc#637694. + ------------------------------------------------------------------- Mon Sep 27 16:43:26 CEST 2010 - vuntz@opensuse.org diff --git a/evolution.spec b/evolution.spec index d732f4c..ec449e4 100644 --- a/evolution.spec +++ b/evolution.spec @@ -103,6 +103,23 @@ calendar, and address book) that should make daily life easier. Because of the modular design, it is possible to plug new components into Evolution or embed the existing ones in other applications. +%package -n glade3-catalog-evolution +License: LGPLv2.0 ; LGPLv3 +Summary: Evolution Library -- Catalog for Glade +Group: Development/Tools/GUI Builders +Requires: %{name} = %{version} +Requires: glade3 +Supplements: packageand(glade3:%{name}-devel) + +%description -n glade3-catalog-evolution +Evolution consists of modular components (at the moment: mailer, +calendar, and address book) that should make daily life easier. Because +of the modular design, it is possible to plug new components into +Evolution or embed the existing ones in other applications. + +This package provides a catalog for Glade, to allow the use of Evolution +widgets in Glade. + %package devel License: LGPLv2.0 ; LGPLv3 Summary: Include Files and Libraries mandatory for Development @@ -294,18 +311,17 @@ fi %files lang -f evolution-%evolution_base_version.lang +%files -n glade3-catalog-evolution +%defattr(-,root,root) +%{_libdir}/glade3/modules/libgladeevolution.so +%{_datadir}/glade3/catalogs/evolution.xml + %files devel %defattr(-,root,root) %{_includedir}/* %{_libdir}/evolution/%{evolution_base_version}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/gtk-doc/html/eshell -%dir %{_libdir}/glade3 -%dir %{_libdir}/glade3/modules -%{_libdir}/glade3/modules/libgladeevolution.so -%dir %{_datadir}/glade3 -%dir %{_datadir}/glade3/catalogs -%{_datadir}/glade3/catalogs/evolution.xml %files mono-plugins %defattr(-,root,root) From 6c7db7604d6f2f895e95f8d9a7b03b69ca19c11cb2bd5ca5de45a7b1ff156cde Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 15 Oct 2010 14:22:20 +0000 Subject: [PATCH 3/4] Accepting request 50664 from GNOME:Factory checked in (request 50664) OBS-URL: https://build.opensuse.org/request/show/50664 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=100 --- evolution-2.31.92.tar.bz2 | 3 +++ evolution-2.32.0.tar.bz2 | 3 --- evolution.changes | 13 ------------- evolution.spec | 32 ++++++++------------------------ 4 files changed, 11 insertions(+), 40 deletions(-) create mode 100644 evolution-2.31.92.tar.bz2 delete mode 100644 evolution-2.32.0.tar.bz2 diff --git a/evolution-2.31.92.tar.bz2 b/evolution-2.31.92.tar.bz2 new file mode 100644 index 0000000..185eafa --- /dev/null +++ b/evolution-2.31.92.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feda2b365063914ee27ab689cfc15442c8b98a8e8e08951e1f28e6c578c068f4 +size 31882223 diff --git a/evolution-2.32.0.tar.bz2 b/evolution-2.32.0.tar.bz2 deleted file mode 100644 index f2479d9..0000000 --- a/evolution-2.32.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61d0e45a9f23292d41155332d57d325b44b198189133b64f929cd75e1dc98841 -size 31877012 diff --git a/evolution.changes b/evolution.changes index 48bddbd..5059430 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,16 +1,3 @@ -------------------------------------------------------------------- -Tue Oct 5 15:49:02 CEST 2010 - vuntz@opensuse.org - -- Split glade3 catalog in a glade3-catalog-evolution subpackage. - Part of bnc#637694. - -------------------------------------------------------------------- -Mon Sep 27 16:43:26 CEST 2010 - vuntz@opensuse.org - -- Update to version 2.32.0: - + bgo#626066: log in to NSS database on demand for changing trust - + Updated translations. - ------------------------------------------------------------------- Mon Sep 13 14:07:20 CEST 2010 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index ec449e4..5899dea 100644 --- a/evolution.spec +++ b/evolution.spec @@ -1,5 +1,5 @@ # -# spec file for package evolution (Version 2.32.0) +# spec file for package evolution (Version 2.31.92) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -68,7 +68,7 @@ License: LGPLv2.0 ; LGPLv3 Group: Productivity/Networking/Email/Clients # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 2.32 -Version: 2.32.0 +Version: 2.31.92 Release: 1 # FIXME: check with upstream/meego if we want to enable clutter for express mode Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite @@ -103,23 +103,6 @@ calendar, and address book) that should make daily life easier. Because of the modular design, it is possible to plug new components into Evolution or embed the existing ones in other applications. -%package -n glade3-catalog-evolution -License: LGPLv2.0 ; LGPLv3 -Summary: Evolution Library -- Catalog for Glade -Group: Development/Tools/GUI Builders -Requires: %{name} = %{version} -Requires: glade3 -Supplements: packageand(glade3:%{name}-devel) - -%description -n glade3-catalog-evolution -Evolution consists of modular components (at the moment: mailer, -calendar, and address book) that should make daily life easier. Because -of the modular design, it is possible to plug new components into -Evolution or embed the existing ones in other applications. - -This package provides a catalog for Glade, to allow the use of Evolution -widgets in Glade. - %package devel License: LGPLv2.0 ; LGPLv3 Summary: Include Files and Libraries mandatory for Development @@ -311,17 +294,18 @@ fi %files lang -f evolution-%evolution_base_version.lang -%files -n glade3-catalog-evolution -%defattr(-,root,root) -%{_libdir}/glade3/modules/libgladeevolution.so -%{_datadir}/glade3/catalogs/evolution.xml - %files devel %defattr(-,root,root) %{_includedir}/* %{_libdir}/evolution/%{evolution_base_version}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/gtk-doc/html/eshell +%dir %{_libdir}/glade3 +%dir %{_libdir}/glade3/modules +%{_libdir}/glade3/modules/libgladeevolution.so +%dir %{_datadir}/glade3 +%dir %{_datadir}/glade3/catalogs +%{_datadir}/glade3/catalogs/evolution.xml %files mono-plugins %defattr(-,root,root) From cabe2591467f42018bfaa82c612cac09d96800e21ce7ef169143d54362b930ab Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 15 Oct 2010 14:22:21 +0000 Subject: [PATCH 4/4] Updating link to change in openSUSE:Factory/evolution revision 93.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=c0fbf07d3495bed12b9e408ec9f39ad3 --- evolution-2.31.92.tar.bz2 | 3 --- evolution-2.32.0.tar.bz2 | 3 +++ evolution.changes | 13 +++++++++++++ evolution.spec | 32 ++++++++++++++++++++++++-------- 4 files changed, 40 insertions(+), 11 deletions(-) delete mode 100644 evolution-2.31.92.tar.bz2 create mode 100644 evolution-2.32.0.tar.bz2 diff --git a/evolution-2.31.92.tar.bz2 b/evolution-2.31.92.tar.bz2 deleted file mode 100644 index 185eafa..0000000 --- a/evolution-2.31.92.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:feda2b365063914ee27ab689cfc15442c8b98a8e8e08951e1f28e6c578c068f4 -size 31882223 diff --git a/evolution-2.32.0.tar.bz2 b/evolution-2.32.0.tar.bz2 new file mode 100644 index 0000000..f2479d9 --- /dev/null +++ b/evolution-2.32.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d0e45a9f23292d41155332d57d325b44b198189133b64f929cd75e1dc98841 +size 31877012 diff --git a/evolution.changes b/evolution.changes index 5059430..48bddbd 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Oct 5 15:49:02 CEST 2010 - vuntz@opensuse.org + +- Split glade3 catalog in a glade3-catalog-evolution subpackage. + Part of bnc#637694. + +------------------------------------------------------------------- +Mon Sep 27 16:43:26 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.32.0: + + bgo#626066: log in to NSS database on demand for changing trust + + Updated translations. + ------------------------------------------------------------------- Mon Sep 13 14:07:20 CEST 2010 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index 5899dea..ec449e4 100644 --- a/evolution.spec +++ b/evolution.spec @@ -1,5 +1,5 @@ # -# spec file for package evolution (Version 2.31.92) +# spec file for package evolution (Version 2.32.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -68,7 +68,7 @@ License: LGPLv2.0 ; LGPLv3 Group: Productivity/Networking/Email/Clients # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 2.32 -Version: 2.31.92 +Version: 2.32.0 Release: 1 # FIXME: check with upstream/meego if we want to enable clutter for express mode Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite @@ -103,6 +103,23 @@ calendar, and address book) that should make daily life easier. Because of the modular design, it is possible to plug new components into Evolution or embed the existing ones in other applications. +%package -n glade3-catalog-evolution +License: LGPLv2.0 ; LGPLv3 +Summary: Evolution Library -- Catalog for Glade +Group: Development/Tools/GUI Builders +Requires: %{name} = %{version} +Requires: glade3 +Supplements: packageand(glade3:%{name}-devel) + +%description -n glade3-catalog-evolution +Evolution consists of modular components (at the moment: mailer, +calendar, and address book) that should make daily life easier. Because +of the modular design, it is possible to plug new components into +Evolution or embed the existing ones in other applications. + +This package provides a catalog for Glade, to allow the use of Evolution +widgets in Glade. + %package devel License: LGPLv2.0 ; LGPLv3 Summary: Include Files and Libraries mandatory for Development @@ -294,18 +311,17 @@ fi %files lang -f evolution-%evolution_base_version.lang +%files -n glade3-catalog-evolution +%defattr(-,root,root) +%{_libdir}/glade3/modules/libgladeevolution.so +%{_datadir}/glade3/catalogs/evolution.xml + %files devel %defattr(-,root,root) %{_includedir}/* %{_libdir}/evolution/%{evolution_base_version}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/gtk-doc/html/eshell -%dir %{_libdir}/glade3 -%dir %{_libdir}/glade3/modules -%{_libdir}/glade3/modules/libgladeevolution.so -%dir %{_datadir}/glade3 -%dir %{_datadir}/glade3/catalogs -%{_datadir}/glade3/catalogs/evolution.xml %files mono-plugins %defattr(-,root,root)