commit sratom for openSUSE:Factory

2020-10-30 Thread root
Hello community,

here is the log from the commit of package sratom for openSUSE:Factory checked 
in at 2020-10-30 11:45:51

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


Package is "sratom"

Fri Oct 30 11:45:51 2020 rev:14 rq:844187 version:0.6.6

Changes:

--- /work/SRC/openSUSE:Factory/sratom/sratom.changes2020-06-02 
14:33:17.590506576 +0200
+++ /work/SRC/openSUSE:Factory/.sratom.new.3463/sratom.changes  2020-10-30 
11:45:56.305615446 +0100
@@ -1,0 +2,6 @@
+Mon Oct 26 22:01:32 UTC 2020 - Dirk Mueller 
+
+- update to 0.6.6:
+  * Fix various minor warnings and other code quality issues 
+
+---

Old:

  sratom-0.6.4.tar.bz2

New:

  sratom-0.6.6.tar.bz2



Other differences:
--
++ sratom.spec ++
--- /var/tmp/diff_new_pack.urrL4A/_old  2020-10-30 11:45:57.013616072 +0100
+++ /var/tmp/diff_new_pack.urrL4A/_new  2020-10-30 11:45:57.013616072 +0100
@@ -18,7 +18,7 @@
 
 %define sover 0
 Name:   sratom
-Version:0.6.4
+Version:0.6.6
 Release:0
 Summary:A library for serialising LV2 atoms to/from RDF
 License:ISC

++ sratom-0.6.4.tar.bz2 -> sratom-0.6.6.tar.bz2 ++
 3050 lines of diff (skipped)




commit sratom for openSUSE:Factory

2020-06-02 Thread root
Hello community,

here is the log from the commit of package sratom for openSUSE:Factory checked 
in at 2020-06-02 14:33:12

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


Package is "sratom"

Tue Jun  2 14:33:12 2020 rev:13 rq:809146 version:0.6.4

Changes:

--- /work/SRC/openSUSE:Factory/sratom/sratom.changes2018-10-01 
09:05:51.327870156 +0200
+++ /work/SRC/openSUSE:Factory/.sratom.new.3606/sratom.changes  2020-06-02 
14:33:17.590506576 +0200
@@ -1,0 +2,5 @@
+Wed May 27 00:18:25 UTC 2020 - Giordano Boschetti 
+
+- Updated to 0.6.4
+
+---

Old:

  sratom-0.6.2.tar.bz2

New:

  sratom-0.6.4.tar.bz2



Other differences:
--
++ sratom.spec ++
--- /var/tmp/diff_new_pack.LdnYkL/_old  2020-06-02 14:33:18.190508474 +0200
+++ /var/tmp/diff_new_pack.LdnYkL/_new  2020-06-02 14:33:18.190508474 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sratom
 #
-# Copyright (c) 2018 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,13 +12,13 @@
 # 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/
 #
 
 
 %define sover 0
 Name:   sratom
-Version:0.6.2
+Version:0.6.4
 Release:0
 Summary:A library for serialising LV2 atoms to/from RDF
 License:ISC
@@ -79,7 +79,7 @@
 
 %files -n libsratom-0-%{sover}
 %license COPYING
-%doc NEWS README
+%doc NEWS
 %{_libdir}/libsratom-0.so.%{sover}*
 
 %files devel

++ sratom-0.6.2.tar.bz2 -> sratom-0.6.4.tar.bz2 ++
 56033 lines of diff (skipped)




commit sratom for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package sratom for openSUSE:Factory checked 
in at 2018-10-01 09:05:50

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


Package is "sratom"

Mon Oct  1 09:05:50 2018 rev:12 rq:637394 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/sratom/sratom.changes2018-09-11 
17:11:06.399983981 +0200
+++ /work/SRC/openSUSE:Factory/.sratom.new/sratom.changes   2018-10-01 
09:05:51.327870156 +0200
@@ -1,0 +2,5 @@
+Fri Sep 21 06:23:43 UTC 2018 - o...@aepfle.de
+
+- Use -std=gnu99 to fix compilation of bogus C code
+
+---



