commit bluefish for openSUSE:Factory

2020-09-17 Thread root
Hello community,

here is the log from the commit of package bluefish for openSUSE:Factory 
checked in at 2020-09-17 14:50:09

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


Package is "bluefish"

Thu Sep 17 14:50:09 2020 rev:13 rq:835048 version:2.2.11

Changes:

--- /work/SRC/openSUSE:Factory/bluefish/bluefish.changes2017-12-03 
10:13:39.366476772 +0100
+++ /work/SRC/openSUSE:Factory/.bluefish.new.4249/bluefish.changes  
2020-09-17 14:52:55.416029694 +0200
@@ -1,0 +2,42 @@
+Sun Aug 23 11:54:39 UTC 2020 - Matthias Eliasson 
+
+- Update to version 2.2.11
+  * Bluefish 2.2.11 is a minor maintenance release and minor feature release.
+  * The only exception to that is the python 3 compatibility which is a major
+change. If you compile Bluefish with python 3, you might experience new
+bugs.
+  * There are various minor changes as well.
+  * Double click selection has been improved (for example selecting a function
+name that has underscores), and is now configurable per language.
+  * Bluefish now has a feature to fill a line with spaces up to a mouse click,
+so you can start typing in any position on the screen (with a fixed width
+font).
+  * A crash when running very large replace actions on disk on many files has
+been fixed.
+  * Search and replace now ignores backup files by default.
+  * Cursor highlighting and line highlighting have been fixed for a rare bug.
+  * A small new feature has been added, to insert output from an external
+command in the current cursor position.
+  * Many language files have seen updates, most notably CSS, Python and HTML.
+  * A data loss bug - when an unknown encoding was selected - was fixed, the
+fallback is now to save as UTF-8.
+  * A bug when saving with unknown characters in the filename has also been
+fixed.
+  * Printing has been improved such as printing in landscape.
+  * Some small tweaks to the UI have been implemented. For example you can now
+search in files in the filebrowser (right click a directory). Search
+results can now be shown in the output pane. 
+  * The current identifier can be selected using .
+  * Last there various fixes when Bluefish is run on top of Wayland. 
+- Update gpgkeyring to correct for source validation
+- Refresh patch remove-python-class-shebang.patch
+- Remove in %post since they are not needed anymore (triggers)
+  * %mime_database_post
+  * %desktop_database_post
+- Remove in %postun since they are not needed anymore (triggers)
+  * %mime_database_postun
+  * %desktop_database_postun
+- Run spec-cleaner
+  * Remove rpm groups
+  * use make macros
+---

Old:

  bluefish-2.2.10.tar.bz2
  bluefish-2.2.10.tar.bz2.sig

New:

  bluefish-2.2.11.tar.bz2
  bluefish-2.2.11.tar.bz2.sig



Other differences:
--
++ bluefish.spec ++
--- /var/tmp/diff_new_pack.7Nz0FH/_old  2020-09-17 14:53:01.532035531 +0200
+++ /var/tmp/diff_new_pack.7Nz0FH/_new  2020-09-17 14:53:01.536035535 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bluefish
 #
-# Copyright (c) 2017 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
@@ -12,17 +12,16 @@
 # 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:   bluefish
-Version:2.2.10
+Version:2.2.11
 Release:0
 Summary:A feature-Rich HTML Editor
-License:GPL-3.0+
-Group:  Productivity/Publishing/HTML/Editors
-Url:http://bluefish.openoffice.nl/
+License:GPL-3.0-or-later
+URL:http://bluefish.openoffice.nl/
 Source0:
http://www.bennewitz.com/bluefish/stable/source/%{name}-%{version}.tar.bz2
 Source1:
http://www.bennewitz.com/bluefish/stable/source/%{name}-%{version}.tar.bz2.sig
 Source2:%{name}.keyring
@@ -57,7 +56,6 @@
 Recommends: make
 Provides:   bluefish-unstable = %{version}-%{release}
 Obsoletes:  bluefish-unstable < 2.2.3
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Bluefish is a HTML editor designed for the experienced Web designer
@@ -66,8 +64,7 @@
 It is based on Gtk+.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 # avoid aliasing warnings
