commit libsmdev for openSUSE:Factory

2020-05-01 Thread root
Hello community,

here is the log from the commit of package libsmdev for openSUSE:Factory 
checked in at 2020-05-01 11:11:57

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


Package is "libsmdev"

Fri May  1 11:11:57 2020 rev:10 rq:799059 version:0~20190315

Changes:

--- /work/SRC/openSUSE:Factory/libsmdev/libsmdev.changes2019-06-12 
13:08:35.741125663 +0200
+++ /work/SRC/openSUSE:Factory/.libsmdev.new.2738/libsmdev.changes  
2020-05-01 11:12:18.231710524 +0200
@@ -1,0 +2,5 @@
+Thu Apr 30 01:50:55 UTC 2020 - Greg Freemyer 
+
+- remove python2 submodule 
+
+---



Other differences:
--
++ libsmdev.spec ++
--- /var/tmp/diff_new_pack.hbJBYa/_old  2020-05-01 11:12:19.387713038 +0200
+++ /var/tmp/diff_new_pack.hbJBYa/_new  2020-05-01 11:12:19.391713047 +0200
@@ -66,16 +66,6 @@
 can access and read storage media devices and will determine
 information about such.
 
-%package -n python2-%{name}
-Summary:Python bindings for libsmdev
-Group:  Development/Languages/Python
-Requires:   %{lname} = %{version}
-BuildRequires:  pkgconfig(python2)
-Provides:   pysmdev = %{version}
-
-%description -n python2-%{name}
-Python 2 bindings for libsmdev, which is a library to access and read storage 
media devices.
-
 %package -n python3-%{name}
 Summary:Python bindings for libsmdev
 Group:  Development/Languages/Python
@@ -90,7 +80,7 @@
 %setup -q -n libsmdev-%{timestamp}
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python2 
--enable-python3
+%configure --disable-static --enable-wide-character-type --enable-python3
 make %{?_smp_mflags}
 
 %install
@@ -123,12 +113,6 @@
 %{_bindir}/smdevinfo
 %{_mandir}/man1/smdevinfo.1*
 
-%files -n python2-%{name}
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog
-%license COPYING
-%{python_sitearch}/pysmdev.so
-
 %files -n python3-%{name}
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog




commit libsmdev for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package libsmdev for openSUSE:Factory 
checked in at 2019-06-12 13:08:35

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


Package is "libsmdev"

Wed Jun 12 13:08:35 2019 rev:9 rq:695361 version:0~20190315

Changes:

--- /work/SRC/openSUSE:Factory/libsmdev/libsmdev.changes2017-03-02 
19:37:01.362292398 +0100
+++ /work/SRC/openSUSE:Factory/.libsmdev.new.4811/libsmdev.changes  
2019-06-12 13:08:35.741125663 +0200
@@ -1,0 +2,7 @@
+Wed Apr 17 21:41:14 UTC 2019 - Greg Freemyer 
+
+- update to v0~20190315
+   * applied updates
+   * worked on tests
+
+---

Old:

  libsmdev-alpha-20170225.tar.gz

New:

  libsmdev-alpha-20190315.tar.gz



Other differences:
--
++ libsmdev.spec ++
--- /var/tmp/diff_new_pack.lpCMaG/_old  2019-06-12 13:08:36.301125428 +0200
+++ /var/tmp/diff_new_pack.lpCMaG/_new  2019-06-12 13:08:36.305125426 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsmdev
 #
-# Copyright (c) 2017 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,17 +12,17 @@
 # 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 lname  libsmdev1
-%define timestamp 20170225
+%define timestamp 20190315
 Name:   libsmdev
 Version:0~%{timestamp}
 Release:0
 Summary:Library to access storage media devices
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Productivity/File utilities
 Url:https://github.com/libyal/libsmdev/wiki
 Source: 
https://github.com/libyal/libsmdev/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
@@ -103,12 +103,14 @@
 
 %files -n %{lname}
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS ChangeLog
+%license COPYING
 %{_libdir}/libsmdev.so.1*
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS ChangeLog
+%license COPYING
 %{_includedir}/libsmdev*
 %{_libdir}/libsmdev.so
 %{_libdir}/pkgconfig/libsmdev.pc
@@ -116,18 +118,21 @@
 
 %files tools
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS ChangeLog
+%license COPYING
 %{_bindir}/smdevinfo
 %{_mandir}/man1/smdevinfo.1*
 
 %files -n python2-%{name}
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS ChangeLog
+%license COPYING
 %{python_sitearch}/pysmdev.so
 
 %files -n python3-%{name}
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS ChangeLog
+%license COPYING
 %{python3_sitearch}/pysmdev.so
 
 %changelog