Other differences:
--
++ sratom.spec ++
--- /var/tmp/diff_new_pack.8hOWPK/_old  2018-10-01 09:05:52.407869227 +0200
+++ /var/tmp/diff_new_pack.8hOWPK/_new  2018-10-01 09:05:52.411869224 +0200
@@ -31,7 +31,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  pkgconfig(lv2) >= 1.10.0
-BuildRequires:  pkgconfig(serd-0) >= 0.23.0
+BuildRequires:  pkgconfig(serd-0) >= 0.30.0
 BuildRequires:  pkgconfig(sord-0) >= 0.12.0
 
 %description
@@ -58,7 +58,7 @@
 %setup -q
 
 %build
-export CFLAGS='%{optflags}'
+export CFLAGS='%{optflags} -std=gnu99'
 export CXXFLAGS='%{optflags}'
 python3 ./waf configure \
   --prefix=%{_prefix} \




commit sratom for openSUSE:Factory

2018-09-11 Thread root
Hello community,

here is the log from the commit of package sratom for openSUSE:Factory checked 
in at 2018-09-11 17:11:02

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


Package is "sratom"

Tue Sep 11 17:11:02 2018 rev:11 rq:631429 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/sratom/sratom.changes2017-11-09 
13:40:01.230040355 +0100
+++ /work/SRC/openSUSE:Factory/.sratom.new/sratom.changes   2018-09-11 
17:11:06.399983981 +0200
@@ -1,0 +2,6 @@
+Fri Aug 24 20:43:37 UTC 2018 - tchva...@suse.com
+
+- Update to 0.6.2:
+  * Update waf internals to work with python 3.7
+
+---

Old:

  sratom-0.6.0.tar.bz2

New:

  sratom-0.6.2.tar.bz2



Other differences:
--
++ sratom.spec ++
--- /var/tmp/diff_new_pack.ABCtp6/_old  2018-09-11 17:11:06.891983217 +0200
+++ /var/tmp/diff_new_pack.ABCtp6/_new  2018-09-11 17:11:06.895983210 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sratom
 #
-# Copyright (c) 2017 SUSE LINUX 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
@@ -18,12 +18,12 @@
 
 %define sover 0
 Name:   sratom
-Version:0.6.0
+Version:0.6.2
 Release:0
 Summary:A library for serialising LV2 atoms to/from RDF
 License:ISC
 Group:  Development/Libraries/C and C++
-Url:http://drobilla.net/software/sratom/
+URL:http://drobilla.net/software/sratom/
 Source0:http://download.drobilla.net/sratom-%{version}.tar.bz2
 Source1:baselibs.conf
 BuildRequires:  doxygen
@@ -78,7 +78,8 @@
 %postun -n libsratom-0-%{sover} -p /sbin/ldconfig
 
 %files -n libsratom-0-%{sover}
-%doc COPYING NEWS README
+%license COPYING
+%doc NEWS README
 %{_libdir}/libsratom-0.so.%{sover}*
 
 %files devel

++ sratom-0.6.0.tar.bz2 -> sratom-0.6.2.tar.bz2 ++
 9714 lines of diff (skipped)




commit sratom for openSUSE:Factory

2017-11-09 Thread root
Hello community,

here is the log from the commit of package sratom for openSUSE:Factory checked 
in at 2017-11-09 13:39:59

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


Package is "sratom"

Thu Nov  9 13:39:59 2017 rev:10 rq:538352 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/sratom/sratom.changes2017-02-03 
20:02:23.637278074 +0100
+++ /work/SRC/openSUSE:Factory/.sratom.new/sratom.changes   2017-11-09 
13:40:01.230040355 +0100
@@ -1,0 +2,14 @@
+Thu Nov  2 11:19:54 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.6.0:
+  * Add sratom_set_env() for setting prefixes
+  * Fix padding of constructed vectors (thanks Hanspeter Portner)
+  * Support round-trip serialisation of relative paths
+  * Support sequences with beat time stamps
+  * Fix warnings when building with ISO C++ compilers
+  * Upgrade to waf 1.8.14
+- Run spec-cleaner
+- Use python3
+- Run tests during build
+
+---