@@ -76,7 +73,7 @@
 --disable-update-databases \
 

commit bluefish for openSUSE:Factory

2017-12-03 Thread root
Hello community,

here is the log from the commit of package bluefish for openSUSE:Factory 
checked in at 2017-12-03 10:13:37

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


Package is "bluefish"

Sun Dec  3 10:13:37 2017 rev:12 rq:547533 version:2.2.10

Changes:

--- /work/SRC/openSUSE:Factory/bluefish/bluefish.changes2017-06-26 
15:53:54.669719042 +0200
+++ /work/SRC/openSUSE:Factory/.bluefish.new/bluefish.changes   2017-12-03 
10:13:39.366476772 +0100
@@ -1,0 +2,15 @@
+Tue Nov 28 21:08:53 UTC 2017 - zai...@opensuse.org
+
+- Drop obsolete and unused BuildRequires, not needed after the
+  switch to gtk3: pkgconfig(libglade-2.0),
+  pkgconfig(libgnomeprint-2.2) and pkgconfig(libgnomeprintui-2.2)
+  (boo#1067727).
+- Align with what configure looks for:
+  Drop enchant-devel and gtk3-devel BuildRequires.
+  Add pkgconfig(gtk+-3.0), pkgconfig(gdk-3.0), pkgconfig(glib-2.0),
+  pkgconfig(gmodule-2.0), pkgconfig(gobject-2.0), pkgconfig(pango),
+  pkgconfig(gdk-pixbuf-2.0), pkgconfig(gio-unix-2.0),
+  pkgconfig(gthread-2.0), pkgconfig(libxml-2.0) and
+  pkgconfig(enchant) BuildRequires.
+
+---



Other differences:
--
++ bluefish.spec ++
--- /var/tmp/diff_new_pack.2m3tQe/_old  2017-12-03 10:13:41.222409295 +0100
+++ /var/tmp/diff_new_pack.2m3tQe/_new  2017-12-03 10:13:41.226409149 +0100
@@ -28,10 +28,8 @@
 Source2:%{name}.keyring
 # PATCH-FIX-OPENSUSE remove-python-class-shebang.patch - Remove unneeded 
shebang from python class files.
 Patch0: remove-python-class-shebang.patch
-BuildRequires:  enchant-devel
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
-BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  jing
 BuildRequires:  man
@@ -39,12 +37,20 @@
 BuildRequires:  sgml-skel
 BuildRequires:  tidy
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(enchant)
+BuildRequires:  pkgconfig(gdk-3.0)
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.24
+BuildRequires:  pkgconfig(glib-2.0) >= 2.24
+BuildRequires:  pkgconfig(gmodule-2.0) >= 2.24
+BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2.2
 BuildRequires:  pkgconfig(gucharmap-2.90)
-BuildRequires:  pkgconfig(libglade-2.0)
-BuildRequires:  pkgconfig(libgnomeprint-2.2)
-BuildRequires:  pkgconfig(libgnomeprintui-2.2)
 BuildRequires:  pkgconfig(libpcre)
 BuildRequires:  pkgconfig(libwnck-3.0)
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(python)
 Requires:   sgml-skel
 Recommends: libxml2-tools






commit bluefish for openSUSE:Factory

2017-06-26 Thread root
Hello community,

here is the log from the commit of package bluefish for openSUSE:Factory 
checked in at 2017-06-26 15:53:49

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


Package is "bluefish"

Mon Jun 26 15:53:49 2017 rev:11 rq:505865 version:2.2.10

Changes:

--- /work/SRC/openSUSE:Factory/bluefish/bluefish.changes2017-04-11 
09:36:47.991966732 +0200
+++ /work/SRC/openSUSE:Factory/.bluefish.new/bluefish.changes   2017-06-26 
15:53:54.669719042 +0200
@@ -1,0 +2,6 @@
+Wed Jun 21 13:49:54 UTC 2017 - tchva...@suse.com
+
+- Remove aspell and rely on enchant for spellcheck
+  * This means the bluefish will use hunspell now
+
+---



Other differences:
--
++ bluefish.spec ++
--- /var/tmp/diff_new_pack.IulOzj/_old  2017-06-26 15:53:56.937399272 +0200
+++ /var/tmp/diff_new_pack.IulOzj/_new  2017-06-26 15:53:56.937399272 +0200
@@ -28,7 +28,6 @@
 Source2:%{name}.keyring
 # PATCH-FIX-OPENSUSE remove-python-class-shebang.patch - Remove unneeded 
shebang from python class files.
 Patch0: remove-python-class-shebang.patch
-BuildRequires:  aspell-devel
 BuildRequires:  enchant-devel
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel






commit bluefish for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package bluefish for openSUSE:Factory 
checked in at 2017-04-11 09:36:46

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


Package is "bluefish"

Tue Apr 11 09:36:46 2017 rev:10 rq:483787 version:2.2.10

Changes:

--- /work/SRC/openSUSE:Factory/bluefish/bluefish.changes2017-03-12 
20:04:41.259918616 +0100
+++ /work/SRC/openSUSE:Factory/.bluefish.new/bluefish.changes   2017-04-11 
09:36:47.991966732 +0200
@@ -1,0 +2,27 @@
+Thu Mar 23 22:28:22 UTC 2017 - r...@fthiessen.de
+
+- Update to version 2.2.10
+  * Various language files have been improved
+  * Various fixes for newer gtk versions and for gtk on wayland
+  * New feature: Possibility to import/export syntax color styles,
+included are styles for a light and a dark theme. 
+  * Fixes for a few rare crashes.
+  * Fixes incompatibility with Gtk 3.20.
+  * Some small dialogs have been improved.
+  * Some user interface parts have been polished.
+  * Fixes a few serious but rarely occurring bugs.
+  * Options defined in the language definition files
+are now translated.
+  * Various default settings have been improved, most notably the
+command to launch Firefox for preview.
+  * The looks on newer gtk versions have been restored.
+  * CSS can now be compressed and decompressed.
+  * Character encoding detection has been improved.
+  * Auto-completion for HTML attributes has been improved.
+  * The SASS style language has been added. 
+- Removed upstream merged fix_ptr_from_int.patch
+- Added keyring / signature file for verification
+- Added remove-python-class-shebang.patch to remove shebang from
+  python class files (this ones get never executed as scripts).
+
+---

Old:

  bluefish-2.2.7.tar.bz2
  bluefish-rpmlintrc
  fix_ptr_from_int.patch

New:

  bluefish-2.2.10.tar.bz2
  bluefish-2.2.10.tar.bz2.sig
  bluefish.keyring
  remove-python-class-shebang.patch



Other differences:
--
++ bluefish.spec ++
--- /var/tmp/diff_new_pack.6d4z4u/_old  2017-04-11 09:36:48.759858257 +0200
+++ /var/tmp/diff_new_pack.6d4z4u/_new  2017-04-11 09:36:48.763857692 +0200
@@ -17,40 +17,41 @@
 
 
 Name:   bluefish
+Version:2.2.10
+Release:0
 Summary:A feature-Rich HTML Editor
 License:GPL-3.0+
 Group:  Productivity/Publishing/HTML/Editors
-Version:2.2.7
-Release:0
 Url:http://bluefish.openoffice.nl/
-Provides:   bluefish-unstable = %{version}-%{release}
-Obsoletes:  bluefish-unstable < 2.2.3
+Source0:
http://www.bennewitz.com/bluefish/stable/source/%{name}-%{version}.tar.bz2
+Source1:
http://www.bennewitz.com/bluefish/stable/source/%{name}-%{version}.tar.bz2.sig
+Source2:%{name}.keyring
+# PATCH-FIX-OPENSUSE remove-python-class-shebang.patch - Remove unneeded 
shebang from python class files.
+Patch0: remove-python-class-shebang.patch
 BuildRequires:  aspell-devel
 BuildRequires:  enchant-devel
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
-BuildRequires:  gnome-mime-data
-BuildRequires:  gnome-vfs2-devel
-BuildRequires:  gnutls-devel
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  intltool
-BuildRequires:  libglade2-devel
-BuildRequires:  libgnomeprint-devel
-BuildRequires:  libgnomeprintui-devel
-BuildRequires:  libwnck-devel
-BuildRequires:  pcre-devel
-BuildRequires:  python-devel
+BuildRequires:  jing
+BuildRequires:  man
+BuildRequires:  pkgconfig
 BuildRequires:  sgml-skel
 BuildRequires:  tidy
 BuildRequires:  update-desktop-files
-Recommends: make
-Recommends: libxml2-tools
-Requires:   libxml2
+BuildRequires:  pkgconfig(gucharmap-2.90)
+BuildRequires:  pkgconfig(libglade-2.0)
+BuildRequires:  pkgconfig(libgnomeprint-2.2)
+BuildRequires:  pkgconfig(libgnomeprintui-2.2)
+BuildRequires:  pkgconfig(libpcre)
+BuildRequires:  pkgconfig(libwnck-3.0)
+BuildRequires:  pkgconfig(python)
 Requires:   sgml-skel
-Source0:
http://www.bennewitz.com/bluefish/stable/source/%{name}-%{version}.tar.bz2
-Source1:bluefish-rpmlintrc
-# PATCH-FIX-UPSTREAM fix_ptr_from_int.patch -- fix pointer from integer 
assignment, already upstream
-Patch0: fix_ptr_from_int.patch
+Recommends: libxml2-tools
+Recommends: make
+Provides:   bluefish-unstable = %{version}-%{release}
+Obsoletes:  bluefish-unstable < 2.2.3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -62,33 +63,24 @@
 %prep
 %setup -q
 %patch0 -p1
-for file in $(find src/plugin_zencoding -name "*.py"); do
-   sed -i "s|/usr/bin/env python|%{bindir}/python|g" 

commit bluefish for openSUSE:Factory

2017-03-12 Thread root
Hello community,

here is the log from the commit of package bluefish for openSUSE:Factory 
checked in at 2017-03-12 20:04:37

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


Package is "bluefish"

Sun Mar 12 20:04:37 2017 rev:9 rq:477952 version:2.2.7

Changes:

--- /work/SRC/openSUSE:Factory/bluefish/bluefish.changes2015-05-20 
23:55:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluefish.new/bluefish.changes   2017-03-12 
20:04:41.259918616 +0100
@@ -1,0 +2,6 @@
+Wed Mar  8 23:17:29 UTC 2017 - sfal...@opensuse.org
+
+- Edited %files section to clear unpackaged files builderror
+  in openSUSE:Factory
+
+---



Other differences:
--
++ bluefish.spec ++
--- /var/tmp/diff_new_pack.IUcqHs/_old  2017-03-12 20:04:42.963677529 +0100
+++ /var/tmp/diff_new_pack.IUcqHs/_new  2017-03-12 20:04:42.967676963 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bluefish
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -138,6 +138,7 @@
 %files -f all.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING README TODO
+%{_docdir}/%{name}
 %{_mandir}/man1/bluefish.1*
 %dir %{_libdir}/%{name}
 %dir %{_datadir}/xml/bluefish




commit bluefish for openSUSE:Factory

2015-05-20 Thread h_root
Hello community,

here is the log from the commit of package bluefish for openSUSE:Factory 
checked in at 2015-05-20 23:55:41

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


Package is bluefish

Changes:

--- /work/SRC/openSUSE:Factory/bluefish/bluefish.changes2014-07-10 
08:17:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluefish.new/bluefish.changes   2015-05-20 
23:55:42.0 +0200
@@ -1,0 +2,33 @@
+Fri May 15 15:16:13 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.2.7:
+Bluefish 2.2.7 is mostly a bug fix release. It fixes rare
+crashes in the autocompletion, the filebrowser, the htmlbar
+plugin preferences, and in file-load-cancel, fixes a rare case
+of broken syntax highlighting after multiple search/replace
+actions.
+  * It furthermore displays better error/warning output when
+parsing language files.
+  * It also finally fixes javascript regex syntax highlighting.
+  * The loading of files with corrupt encoding has been improved,
+and project loading over sftp has been improved.
+  * Various HTML5 tags have been added, and HTML5 is the default
+now for php, cfml and other languages that can include html
+syntax.
+  * Saving and loading of UTF-16 encoded files was broken and has
+been fixes.
+  * Various languages have better support, such as javascript, css,
+html, pascal/deplhi, and html has improved autocompletion.
+  * On OSX the keys for tab switching no longer confict with some
+keyboard layouts, and behavior at shutdown was improved.
+  * The upload/download feature has a new option to ignore backup
+files.
+  * The home/end keys now work better on wrapped tekst.
+  * And finally the search and replace dialog correctly shows the
+number of results when searching in files on disk.
+- point the source URL to the master download server
+- add fix_ptr_from_int.patch: fix pointer from integer assignment,
+  already upstream
+- avoid aliasing warnings: add -fno-strict-aliasing to CFLAGS
+
+---

Old:

  bluefish-2.2.6.tar.bz2

New:

  bluefish-2.2.7.tar.bz2
  fix_ptr_from_int.patch



Other differences:
--
++ bluefish.spec ++
--- /var/tmp/diff_new_pack.Rx4ue1/_old  2015-05-20 23:55:43.0 +0200
+++ /var/tmp/diff_new_pack.Rx4ue1/_new  2015-05-20 23:55:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bluefish
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -20,7 +20,7 @@
 Summary:A feature-Rich HTML Editor
 License:GPL-3.0+
 Group:  Productivity/Publishing/HTML/Editors
-Version:2.2.6
+Version:2.2.7
 Release:0
 Url:http://bluefish.openoffice.nl/
 Provides:   bluefish-unstable = %{version}-%{release}
@@ -47,8 +47,10 @@
 Recommends: libxml2-tools
 Requires:   libxml2
 Requires:   sgml-skel
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://www.bennewitz.com/bluefish/stable/source/%{name}-%{version}.tar.bz2
 Source1:bluefish-rpmlintrc
+# PATCH-FIX-UPSTREAM fix_ptr_from_int.patch -- fix pointer from integer 
assignment, already upstream
+Patch0: fix_ptr_from_int.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,12 +61,15 @@
 
 %prep
 %setup -q 
+%patch0 -p1
 for file in $(find src/plugin_zencoding -name *.py); do
sed -i s|/usr/bin/env python|%{bindir}/python|g $file
chmod +x $file
 done
 
 %build
+# avoid aliasing warnings
+export CFLAGS=%{optflags} -fno-strict-aliasing
 %configure  --with-icon-path=%{_datadir}/pixmaps \
 --with-gnome2-menu=%{_datadir} \
 --without-freedesktop_org-mime \

++ bluefish-2.2.6.tar.bz2 - bluefish-2.2.7.tar.bz2 ++
 205057 lines of diff (skipped)

++ fix_ptr_from_int.patch ++
fix pointer from integer bug, already commited upstream in [r8489]

Index: bluefish-2.2.7/src/document.c
===
--- bluefish-2.2.7.orig/src/document.c
+++ bluefish-2.2.7/src/document.c
@@ -2445,7 +2445,7 @@ doc_get_buffer_in_encoding(Tdocument * d
}
}
} else {
-   newbuflen = strlen(buffer);
+   *newbuflen = strlen(buffer);
}
return buffer;
 }