++ libsmdev-alpha-20170225.tar.gz -> libsmdev-alpha-20190315.tar.gz ++
 74477 lines of diff (skipped)




commit libsmdev for openSUSE:Factory

2017-03-02 Thread root
Hello community,

here is the log from the commit of package libsmdev for openSUSE:Factory 
checked in at 2017-03-02 19:37:00

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


Package is "libsmdev"

Thu Mar  2 19:37:00 2017 rev:8 rq:460618 version:0~20170225

Changes:

--- /work/SRC/openSUSE:Factory/libsmdev/libsmdev.changes2017-02-21 
13:48:24.408765292 +0100
+++ /work/SRC/openSUSE:Factory/.libsmdev.new/libsmdev.changes   2017-03-02 
19:37:01.362292398 +0100
@@ -1,0 +2,11 @@
+Sat Feb 25 18:30:30 UTC 2017 - greg.freem...@gmail.com
+
+- update to v0~20170225
+   * applied updates
+   * worked on tests
+   * bug fix in debug output
+- change RPM Group to Develment/Languages/Python
+- review and update libyal dependencies
+- add python3 binding
+
+---

Old:

  libsmdev-alpha-20160320.tar.gz

New:

  libsmdev-alpha-20170225.tar.gz



Other differences:
--
++ libsmdev.spec ++
--- /var/tmp/diff_new_pack.1ZIJbp/_old  2017-03-02 19:37:01.994202976 +0100
+++ /var/tmp/diff_new_pack.1ZIJbp/_new  2017-03-02 19:37:01.994202976 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname  libsmdev1
-%define timestamp 20160320
+%define timestamp 20170225
 Name:   libsmdev
 Version:0~%{timestamp}
 Release:0
@@ -27,14 +27,11 @@
 Url:https://github.com/libyal/libsmdev/wiki
 Source: 
https://github.com/libyal/libsmdev/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
 BuildRequires:  pkgconfig(libcdata) >= 20120425
 BuildRequires:  pkgconfig(libcerror) >= 20170101
 BuildRequires:  pkgconfig(libcfile) >= 20130609
 BuildRequires:  pkgconfig(libclocale) >= 20130609
 BuildRequires:  pkgconfig(libcnotify) >= 20130609
-BuildRequires:  pkgconfig(libcstring) >= 20120425
-BuildRequires:  pkgconfig(libcsystem) >= 20120425
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
 BuildRequires:  pkgconfig(libuna) >= 20120425
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -69,21 +66,31 @@
 can access and read storage media devices and will determine
 information about such.
 
-%package -n python-%{name}
+%package -n python2-%{name}
 Summary:Python bindings for libsmdev
-Group:  Development/Libraries/Python
+Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
-Requires:   python
+BuildRequires:  pkgconfig(python2)
 Provides:   pysmdev = %{version}
 
-%description -n python-%{name}
-Python bindings for libsmdev, which is a library to access and read storage 
media devices.
+%description -n python2-%{name}
+Python 2 bindings for libsmdev, which is a library to access and read storage 
media devices.
+
+%package -n python3-%{name}
+Summary:Python bindings for libsmdev
+Group:  Development/Languages/Python
+Requires:   %{lname} = %{version}
+BuildRequires:  pkgconfig(python3)
+Provides:   pysmdev = %{version}
+
+%description -n python3-%{name}
+Python 3 bindings for libsmdev, which is a library to access and read storage 
media devices.
 
 %prep
 %setup -q -n libsmdev-%{timestamp}
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python
+%configure --disable-static --enable-wide-character-type --enable-python2 
--enable-python3
 make %{?_smp_mflags}
 
 %install
@@ -113,9 +120,14 @@
 %{_bindir}/smdevinfo
 %{_mandir}/man1/smdevinfo.1*
 
-%files -n python-%{name}
+%files -n python2-%{name}
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog
 %{python_sitearch}/pysmdev.so
 
+%files -n python3-%{name}
+%defattr(-,root,root)
+%doc AUTHORS COPYING ChangeLog
+%{python3_sitearch}/pysmdev.so
+
 %changelog

++ libsmdev-alpha-20160320.tar.gz -> libsmdev-alpha-20170225.tar.gz ++
 58965 lines of diff (skipped)