Old:

  sratom-0.4.6.tar.bz2

New:

  sratom-0.6.0.tar.bz2



Other differences:
--
++ sratom.spec ++
--- /var/tmp/diff_new_pack.TWQEpL/_old  2017-11-09 13:40:05.145897209 +0100
+++ /var/tmp/diff_new_pack.TWQEpL/_new  2017-11-09 13:40:05.149897062 +0100
@@ -17,9 +17,8 @@
 
 
 %define sover 0
-
 Name:   sratom
-Version:0.4.6
+Version:0.6.0
 Release:0
 Summary:A library for serialising LV2 atoms to/from RDF
 License:ISC
@@ -29,10 +28,10 @@
 Source1:baselibs.conf
 BuildRequires:  doxygen
 BuildRequires:  graphviz
-BuildRequires:  pkg-config
-BuildRequires:  python-base
-BuildRequires:  pkgconfig(lv2) >= 1.0.0
-BuildRequires:  pkgconfig(serd-0) >= 0.14.0
+BuildRequires:  pkgconfig
+BuildRequires:  python3
+BuildRequires:  pkgconfig(lv2) >= 1.10.0
+BuildRequires:  pkgconfig(serd-0) >= 0.23.0
 BuildRequires:  pkgconfig(sord-0) >= 0.12.0
 
 %description
@@ -45,12 +44,14 @@
 %description-n libsratom-0-%{sover}
 A library for serialising LV2 atoms to/from RDF, particularly the Turtle 
syntax.
 
-%package-n libsratom-0-devel
+%packagedevel
 Summary:Development files for libsratom
 Group:  Development/Libraries/C and C++
 Requires:   libsratom-0-%{sover} = %{version}
+Provides:   libsratom-0-devel = %{version}
+Obsoletes:  libsratom-0-devel < %{version}
 
-%description-n libsratom-0-devel
+%descriptiondevel
 Development files for libsratom.
 
 %prep
@@ -59,28 +60,28 @@
 %build
 export CFLAGS='%{optflags}'
 export CXXFLAGS='%{optflags}'
-./waf configure \
+python3 ./waf configure \
   --prefix=%{_prefix} \
   --libdir=%{_libdir} \
   --docdir=%{_defaultdocdir} \
+  --test \
   --docs
-# waf only understands -j, so do not use smp_mflags
-./waf build -v %{?jobs:-j%jobs}
+python3 ./waf build -v %{?_smp_mflags}
 
 %install
-./waf install --destdir=%{?buildroot}
+python3 ./waf install --destdir=%{?buildroot}
 
-%post -n libsratom-0-%{sover} -p /sbin/ldconfig
+%check
+python3 ./waf test
 
+%post -n libsratom-0-%{sover} -p /sbin/ldconfig
 %postun -n libsratom-0-%{sover} -p /sbin/ldconfig
 
 %files -n libsratom-0-%{sover}
-%defattr(0644,root,root,0755)
 %doc COPYING NEWS README
 %{_libdir}/libsratom-0.so.%{sover}*
 
-%files -n libsratom-0-devel
-%defattr(0644,root,root,0755)
+%files devel
 %{_libdir}/libsratom-0.so
 %{_includedir}/sratom-0/
 %{_libdir}/pkgconfig/sratom-0.pc

++ sratom-0.4.6.tar.bz2 -> sratom-0.6.0.tar.bz2 ++
 2407 lines of diff (skipped)




commit sratom for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package sratom for openSUSE:Factory checked 
in at 2017-02-02 15:28:08

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


Package is "sratom"

Changes:

--- /work/SRC/openSUSE:Factory/sratom/sratom.changes2015-04-02 
16:03:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.sratom.new/sratom.changes   2017-02-03 
20:02:23.637278074 +0100
@@ -1,0 +2,11 @@
+Mon Jan 30 22:06:32 UTC 2017 - jeng...@inai.de
+
+- Fix mismatching RPM group
+- Rename soname macro to sover as it does not contain a name
+
+---
+Thu Jan 12 08:32:04 UTC 2017 - o...@aepfle.de
+
+- Add baselibs.conf for gstreamer-plugins-bad-32bit
+
+---

New:

  baselibs.conf



Other differences:
--
++ sratom.spec ++
--- /var/tmp/diff_new_pack.aHjgzJ/_old  2017-02-03 20:02:24.297185189 +0100
+++ /var/tmp/diff_new_pack.aHjgzJ/_new  2017-02-03 20:02:24.301184627 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sratom
 #
-# 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
@@ -16,16 +16,17 @@
 #
 
 
-%define soname 0
+%define sover 0
 
 Name:   sratom
 Version:0.4.6
 Release:0
 Summary:A library for serialising LV2 atoms to/from RDF
 License:ISC
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://drobilla.net/software/sratom/
 Source0:http://download.drobilla.net/sratom-%{version}.tar.bz2
+Source1:baselibs.conf
 BuildRequires:  doxygen
 BuildRequires:  graphviz
 BuildRequires:  pkg-config
@@ -37,17 +38,17 @@
 %description
 A library for serialising LV2 atoms to/from RDF, particularly the Turtle 
syntax.
 
-%package-n libsratom-0-%{soname}
+%package-n libsratom-0-%{sover}
 Summary:A library for serialising LV2 atoms to/from RDF
 Group:  System/Libraries
 
-%description-n libsratom-0-%{soname}
+%description-n libsratom-0-%{sover}
 A library for serialising LV2 atoms to/from RDF, particularly the Turtle 
syntax.
 
 %package-n libsratom-0-devel
 Summary:Development files for libsratom
 Group:  Development/Libraries/C and C++
-Requires:   libsratom-0-%{soname} = %{version}
+Requires:   libsratom-0-%{sover} = %{version}
 
 %description-n libsratom-0-devel
 Development files for libsratom.
@@ -69,14 +70,14 @@
 %install
 ./waf install --destdir=%{?buildroot}
 
-%post -n libsratom-0-%{soname} -p /sbin/ldconfig
+%post -n libsratom-0-%{sover} -p /sbin/ldconfig
 
-%postun -n libsratom-0-%{soname} -p /sbin/ldconfig
+%postun -n libsratom-0-%{sover} -p /sbin/ldconfig
 
-%files -n libsratom-0-%{soname}
+%files -n libsratom-0-%{sover}
 %defattr(0644,root,root,0755)
 %doc COPYING NEWS README
-%{_libdir}/libsratom-0.so.%{soname}*
+%{_libdir}/libsratom-0.so.%{sover}*
 
 %files -n libsratom-0-devel
 %defattr(0644,root,root,0755)

++ baselibs.conf ++
libsratom-0-0



commit sratom for openSUSE:Factory

2015-04-02 Thread h_root
Hello community,

here is the log from the commit of package sratom for openSUSE:Factory checked 
in at 2015-04-02 16:03:03

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


Package is sratom

Changes:

--- /work/SRC/openSUSE:Factory/sratom/sratom.changes2014-07-18 
14:04:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.sratom.new/sratom.changes   2015-04-02 
16:03:13.0 +0200
@@ -1,0 +2,8 @@
+Thu Mar 26 23:15:15 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.4.6
+  * Update for latest LV2 Atom Object simplification
+  * Don't set eg prefix in sratom_to_turtle
+  * Upgrade to waf 1.7.16
+
+---

Old:

  sratom-0.4.4.tar.bz2

New:

  sratom-0.4.6.tar.bz2



Other differences:
--
++ sratom.spec ++
--- /var/tmp/diff_new_pack.7JaSO1/_old  2015-04-02 16:03:13.0 +0200
+++ /var/tmp/diff_new_pack.7JaSO1/_new  2015-04-02 16:03:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sratom
 #