commit bluefish for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package bluefish for openSUSE:Factory 
checked in at 2014-07-10 08:16:56

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


Package is bluefish

Changes:

--- /work/SRC/openSUSE:Factory/bluefish/bluefish.changes2014-02-21 
06:54:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.bluefish.new/bluefish.changes   2014-07-10 
08:17:21.0 +0200
@@ -1,0 +2,26 @@
+Wed Jun 25 13:11:36 UTC 2014 - l...@linux-schulserver.de
+
+- update to 2.2.6:
+  + mostly a bug fix release. This release fixes a critical bug
+(segfault) in filebrowser that could be triggered if the root 
+directory was set as basedir. 
+  + It also has a fix for a specific CSS-in-HTML-tag highlighting issue.
+  + The filter code furthermore caused a segfault if the command did not 
exist. T
+  + Next to these bugs many small issues have been resolved. 
+  + Various language files have small improvements, most notably C, 
+Javascript and CSS. 
+  + Several translations have been updated. 
+  + A corner case for a new document from a template that does not exist 
+was fixed. 
+  + The open submenu now opens SVG files from the filebrowser instead
+of inserting an image tag.
+  +  The included cssmin and jsbeatify have been updated. 
+  + A syntax scanning issue when replacing large chunks of text was 
+fixed. 
+  + the Report bug link was broken, 
+  + a new conditional option to the language file that makes re-using
+certain blocks of language files easier was added,
+  +  and error reporting in outputbox was improved. 
+- recommend make and libxml2-tools (xmllint) for easier programming
+
+---