commit libsmdev for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package libsmdev for openSUSE:Factory 
checked in at 2017-02-21 13:48:23

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


Package is "libsmdev"

Changes:

--- /work/SRC/openSUSE:Factory/libsmdev/libsmdev.changes2015-01-30 
14:58:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsmdev.new/libsmdev.changes   2017-02-21 
13:48:24.408765292 +0100
@@ -1,0 +2,12 @@
+Thu Feb 16 20:47:40 UTC 2017 - greg.freem...@gmail.com
+
+- update to v0~20160320
+   * worked on support for devices without bytes per sector support e.g. 
/dev/zero
+   * Changes to Python bindings
+   * worked on Python 3 support
+   * fixes for rpmbuild
+   * updated dependencies
+   * block aligned read now enabled by default
+- Cleaned-up BuildRequires
+
+---

Old:

  libsmdev-alpha-20150105.tar.gz

New:

  libsmdev-alpha-20160320.tar.gz



Other differences:
--
++ libsmdev.spec ++
--- /var/tmp/diff_new_pack.hUSmxK/_old  2017-02-21 13:48:25.244647659 +0100
+++ /var/tmp/diff_new_pack.hUSmxK/_new  2017-02-21 13:48:25.252646534 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsmdev
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -17,7 +17,7 @@
 
 
 %define lname  libsmdev1
-%define timestamp 20150105
+%define timestamp 20160320
 Name:   libsmdev
 Version:0~%{timestamp}
 Release:0
@@ -29,15 +29,14 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  pkgconfig(libcdata) >= 20120425
+BuildRequires:  pkgconfig(libcerror) >= 20170101
 BuildRequires:  pkgconfig(libcfile) >= 20130609
 BuildRequires:  pkgconfig(libclocale) >= 20130609
 BuildRequires:  pkgconfig(libcnotify) >= 20130609
+BuildRequires:  pkgconfig(libcstring) >= 20120425
 BuildRequires:  pkgconfig(libcsystem) >= 20120425
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
 BuildRequires:  pkgconfig(libuna) >= 20120425
-#Use internal packages for these.  The factory version fails if used here.  
Tested 1-8-2015
-#BuildRequires:  pkgconfig(libcerror) >= 20120425
-#BuildRequires:  pkgconfig(libcstring) >= 20120425
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libsmdev-alpha-20150105.tar.gz -> libsmdev-alpha-20160320.tar.gz ++
 22191 lines of diff (skipped)




commit libsmdev for openSUSE:Factory

2015-01-30 Thread h_root
Hello community,

here is the log from the commit of package libsmdev for openSUSE:Factory 
checked in at 2015-01-30 14:58:28

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


Package is libsmdev

Changes:

--- /work/SRC/openSUSE:Factory/libsmdev/libsmdev.changes2014-08-21 
17:25:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsmdev.new/libsmdev.changes   2015-01-30 
14:58:29.0 +0100
@@ -1,0 +2,13 @@
+Fri Jan  9 18:26:15 UTC 2015 - greg.freem...@gmail.com
+
+- update to v0~20150105
+   * 2015 update
+   * worked on Python 3 support
+   * code clean up
+   * bug fix in Python-bindings
+- update URL to the new github site
+- replace Source: field with fully defined URL
+- remove DL-URL comment
+- start using libcstring from OBS, not internal version
+
+---

Old:

  libsmdev-alpha-20140803.tar.gz

New:

  libsmdev-alpha-20150105.tar.gz



Other differences:
--
++ libsmdev.spec ++
--- /var/tmp/diff_new_pack.1vQ8F6/_old  2015-01-30 14:58:30.0 +0100
+++ /var/tmp/diff_new_pack.1vQ8F6/_new  2015-01-30 14:58:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsmdev
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,36 +17,28 @@
 
 
 %define lname  libsmdev1
-%define timestamp 20140803
+%define timestamp 20150105
 Name:   libsmdev
 Version:0~%{timestamp}
 Release:0
 Summary:Library to access storage media devices
 License:LGPL-3.0+
 Group:  Productivity/File utilities
-Url:http://code.google.com/p/libsmdev/
-#Git-Clone:http://code.google.com/p/libsmdev
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSNEJFQ1FqanFYVUU/libsmdev-alpha-20140803.tar.gz
-Source: %{name}-alpha-%{timestamp}.tar.gz
+Url:https://github.com/libyal/libsmdev/wiki
+Source: 
https://github.com/libyal/libsmdev/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
-%if 0%{?suse_version}  1230
 BuildRequires:  pkgconfig(libcdata) = 20120425
 BuildRequires:  pkgconfig(libcfile) = 20130609
 BuildRequires:  pkgconfig(libclocale) = 20130609
 BuildRequires:  pkgconfig(libcnotify) = 20130609
