]> git.pld-linux.org Git - packages/tomboy.git/commitdiff
- updated to 1.14.1 master auto/th/tomboy-1.14.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Apr 2022 18:23:39 +0000 (20:23 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Apr 2022 18:23:39 +0000 (20:23 +0200)
- updated dbus patch

tomboy-dbus.patch
tomboy.spec

index 1d7dda2b8d2c5dfdec7620ccb8d611558d66c161..9287f75a4b389c7673081160387a9e6a2a77d1e9 100644 (file)
@@ -9,14 +9,14 @@
  AC_SUBST(DBUS_LIBS)
  
  #
---- tomboy-1.8.3/Tomboy/RemoteControlProxy.cs.orig     2011-06-21 02:55:00.000000000 +0200
-+++ tomboy-1.8.3/Tomboy/RemoteControlProxy.cs  2022-04-26 06:23:29.941836511 +0200
-@@ -52,7 +52,7 @@ namespace Tomboy
-                       BusG.Init ();
+--- tomboy-1.14.1/Tomboy/RemoteControlProxy.cs.orig    2022-04-27 20:12:19.361843860 +0200
++++ tomboy-1.14.1/Tomboy/RemoteControlProxy.cs 2022-04-27 20:15:33.347459616 +0200
+@@ -55,7 +55,7 @@ namespace Tomboy
+                               return null;
  
                        RemoteControl remote_control = new RemoteControl (manager);
 -                      Bus.Session.Register (Namespace,
 +                      Bus.Session.Register (
                                              new ObjectPath (Path),
                                              remote_control);
+                       return remote_control;
index f12127a8b6f8f6cf4a363d1a1d50d2d4590b1da5..9089ba71ca7ca341cdc3dd410c6c8c84032c60e7 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Tomboy - a desktop note-taking application
 Summary(pl.UTF-8):     Tomboy - aplikacja do notatek na pulpicie
 Name:          tomboy
-Version:       1.8.3
-Release:       2
+Version:       1.14.1
+Release:       1
 License:       LGPL v2.1
 Group:         X11/Applications
-Source0:       https://download.gnome.org/sources/tomboy/1.8/%{name}-%{version}.tar.bz2
-# Source0-md5: 760d343acc6a603ccaa1f50e4aac58af
+Source0:       https://download.gnome.org/sources/tomboy/1.14/%{name}-%{version}.tar.xz
+# Source0-md5: 969e7b48b19788899a410e9e757feba1
 Patch0:                %{name}-dbus.patch
 Patch1:                %{name}-cairo.patch
 Patch2:                %{name}-make.patch
@@ -18,10 +18,10 @@ BuildRequires:      automake
 BuildRequires: docbook-dtd412-xml
 #BuildRequires:        dotnet-galago-sharp-devel >= 0.5.0
 BuildRequires: dotnet-gconf-sharp-devel >= 2.24.0
-BuildRequires: dotnet-gmime-sharp-devel >= 2.4.0
+BuildRequires: dotnet-gmime-sharp-devel >= 2.6.0
 BuildRequires: dotnet-gtk-sharp2-devel >= 2.12.2
-BuildRequires: dotnet-dbus-sharp-devel >= 0.4
-BuildRequires: dotnet-dbus-sharp-glib-devel >= 0.3
+BuildRequires: dotnet-dbus-sharp-devel >= 0.8
+BuildRequires: dotnet-dbus-sharp-glib-devel >= 0.6
 BuildRequires: gettext-tools
 BuildRequires: gnome-common >= 2.24.0
 BuildRequires: gnome-doc-utils >= 0.17.3
@@ -34,7 +34,9 @@ BuildRequires:        mono-addins-gui-devel >= 0.3
 BuildRequires: mono-csharp >= 1.9.1
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(find_lang) >= 1.23
-BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: rpmbuild(macros) >= 2.015
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): shared-mime-info
This page took 0.108741 seconds and 4 git commands to generate.