Old:

  bluefish-2.2.5.tar.bz2

New:

  bluefish-2.2.6.tar.bz2



Other differences:
--
++ bluefish.spec ++
--- /var/tmp/diff_new_pack.Y9Ycyy/_old  2014-07-10 08:17:21.0 +0200
+++ /var/tmp/diff_new_pack.Y9Ycyy/_new  2014-07-10 08:17:21.0 +0200
@@ -20,7 +20,7 @@
 Summary:A feature-Rich HTML Editor
 License:GPL-3.0+
 Group:  Productivity/Publishing/HTML/Editors
-Version:2.2.5
+Version:2.2.6
 Release:0
 Url:http://bluefish.openoffice.nl/
 Provides:   bluefish-unstable = %{version}-%{release}
@@ -43,12 +43,13 @@
 BuildRequires:  sgml-skel
 BuildRequires:  tidy
 BuildRequires:  update-desktop-files
+Recommends: make
+Recommends: libxml2-tools
 Requires:   libxml2
 Requires:   sgml-skel
 Source0:%{name}-%{version}.tar.bz2
 Source1:bluefish-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define prefix %{_prefix}
 
 %description
 Bluefish is a HTML editor designed for the experienced Web designer 

++ bluefish-2.2.5.tar.bz2 - bluefish-2.2.6.tar.bz2 ++
 147752 lines of diff (skipped)