-BuildRequires:  pkgconfig(libuna) = 20120425
-%endif
-%if 0%{?suse_version}  1310
+BuildRequires:  pkgconfig(libcsystem) = 20120425
 BuildRequires:  pkgconfig(libcthreads) = 20130723
-%endif
-#Use internal packages for these.  The factory version fails if used here.  
Tested 8-20-2014
+BuildRequires:  pkgconfig(libuna) = 20120425
+#Use internal packages for these.  The factory version fails if used here.  
Tested 1-8-2015
 #BuildRequires:  pkgconfig(libcerror) = 20120425
-# not (yet) in factory, use internal version
 #BuildRequires:  pkgconfig(libcstring) = 20120425
-#BuildRequires:  pkgconfig(libcsystem) = 20120425
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-#use factory packages if available
 
 %description
 libsmdev is a library to access and read storage media devices.

++ libsmdev-alpha-20140803.tar.gz - libsmdev-alpha-20150105.tar.gz ++
 8696 lines of diff (skipped)

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



commit libsmdev for openSUSE:Factory

2014-08-21 Thread h_root
Hello community,

here is the log from the commit of package libsmdev for openSUSE:Factory 
checked in at 2014-08-21 17:24:59

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


Package is libsmdev

Changes:

--- /work/SRC/openSUSE:Factory/libsmdev/libsmdev.changes2014-08-14 
14:58:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsmdev.new/libsmdev.changes   2014-08-21 
17:25:00.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug 20 17:50:08 UTC 2014 - greg.freem...@gmail.com
+
+- ran spec-cleaner
+- added BuildRequires for libcnotify and libcthreads to use the external 
package
+- add %doc lines to all sub-packages
+- add provides pysmdev to python sub-package to match upstream requires 
statemens
+- add Requires:  %lname = %version to python section.  Fixes a bug found in 
testing.
+
+---



Other differences:
--
++ libsmdev.spec ++
--- /var/tmp/diff_new_pack.gDxozd/_old  2014-08-21 17:25:01.0 +0200
+++ /var/tmp/diff_new_pack.gDxozd/_new  2014-08-21 17:25:01.0 +0200
@@ -16,48 +16,52 @@
 #
 
 
-Name:   libsmdev
 %define lname  libsmdev1
 %define timestamp 20140803
-Version:0~%timestamp
+Name:   libsmdev
+Version:0~%{timestamp}
 Release:0
 Summary:Library to access storage media devices
 License:LGPL-3.0+
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/libsmdev/
-
 #Git-Clone:http://code.google.com/p/libsmdev
 #DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSNEJFQ1FqanFYVUU/libsmdev-alpha-20140803.tar.gz
-Source: %name-alpha-%timestamp.tar.gz
+Source: %{name}-alpha-%{timestamp}.tar.gz
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
-#use factory packages if available
 %if 0%{?suse_version}  1230
 BuildRequires:  pkgconfig(libcdata) = 20120425
-BuildRequires:  pkgconfig(libcerror) = 20120425
 BuildRequires:  pkgconfig(libcfile) = 20130609
 BuildRequires:  pkgconfig(libclocale) = 20130609
+BuildRequires:  pkgconfig(libcnotify) = 20130609
 BuildRequires:  pkgconfig(libuna) = 20120425
 %endif
+%if 0%{?suse_version}  1310
+BuildRequires:  pkgconfig(libcthreads) = 20130723
+%endif
+#Use internal packages for these.  The factory version fails if used here.  
Tested 8-20-2014
+#BuildRequires:  pkgconfig(libcerror) = 20120425
 # not (yet) in factory, use internal version
 #BuildRequires:  pkgconfig(libcstring) = 20120425
 #BuildRequires:  pkgconfig(libcsystem) = 20120425
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+#use factory packages if available
 
 %description
 libsmdev is a library to access and read storage media devices.
 
-%package -n %lname
+%package -n %{lname}
 Summary:Library to access storage media devices
 Group:  System/Libraries
 
-%description -n %lname
+%description -n %{lname}
 libsmdev is a library to access and read storage media devices.
 
 %package devel
 Summary:Development files for libsmdev, a storage media access library
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version
+Requires:   %{lname} = %{version}
 
 %description devel
 libsmdev is a library to access and read storage media devices.