-# 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
@@ -19,7 +19,7 @@
 %define soname 0
 
 Name:   sratom
-Version:0.4.4
+Version:0.4.6
 Release:0
 Summary:A library for serialising LV2 atoms to/from RDF
 License:ISC

++ sratom-0.4.4.tar.bz2 - sratom-0.4.6.tar.bz2 ++
 3512 lines of diff (skipped)




commit sratom for openSUSE:Factory

2014-07-18 Thread h_root
Hello community,

here is the log from the commit of package sratom for openSUSE:Factory checked 
in at 2014-07-18 14:04:00

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


Package is sratom

Changes:

--- /work/SRC/openSUSE:Factory/sratom/sratom.changes2013-09-11 
13:44:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.sratom.new/sratom.changes   2014-07-18 
14:04:12.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 11 16:46:25 UTC 2014 - reddw...@opensuse.org
+
+- Update to 0.4.4
+  * Escape invalid characters when writing paths as URIs
+  * Fancier printing without subject and predicate
+
+---

Old:

  sratom-0.4.2.tar.bz2

New:

  sratom-0.4.4.tar.bz2



Other differences:
--
++ sratom.spec ++
--- /var/tmp/diff_new_pack.dGIB0l/_old  2014-07-18 14:04:14.0 +0200
+++ /var/tmp/diff_new_pack.dGIB0l/_new  2014-07-18 14:04:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sratom
 #
-# 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
@@ -19,7 +19,7 @@
 %define soname 0
 
 Name:   sratom
-Version:0.4.2
+Version:0.4.4
 Release:0
 Summary:A library for serialising LV2 atoms to/from RDF
 License:ISC

++ sratom-0.4.2.tar.bz2 - sratom-0.4.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sratom-0.4.2/NEWS new/sratom-0.4.4/NEWS
--- old/sratom-0.4.2/NEWS   2013-02-18 17:59:00.0 +0100
+++ new/sratom-0.4.4/NEWS   2014-01-04 22:09:34.0 +0100
@@ -1,3 +1,10 @@
+sratom (0.4.4) stable;
+
+  * Escape invalid characters when writing paths as URIs
+  * Fancier printing without subject and predicate
+
+ -- David Robillard d...@drobilla.net  Sat, 04 Jan 2014 16:09:33 -0500
+
 sratom (0.4.2) stable;
 
   * Fix serialisation of nested tuples
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sratom-0.4.2/src/sratom.c 
new/sratom-0.4.4/src/sratom.c
--- old/sratom-0.4.2/src/sratom.c   2013-02-18 18:37:57.0 +0100
+++ new/sratom-0.4.4/src/sratom.c   2013-06-08 21:32:16.0 +0200
@@ -262,7 +262,7 @@
const uint8_t* str = USTR(body);
if (path_is_absolute((const char*)str)) {
new_node = true;
-   object   = serd_node_new_file_uri(str, NULL, NULL, 
false);
+   object   = serd_node_new_file_uri(str, NULL, NULL, 
true);
} else {
SerdURI base_uri = SERD_URI_NULL;
if (!sratom-base_uri.buf ||
@@ -276,7 +276,7 @@
serd_uri_parse(sratom-base_uri.buf, 
base_uri);
}
new_node = true;
-   SerdNode rel = serd_node_new_file_uri(str, 
NULL, NULL, false);
+   SerdNode rel = serd_node_new_file_uri(str, 
NULL, NULL, true);
object = serd_node_new_uri_from_node(rel, 
base_uri, NULL);
serd_node_free(rel);
}
@@ -424,6 +424,14 @@
}
 