++ bluefish-rpmlintrc ++
--- /var/tmp/diff_new_pack.Y9Ycyy/_old  2014-07-10 08:17:24.0 +0200
+++ /var/tmp/diff_new_pack.Y9Ycyy/_new  2014-07-10 08:17:24.0 +0200
@@ -1,2 +1,2 @@
-# libxml2 is NOT a library
-addFilter(explicit-lib-dependency.*libxml2)
+# libxml2 and libxml2-tools are NOT a library
+addFilter(explicit-lib-dependency.*libxml2.*)

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



commit bluefish for openSUSE:Factory

2014-02-20 Thread h_root
Hello community,

here is the log from the commit of package bluefish for openSUSE:Factory 
checked in at 2014-02-21 06:54:45

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


Package is bluefish

Changes:

--- /work/SRC/openSUSE:Factory/bluefish/bluefish.changes2013-02-12 
16:24:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.bluefish.new/bluefish.changes   2014-02-21 
06:54:46.0 +0100
@@ -1,0 +2,16 @@
+Tue Feb 11 10:27:42 UTC 2014 - l...@linux-schulserver.de
+
+- update to 2.2.5:
+  + The syntax scanning engine is faster after small changes to the text. 
+  + The filebrowser is also much faster with less memory usage, with 
+various fixes and new features. 
+  + Projects now store the active document and active line numbers. 
+  + Indenting is improved in auto-completion and the smart indenting. 
+  + Bookmarks and paste special also have been improved. 
+  + Furthermore almost all syntax highlighting has been improved, most 
+notable jquery in javascript, HTML5, and HTML5 in PHP files. 
+  + There are also many bug fixes, such as in wrap text on right margin, 
+in the replace engine, the jsmin licence, the split lines feature, 
+the auto-recovery and many obscure bugs. 
+
+---