@@ -74,47 +78,53 @@
 can access and read storage media devices and will determine
 information about such.
 
-%package -n python-%name
+%package -n python-%{name}
 Summary:Python bindings for libsmdev
 Group:  Development/Libraries/Python
+Requires:   %{lname} = %{version}
 Requires:   python
+Provides:   pysmdev = %{version}
 
-%description -n python-%name
+%description -n python-%{name}
 Python bindings for libsmdev, which is a library to access and read storage 
media devices.
 
 %prep
-%setup -qn libsmdev-%timestamp
+%setup -q -n libsmdev-%{timestamp}
 
 %build
 %configure --disable-static --enable-wide-character-type --enable-python
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%buildroot
-find %buildroot -name *.la -delete
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name *.la -delete -print
+
+%post   -n %{lname} -p /sbin/ldconfig
 
-%post   -n %lname -p /sbin/ldconfig
-%postun -n %lname -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %lname
+%files -n %{lname}
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog
-%_libdir/libsmdev.so.1*
+%{_libdir}/libsmdev.so.1*
 
 %files devel
 %defattr(-,root,root)
-%_includedir/libsmdev*
-%_libdir/libsmdev.so
-%_libdir/pkgconfig/libsmdev.pc
-%_mandir/man3/libsmdev.3*
+%doc AUTHORS COPYING ChangeLog
+%{_includedir}/libsmdev*
+%{_libdir}/libsmdev.so

commit libsmdev for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package libsmdev for openSUSE:Factory 
checked in at 2014-08-14 14:58:11

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


Package is libsmdev

Changes:

--- /work/SRC/openSUSE:Factory/libsmdev/libsmdev.changes2013-08-05 
20:47:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsmdev.new/libsmdev.changes   2014-08-14 
14:58:30.0 +0200
@@ -1,0 +2,19 @@
+Wed Aug 13 17:46:43 UTC 2014 - greg.freem...@gmail.com
+
+- update to v0~20140803
+   * worked on Python bindings
+   * bug fix in Python-bindings
+   * updated python.m4
+   * fixes for dealing with Unicode paths in pysmdev
+   * fadvise bug fix
+   * worked on non-blocking Windows device file support
+   * worked on block-based read to support Windows device files
+   * updated to include header
+   * added read/write at offset functions
+   * 2014 update
+   * code clean up
+   * updated dependencies
+- use external packages for libcerror, libcdata, and libuna
+- start building and packaging the python-libsmdev sub-package
+
+---

Old:

  libsmdev-alpha-20130407.tar.gz

New:

  libsmdev-alpha-20140803.tar.gz



Other differences:
--
++ libsmdev.spec ++
--- /var/tmp/diff_new_pack.sWbEfq/_old  2014-08-14 14:58:32.0 +0200
+++ /var/tmp/diff_new_pack.sWbEfq/_new  2014-08-14 14:58:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsmdev
 #
-# 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
@@ -18,28 +18,27 @@
 
 Name:   libsmdev
 %define lname  libsmdev1
-%define timestamp 20130407
+%define timestamp 20140803
 Version:0~%timestamp
 Release:0
-License:LGPL-3.0+
 Summary:Library to access storage media devices
+License:LGPL-3.0+
 Group:  Productivity/File utilities
 Url:http://code.google.com/p/libsmdev/
 
 #Git-Clone:http://code.google.com/p/libsmdev
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSNEJFQ1FqanFYVUU/libsmdev-alpha-20130407.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSNEJFQ1FqanFYVUU/libsmdev-alpha-20140803.tar.gz
 Source: %name-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
+BuildRequires:  python-devel
 #use factory packages if available
 %if 0%{?suse_version}  1230
+BuildRequires:  pkgconfig(libcdata) = 20120425
+BuildRequires:  pkgconfig(libcerror) = 20120425
 BuildRequires:  pkgconfig(libcfile) = 20130609
 BuildRequires:  pkgconfig(libclocale) = 20130609
+BuildRequires:  pkgconfig(libuna) = 20120425
 %endif
-# build fails with factory version of these packages, use internal version
-#BuildRequires:  pkgconfig(libcerror) = 20120425
-#BuildRequires:  pkgconfig(libcdata) = 20120425
-#BuildRequires:  pkgconfig(libuna) = 20120425
-#verified 7/31/2013
 # not (yet) in factory, use internal version
 #BuildRequires:  pkgconfig(libcstring) = 20120425
 #BuildRequires:  pkgconfig(libcsystem) = 20120425