if (object.buf) {
+   SerdNode def_s = serd_node_from_string(SERD_BLANK, 
USTR(atom));
+   SerdNode def_p = serd_node_from_string(SERD_URI, USTR(NS_RDF 
value));
+   if (!subject) {
+   subject = def_s;
+   }
+   if (!predicate) {
+   predicate = def_p;
+   }
sratom-write_statement(sratom-handle, flags, NULL,
subject, predicate, object, datatype, 
language);
}
Files old/sratom-0.4.2/waf and new/sratom-0.4.4/waf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sratom-0.4.2/wscript new/sratom-0.4.4/wscript
--- old/sratom-0.4.2/wscript2013-02-18 22:33:24.0 +0100
+++ new/sratom-0.4.4/wscript2014-01-04 23:00:33.0 +0100
@@ -8,7 +8,7 @@
 # major increment = incompatible changes
 # minor increment = compatible changes (additions)
 # micro increment = no interface changes
-SRATOM_VERSION   = '0.4.2'
+SRATOM_VERSION   = '0.4.4'
 SRATOM_MAJOR_VERSION = '0'
 
 # Mandatory waf variables

-- 
To unsubscribe, e-mail: 

commit sratom for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package sratom for openSUSE:Factory checked 
in at 2013-09-11 13:44:23

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


Package is sratom

Changes:

--- /work/SRC/openSUSE:Factory/sratom/sratom.changes2012-08-31 
10:02:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.sratom.new/sratom.changes   2013-09-11 
13:44:28.0 +0200
@@ -1,0 +2,13 @@
+Thu Sep  5 20:54:44 UTC 2013 - reddw...@opensuse.org
+
+- Update to 0.4.2
+  * Fix serialisation of nested tuples
+  * Fix memory leaks
+  * Use new sord API to clean up and shrink code
+  * Disable timestamps in HTML documentation for reproducible build
+  * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
+- Remove sratom-0.4.0-build_compare.patch, applied upstream
+- The minimum serd version is now 0.12.0
+- The documentation directory is now versioned
+
+---

Old:

  sratom-0.4.0-build_compare.patch
  sratom-0.4.0.tar.bz2

New:

  sratom-0.4.2.tar.bz2



Other differences:
--
++ sratom.spec ++
--- /var/tmp/diff_new_pack.Q1F3G7/_old  2013-09-11 13:44:29.0 +0200
+++ /var/tmp/diff_new_pack.Q1F3G7/_new  2013-09-11 13:44:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sratom
 #
-# 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
@@ -19,21 +19,20 @@
 %define soname 0
 
 Name:   sratom
-Version:0.4.0
+Version:0.4.2
 Release:0
 Summary:A library for serialising LV2 atoms to/from RDF
 License:ISC
 Group:  System/Libraries
 Url:http://drobilla.net/software/sratom/
 Source0:http://download.drobilla.net/sratom-%{version}.tar.bz2
-Patch0: sratom-0.4.0-build_compare.patch
 BuildRequires:  doxygen
 BuildRequires:  graphviz
 BuildRequires:  pkg-config
 BuildRequires:  python-base
 BuildRequires:  pkgconfig(lv2) = 1.0.0
 BuildRequires:  pkgconfig(serd-0) = 0.14.0
-BuildRequires:  pkgconfig(sord-0) = 0.8.0
+BuildRequires:  pkgconfig(sord-0) = 0.12.0
 
 %description
 A library for serialising LV2 atoms to/from RDF, particularly the Turtle 
syntax.
@@ -55,7 +54,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
 export CFLAGS='%{optflags}'
@@ -85,7 +83,7 @@
 %{_libdir}/libsratom-0.so
 %{_includedir}/sratom-0/
 %{_libdir}/pkgconfig/sratom-0.pc