Old:

  bluefish-2.2.4.tar.bz2

New:

  bluefish-2.2.5.tar.bz2



Other differences:
--
++ bluefish.spec ++
--- /var/tmp/diff_new_pack.hCSkRE/_old  2014-02-21 06:54:47.0 +0100
+++ /var/tmp/diff_new_pack.hCSkRE/_new  2014-02-21 06:54:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bluefish
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -20,7 +20,7 @@
 Summary:A feature-Rich HTML Editor
 License:GPL-3.0+
 Group:  Productivity/Publishing/HTML/Editors
-Version:2.2.4
+Version:2.2.5
 Release:0
 Url:http://bluefish.openoffice.nl/
 Provides:   bluefish-unstable = %{version}-%{release}
@@ -136,6 +136,7 @@
 %dir %{_libdir}/%{name}
 %dir %{_datadir}/xml/bluefish
 %dir %{_datadir}/xml/bluefish/2.0
+%dir %{_datadir}/appdata
 %{_libdir}/%{name}/*
 %{_bindir}/bluefish
 %{_datadir}/bluefish
@@ -144,5 +145,6 @@
 %{_datadir}/xml/bluefish/2.0/bflang2.rng
 %{_datadir}/xml/bluefish/catalog.xml
 %{_datadir}/icons/hicolor/*/*/*
+%{_datadir}/appdata/bluefish.appdata.xml
 
 %changelog

++ bluefish-2.2.4.tar.bz2 - bluefish-2.2.5.tar.bz2 ++
 188596 lines of diff (skipped)

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



commit bluefish for openSUSE:Factory

2013-02-12 Thread h_root
Hello community,

here is the log from the commit of package bluefish for openSUSE:Factory 
checked in at 2013-02-12 16:24:51

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


Package is bluefish, Maintainer is stephan.ba...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/bluefish/bluefish.changes2013-01-24 
15:35:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.bluefish.new/bluefish.changes   2013-02-12 
16:24:54.0 +0100
@@ -1,0 +2,12 @@
+Tue Feb 12 11:27:34 UTC 2013 - l...@linux-schulserver.de
+
+- update to 2.2.4:
+  + minor bugfix release
+  + various fixes for the tab-width on gtk 3.6
+  + improved auto-completion popup speed
+  + more simple search options
+  + paste improvements (to paste for example images from Libreoffice)
+  + pylint, cssmin, jsmin, csstidy and php_beautifier integration
+  + various language syntax definition files have also been improved
+
+---

Old:

  bluefish-2.2.3.tar.bz2

New:

  bluefish-2.2.4.tar.bz2



Other differences:
--
++ bluefish.spec ++
--- /var/tmp/diff_new_pack.YiKrsB/_old  2013-02-12 16:24:55.0 +0100
+++ /var/tmp/diff_new_pack.YiKrsB/_new  2013-02-12 16:24:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bluefish 
 #
-# 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
@@ -18,20 +18,20 @@
 
 Name:   bluefish
 Summary:A feature-Rich HTML Editor
-Version:2.2.3
-Release:0
-Url:http://bluefish.openoffice.nl/
 License:GPL-3.0+
 Group:  Productivity/Publishing/HTML/Editors
+Version:2.2.4
+Release:0
+Url:http://bluefish.openoffice.nl/
 Provides:   bluefish-unstable = %{version}-%{release}
-Obsoletes:  bluefish-unstable  %{version}
+Obsoletes:  bluefish-unstable  2.2.3
 BuildRequires:  aspell-devel 
 BuildRequires:  enchant-devel
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel 
-BuildRequires:  gnutls-devel 
 BuildRequires:  gnome-mime-data
 BuildRequires:  gnome-vfs2-devel 
+BuildRequires:  gnutls-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libglade2-devel 
@@ -58,6 +58,10 @@
 
 %prep
 %setup -q 
+for file in $(find src/plugin_zencoding -name *.py); do
+   sed -i s|/usr/bin/env python|%{bindir}/python|g $file
+   chmod +x $file
+done
 
 %build
 %configure  --with-icon-path=%{_datadir}/pixmaps \

++ bluefish-2.2.3.tar.bz2 - bluefish-2.2.4.tar.bz2 ++
 172734 lines of diff (skipped)

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