@@ -75,16 +74,24 @@
 can access and read storage media devices and will determine
 information about such.
 
+%package -n python-%name
+Summary:Python bindings for libsmdev
+Group:  Development/Libraries/Python
+Requires:   python
+
+%description -n python-%name
+Python bindings for libsmdev, which is a library to access and read storage 
media devices.
+
 %prep
 %setup -qn libsmdev-%timestamp
 
 %build
-%configure --disable-static --enable-wide-character-type
+%configure --disable-static --enable-wide-character-type --enable-python
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%buildroot
-rm -f %buildroot/%_libdir/*.la
+find %buildroot -name *.la -delete
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
@@ -106,4 +113,8 @@
 %_bindir/smdevinfo
 %_mandir/man1/smdevinfo.1*
 
+%files -n python-%name
+%defattr(-,root,root)
+%python_sitearch/pysmdev.so
+
 %changelog

++ libsmdev-alpha-20130407.tar.gz - libsmdev-alpha-20140803.tar.gz ++
 36301 lines of diff (skipped)

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



commit libsmdev for openSUSE:Factory

2013-08-05 Thread h_root
Hello community,

here is the log from the commit of package libsmdev for openSUSE:Factory 
checked in at 2013-08-05 20:47:40

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


Package is libsmdev

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.libsmdev.new/libsmdev.changes   2013-08-05 
20:47:41.0 +0200
@@ -0,0 +1,12 @@
+---
+Tue Jul 30 20:21:24 UTC 2013 - greg.freem...@gmail.com
+
+- update to v0~20130407
+   * updated dependencies
+   * textual changes
+- change to gz compression to simplyfy download/convert
+
+---
+Fri Apr  5 20:47:51 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0~20130331) for build.opensuse.org

New:

  libsmdev-alpha-20130407.tar.gz
  libsmdev.changes
  libsmdev.spec



Other differences:
--
++ libsmdev.spec ++
#
# spec file for package libsmdev
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#


Name:   libsmdev
%define lname   libsmdev1
%define timestamp 20130407
Version:0~%timestamp
Release:0
License:LGPL-3.0+
Summary:Library to access storage media devices
Group:  Productivity/File utilities
Url:http://code.google.com/p/libsmdev/

#Git-Clone: http://code.google.com/p/libsmdev
#DL-URL:
https://googledrive.com/host/0B3fBvzttpiiSNEJFQ1FqanFYVUU/libsmdev-alpha-20130407.tar.gz
Source: %name-alpha-%timestamp.tar.gz
BuildRequires:  pkg-config
#use factory packages if available
%if 0%{?suse_version}  1230
BuildRequires:  pkgconfig(libcfile) = 20130609
BuildRequires:  pkgconfig(libclocale) = 20130609
%endif
# build fails with factory version of these packages, use internal version
#BuildRequires:  pkgconfig(libcerror) = 20120425
#BuildRequires:  pkgconfig(libcdata) = 20120425
#BuildRequires:  pkgconfig(libuna) = 20120425
#verified 7/31/2013
# not (yet) in factory, use internal version
#BuildRequires:  pkgconfig(libcstring) = 20120425
#BuildRequires:  pkgconfig(libcsystem) = 20120425
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
libsmdev is a library to access and read storage media devices.

%package -n %lname
Summary:Library to access storage media devices
Group:  System/Libraries

%description -n %lname
libsmdev is a library to access and read storage media devices.

%package devel
Summary:Development files for libsmdev, a storage media access library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
libsmdev is a library to access and read storage media devices.

This subpackage contains libraries and header files for developing
applications that want to make use of libsmdev.

%package tools
Summary:Utilities for reading storage media devices through libsmdev
Group:  Productivity/File utilities

%description tools
This subpackage contains the utility programs from libsmdev, which
can access and read storage media devices and will determine
information about such.

%prep
%setup -qn libsmdev-%timestamp

%build
%configure --disable-static --enable-wide-character-type
make %{?_smp_mflags}

%install
make install DESTDIR=%buildroot
rm -f %buildroot/%_libdir/*.la

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_libdir/libsmdev.so.1*

%files devel
%defattr(-,root,root)
%_includedir/libsmdev*
%_libdir/libsmdev.so
%_libdir/pkgconfig/libsmdev.pc
%_mandir/man3/libsmdev.3*

%files tools
%defattr(-,root,root)
%_bindir/smdevinfo
%_mandir/man1/smdevinfo.1*

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