-%{_defaultdocdir}/sratom/
+%{_defaultdocdir}/sratom-0/
 %{_mandir}/man3/*
 
 %changelog

++ sratom-0.4.0.tar.bz2 - sratom-0.4.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sratom-0.4.0/NEWS new/sratom-0.4.2/NEWS
--- old/sratom-0.4.0/NEWS   2012-08-23 07:11:09.0 +0200
+++ new/sratom-0.4.2/NEWS   2013-02-18 17:59:00.0 +0100
@@ -1,3 +1,13 @@
+sratom (0.4.2) stable;
+
+  * Fix serialisation of nested tuples
+  * Fix memory leaks
+  * Use new sord API to clean up and shrink code
+  * Disable timestamps in HTML documentation for reproducible build
+  * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
+
+ -- David Robillard d...@drobilla.net  Mon, 18 Feb 2013 11:17:01 -0500
+
 sratom (0.4.0) stable;
 
   * Correctly read objects with several rdf:type properties
@@ -13,4 +23,3 @@
   * Initial release
 
  -- David Robillard d...@drobilla.net  Wed, 18 Apr 2012 15:14:11 -0400
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sratom-0.4.0/doc/reference.doxygen.in 
new/sratom-0.4.2/doc/reference.doxygen.in
--- old/sratom-0.4.0/doc/reference.doxygen.in   2012-08-04 21:44:30.0 
+0200
+++ new/sratom-0.4.2/doc/reference.doxygen.in   2012-09-09 09:13:07.0 
+0200
@@ -939,7 +939,7 @@
 # page will contain the date and time when the page was generated. Setting
 # this to NO can help when comparing the output of multiple runs.
 
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
 
 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
 # documentation will contain sections that can be hidden and shown after the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sratom-0.4.0/sratom/sratom.h 
new/sratom-0.4.2/sratom/sratom.h
--- old/sratom-0.4.0/sratom/sratom.h2012-05-22 04:11:45.0 +0200
+++ new/sratom-0.4.2/sratom/sratom.h2012-11-22 02:40:56.0 +0100
@@ -130,7 +130,7 @@
 */
 SRATOM_API
 void

commit sratom for openSUSE:Factory

2012-08-31 Thread h_root
Hello community,

here is the log from the commit of package sratom for openSUSE:Factory checked 
in at 2012-08-31 10:02:03

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


Package is sratom, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sratom/sratom.changes2012-08-26 
11:34:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.sratom.new/sratom.changes   2012-08-31 
10:02:05.0 +0200
@@ -1,0 +2,11 @@
+Sun Aug 26 22:46:44 UTC 2012 - reddw...@opensuse.org
+
+- Update to 0.4.0
+  * Correctly read objects with several rdf:type properties
+  * Support writing Object Atoms as top level descriptions if
+subject and predicate are not given.
+  * Fix various hyper-strict warnings
+  * Upgrade to waf 1.7.2
+- Add sratom-0.4.0-build_compare.patch to make build reproducible
+
+---

Old:

  sratom-0.2.0.tar.bz2

New:

  sratom-0.4.0-build_compare.patch
  sratom-0.4.0.tar.bz2



Other differences:
--
++ sratom.spec ++
--- /var/tmp/diff_new_pack.cZgbex/_old  2012-08-31 10:02:06.0 +0200
+++ /var/tmp/diff_new_pack.cZgbex/_new  2012-08-31 10:02:06.0 +0200
@@ -19,13 +19,14 @@
 %define soname 0
 
 Name:   sratom
-Version:0.2.0
+Version:0.4.0
 Release:0
 Summary:A library for serialising LV2 atoms to/from RDF
 License:ISC
 Group:  System/Libraries
 Url:http://drobilla.net/software/sratom/
 Source0:http://download.drobilla.net/sratom-%{version}.tar.bz2
+Patch0: sratom-0.4.0-build_compare.patch
 BuildRequires:  doxygen
 BuildRequires:  graphviz
 BuildRequires:  pkg-config
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 export CFLAGS='%{optflags}'

++ sratom-0.4.0-build_compare.patch ++
Index: doc/reference.doxygen.in
===
--- doc/reference.doxygen.in.orig
+++ doc/reference.doxygen.in
@@ -939,7 +939,7 @@ HTML_COLORSTYLE_GAMMA  = 80
 # page will contain the date and time when the page was generated. Setting
 # this to NO can help when comparing the output of multiple runs.
 
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
 
 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
 # documentation will contain sections that can be hidden and shown after the
++ sratom-0.2.0.tar.bz2 - sratom-0.4.0.tar.bz2 ++
 2026 lines of diff (skipped)

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